@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
  font-weight: bold;
}
@font-face {
  font-family: 'BarlowCondensed-SemiBold';
  src: url(../fonts/BarlowCondensed-SemiBold.ttf) format('truetype'), url(../fonts/BarlowCondensed-SemiBold.eot) format('eot'), url(../fonts/BarlowCondensed-SemiBold.woff) format('woff'), url(../fonts/BarlowCondensed-SemiBold.woff2) format('woff2');
  font-weight: bold;
}
body {
  font-family: "Poppins";
  font-weight: 300;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1530px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 35px;
  left: 0;
  -webkit-transition: top .5s ease;
  -moz-transition: top .5s ease;
  transition: top .5s ease;
}
#header.fixed {
  top: 0;
}
#header.fixed .nav {
  background-color: black;
}
#header.fixed .nav .ui.menu .logo {
  padding: 15px;
  width: 6%;
  margin: auto;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  width: 10%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu .menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .menu-box.left {
  width: 45%;
}
#header .nav .ui.menu .menu-box.right {
  width: 45%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .nav .ui.menu .menu-box ul.menu {
  display: flex;
  flex: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 auto;
  font-size: 17px;
  font-weight: 500;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #fd2318;
  color: #fd2318;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 10px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 30px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  word-break: normal;
  line-height: 28px;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
      line-height: 30px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 15px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
  line-height: 30px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
}
.language-box .language-img {
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
  display: block;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #df6b08;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li > img {
  width: 100%;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*#banner .left {
  max-width: 660px;
}*/
#banner h2 {
  font-size: 80px;
  line-height: 1.3;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
#banner p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
  color: white;
}
#banner a.link {
  display: inline-block;
  padding: 20px 45px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: white;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#banner a.link:hover {
  color: #df6b08;
  background-color: white;
}
#banner .PageDot {
  position: absolute;
  left: 10%;
  bottom: 15%;
}
#banner .PageDot span.arrow {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: white;
  margin: 0 15px;
  cursor: pointer;
}
#banner .PageDot .dots {
  display: inline-block;
  vertical-align: middle;
}
#banner .PageDot .dots li {
  margin: 0 15px;
  display: inline-block;
  color: white;
  font-size: 20px;
  font-weight: bold;
}
#banner .PageDot .dots li.slick-active {
  color: #df6b08;
}
.fdn-link {
  display: inline-block;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.icon-arrow-animated .icon-arrow-animated-container {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.icon-arrow-animated .icon-arrow-animated-base {
  background: var(--color);
  border: 1px solid var(--color);
  height: 2px;
  margin-left: 8px;
  position: relative;
  width: 15px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.icon-arrow-animated .icon-arrow-animated-head {
  border: 1px solid var(--color);
  height: 2px;
  position: absolute;
  right: -4px;
  top: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.icon-arrow-animated .icon-arrow-animated-head:after {
  border: 1px solid var(--color);
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 10px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.i-video {
  margin-top: 50px;
}
.i-advantage {
  padding: 60px 0;
}
.i-advantage li {
  --color: #000000;
  padding: 0 40px;
}
.i-advantage li .icon img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.i-advantage li .name {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.i-advantage li .fdn-link {
  font-weight: 500;
}
.i-advantage li:hover {
  --color: #e36415;
}
.i-advantage li:hover .icon img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.i-advantage li:hover .name {
  color: #e36415;
}
.i-advantage li:hover .fdn-link {
  color: #e36415;
}
.baseTit {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  color: black;
}
.our-about {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 0;
}
.our-about .left .img {
  overflow: hidden;
}


@keyframes scmk {
  from {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    transform: scale(2);
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}

.our-about .left .img.animated .mask {
  animation-name: scmk;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.our-about .left .mask {
  left: 0;
  top: 0;
  width: 100%;
}
.our-about .right .name {
  color: #df6b08;
}
.our-about .right .text {
  font-weight: 400;
}
.our-about .right a.link {
  display: inline-block;
  padding: 20px 45px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .right a.link:hover {
  color: white;
  background-color: #df6b08;
}
.our-about .right .img {
  margin-top: 40px;
  max-width: 70%;
}
.our-about .list {
  margin-top: 100px;
}
.our-about .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our-about .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.our-about .list li .icon {
  margin-right: 15px;
}
.our-about .list li .num {
  line-height: 1;
}
.our-about .list li .num em {
  font-size: 55px;
  font-family: 'BarlowCondensed-SemiBold';
}
.our-about .list li .num sup {
  vertical-align: top;
  font-size: 30px;
  font-family: 'BarlowCondensed-SemiBold';
}
.i-category {
  overflow: hidden;
}
.i-category .bgs {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.i-category .bgs .item {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
}
.i-category .bgs .item.active {
  opacity: 1;
}
.i-category .bgs .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.i-category .list {
  height: 840px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.i-category .list .item {
  width: 33.33%;
  position: relative;
  border-left: 1px solid white;
}
.i-category .list .item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/cate-mask.png) no-repeat center bottom;
  background-size: 100% auto;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.i-category .list .item .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.i-category .list .item .box {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10%;
}
.i-category .list .item .box .name {
  color: white;
}
.i-category .list .item .box .content {
  color: white;
  -webkit-transition: height 600ms ease-in-out, opacity 0.8s ease-in-out;
  -moz-transition: height 600ms ease-in-out, opacity 0.8s ease-in-out;
  transition: height 600ms ease-in-out, opacity 0.8s ease-in-out;
}
.i-category .list .item .box .content i {
  width: 35px;
  text-align: center;
}
.i-category .list .item .box a.link {
  display: inline-block;
  font-weight: 600;
  color: white;
  background-color: #df6b08;
  padding: 15px 40px;
  border: 1px solid #df6b08;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.i-category .list .item .box a.link:hover {
  background-color: transparent;
}
.i-category .list .item.active::before {
  opacity: 1;
}
.i-category .list .item.active .icon img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.our-product {
  background-color: #f7f7f7;
  padding: 70px 0 35px;
}
.our-product .list ul {
  margin: -18px;
}
.our-product .list li {
  padding: 18px;
}
.our-product .arrows span.arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #e5e5e5;
  border-radius: 3px;
  font-size: 24px;
  font-family: FontAwesome;
  text-align: center;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}
.our-product .arrows span.arrow:hover {
  color: white;
  background-color: #df6b08;
}
.i-solution {
  padding: 60px 0;
}
.i-solution .desc {
  font-weight: 400;
}
.i-solution .desc a {
  display: inline-block;
  color: #df6b08;
  border-bottom: 1px solid currentColor;
}
.i-solution .list {
  margin-top: 55px;
}
.i-solution .list span.arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 52px;
  height: 106px;
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}
.i-solution .list span.arrow:hover {
  background-color: #df6b08;
}
.i-solution .list span.arrow.arrow_l {
  left: 0;
  background-image: url(../images/banner-btn-l.png);
}
.i-solution .list span.arrow.arrow_r {
  right: 0;
  background-image: url(../images/banner-btn-r.png);
}
.i-solution .dots ul {
  margin-top: 25px;
}
.i-solution .dots li {
  width: 20px;
  height: 20px;
  background-image: url(../images/solution-dot.png);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 14px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.i-solution .dots li button {
  display: none;
}
.i-solution .dots li.slick-active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.i-custom {
  background-image: url(../images/cus-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-color: #100c1f;
  color: #FFFFFF;
}
.i-custom a.link {
  display: inline-block;
  padding: 20px 35px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-custom a.link:hover {
  color: #df6b08;
  background-color: white;
}
.i-custom .left {
  padding: 70px 30px 70px 0;
}
.i-custom .list {
  margin-right: -120px;
  position: relative;
  z-index: 1;
}
.i-custom .list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-custom .list .item + .item {
  margin-top: 15px;
}
.i-custom .list .item .icon {
  width: 80px;
}
.i-custom .list .item .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 40px;
}
.i-custom .list .item .content .name {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}
.i-custom .list .item .moreBtn {
  --color: #ffffff;
  margin: auto;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-custom .list .item .moreBtn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  background-color: #df6b08;
}
.i-custom .list .item.active {
  background-color: #463287;
}
.i-custom .list .item.active .moreBtn {
  opacity: 1;
}
.i-custom .right {
  width: 50vw;
  height: 100%;
  left: 50%;
  top: 0;
}
.i-custom .right .item {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.i-custom .right .item video {
  object-fit: cover;
}
.i-custom .right .item:not(.active) {
  opacity: 0;
  pointer-events: none;
}
.i-custom .right .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-news {
  padding: 90px 0;
  background: #fbfbfb;
}
.our-news .list {
  margin-top: 40px;
}
.our-news .list ul {
  margin: -18px;
}
.our-news .list li {
  padding: 18px;
}
.our-news .list li i img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.our-news .list li time {
  font-style: italic;
}
.our-news .list li .name {
  font-weight: 600;
}
.our-news .dots ul {
  margin-top: 30px;
}
.our-news .dots li {
  width: 20px;
  height: 20px;
  background-image: url(../images/solution-dot.png);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 14px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-news .dots li button {
  display: none;
}
.our-news .dots li.slick-active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.i-contact {
  background: url(../images/contact-bg.jpg) no-repeat center;
  background-size: cover;
  color: white;
  padding: 70px 0 80px;
}
.i-contact .desc {
  max-width: 780px;
  margin: auto;
}
.i-contact .form {
  margin-top: 50px;
}
.i-contact .form form {
  display: grid;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  grid-template-columns: repeat(12, 1fr);
}
.i-contact .form input {
  color: black;
  border: 0;
  padding-left: 60px;
  font-size: 18px;
  height: 65px;
  grid-column: span 3;
  background-color: #e1e1e1;
  background-repeat: no-repeat;
  background-position: left 5% center;
}
.i-contact .form input[name="name"] {
  background-image: url(../images/form-icon1.png);
}
.i-contact .form input[name="mail"] {
  background-image: url(../images/form-icon2.png);
}
.i-contact .form input[name="content"] {
  background-image: url(../images/form-icon3.png);
  grid-column: span 4;
}
.i-contact .form button {
  height: 65px;
  grid-column: span 2;
  border: 0;
  background-color: #df6b08;
  text-transform: uppercase;
}
.i-contact .form button span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.i-contact .form button img {
  vertical-align: middle;
}
#footer {
  background-color: #100c1f;
  color: white;
  padding: 90px 0 30px;
}
#footer .foot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .foot-content .foot-block {
  max-width: 370px;
}
#footer .foot-content .foot-block:nth-child(3) {
  max-width: 300px;
}
#footer .foot-content .foot-block h4 {
  padding: 30px 0 20px;
}
#footer .foot-content .foot-block .text {
  line-height: 2;
}
#footer .foot-content .foot-block li {
  line-height: 2;
}
#footer .foot-content .foot-block .social-links a {
  font-size: 18px;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid white;
  font-family: FontAwesome;
}
#footer .foot-content .foot-block .social-links a + a {
  margin-left: 7px;
}
#footer .foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .foot-bottom .left p,
#footer .foot-bottom .left a {
  display: inline-block;
  color: #747474;
  vertical-align: middle;
  line-height: 28px;
}
#footer .foot-bottom .left p.footmeidong1 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 590px;
    display: inline-block;
    vertical-align: middle;
}
#footer .foot-bottom .left p span,
#footer .foot-bottom .left a span {
  color: #df6b08;
}
#footer .foot-bottom .left img {
  height: 16px;
}
#footer .foot-bottom .langs .zhuyu {
  line-height: 50px;
  padding: 0 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 0 0 3px;
}
#footer .foot-bottom .langs .zhuyu img {
  vertical-align: middle;
}
#footer .foot-bottom .langs .zhuyu span {
  vertical-align: middle;
}
#footer .foot-bottom .langs ul.sub-menu {
  position: absolute;
  width: 100%;
  background: #fff;
  bottom: 100%;
  left: 0;
  display: none;
}
#footer .foot-bottom .langs ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#footer .foot-bottom .langs ul.sub-menu li:hover a {
  background: #df6b08;
  color: white;
}
#ewm {
  margin-left: auto;
  width: 120px;
  border: 5px solid white;
}
@media (max-width: 1700px) {
  #banner .PageDot {
    left: 50%;
    bottom: 5%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 1530px) {
  .ui.container {
    width: 1440px;
  }
  #header {
    top: 0;
  }
  #header .nav .ui.menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header .nav .ui.menu .logo {
    padding: 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .h-search {
    margin-right: 20px;
  }
  .language-box .zhuyu {
    font-size: 16px;
  }
  /*#banner .left {
    max-width: 550px;
  }*/
  #banner h2 {
    font-size: 80px;
  }
  #banner p {
    font-size: 16px;
  }
  #banner a.link {
    padding: 15px 30px;
  }
  .font-18 {
    font-size: 16px;
  }
  .our-about .right a.link {
    padding: 15px 30px;
  }
  .i-category .list .item .box .name {
    font-size: 24px;
  }
  .i-category .list .item .box a.link {
    padding: 10px 20px;
  }
  .i-custom a.link {
    padding: 15px 30px;
  }
  .i-contact .form input {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .ui.container {
    width: 1230px;
  }
  #banner h2 {
    font-size: 60px;
  }
  /*#banner .left {
    max-width: 500px;
  }*/
  .i-advantage li {
    padding: 0 15px;
  }
  .i-advantage li .name {
    font-size: 20px;
  }
  .baseTit {
    font-size: 40px;
    line-height: 1.5;
  }
  .our-about .right .name {
    font-size: 20px;
  }
  .i-category .list {
    height: 600px;
  }
  .i-category .list .item .box {
    padding: 5%;
  }
  .i-category .list .item .box .name {
    font-size: 20px;
  }
  .our-product .list ul {
    margin: -15px;
  }
  .our-product .list li {
    padding: 15px;
  }
  .i-solution .desc {
    font-size: 18px;
  }
  .our-news .list ul {
    margin: -15px;
  }
  .our-news .list li {
    padding: 15px;
  }
}
@media (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  .language-box .language-img {
    display: none;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    font-weight: 400;
  }
  #header.fixed .nav .ui.menu .logo {
    width: 10%;
  }
  .language-box .zhuyu {
    font-size: 14px;
  }
  #banner h2 {
    font-size: 40px;
    line-height: 1.5;
  }
  .font-18 {
    font-size: 14px;
        line-height: 28px;
  }
  .font-16 {
    font-size: 14px;
        line-height: 28px;
  }
  #banner a.link {
    padding: 10px 20px;
  }
  #banner .PageDot .dots li {
    font-size: 14px;
  }
  .i-advantage li .name {
    font-size: 18px;
  }
  .baseTit {
    font-size: 34px;
  }
  .our-about .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -15px;
  }
  .our-about .list li {
    width: 33.33%;
    padding: 15px;
  }
  .our-about .list li .icon {
    min-width: 70px;
  }
  .i-category .list .item .box .name {
    font-size: 18px;
    font-weight: 600;
  }
  .i-custom .list .item .content .name {
    font-size: 18px;
  }
  #footer .foot-content .foot-block h4 {
    font-size: 20px;
  }
  #footer .foot-content .foot-block {
    max-width: 300px;
  }
  #footer .foot-content .foot-block:nth-child(3) {
    max-width: 250px;
  }
  #footer .foot-bottom .right {
    display: none;
  }
  #footer .foot-bottom .left img {
    height: 14px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none!important;
  }
  #mobile {
    display: block;
  }
  #banner h2 {
    font-size: 34px;
  }
  #banner p {
    font-size: 14px;
  }
  #banner .PageDot {
    display: none;
  }
  .i-advantage ul {
    margin: -15px;
  }
  .i-advantage li {
    width: 100%!important;
    padding: 15px;
  }
  .our-about .left {
    width: 100%!important;
  }
  .our-about .right {
    width: 100%!important;
    margin-top: 40px;
  }
  .baseTit {
    font-size: 24px;
  }
  .our-about .list li {
    width: 50%;
  }
  .our-about .list li .num {
    line-height: 1.5;
  }
  .our-about .list li .num em {
    font-size: 40px;
  }
  .i-category .list .item .box .content {
    height: auto!important;
    opacity: 1!important;
  }
  .i-category .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .i-category .list .item {
    width: 50%;
    border-top: 1px solid white;
  }
  .i-solution .list span.arrow {
    display: none;
  }
  .i-custom .left {
    width: 100%;
    padding: 60px 0;
  }
  .i-custom .list {
    margin-right: 0;
  }
  .i-custom .right {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
  .i-custom .right .item.active {
    position: static;
  }
  .i-contact .form form {
    gap: 15px;
  }
  .i-contact .form input {
    grid-column: span 6;
    font-size: 14px;
    height: 50px;
  }
  .i-contact .form input[name="content"] {
    grid-column: span 6;
  }
  .i-contact .form button {
    grid-column: span 6;
    height: 50px;
  }
  .hide-1000 {
    display: none!important;
  }
  #footer .foot-content {
    display: block;
  }
  #footer .foot-content .foot-block {
    max-width: 100%!important;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner p {
    margin-bottom: 15px;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .list li .num em {
    font-size: 34px;
  }
  .i-category .list .item {
    width: 100%;
  }
  .i-category .list .item .box {
    padding: 30px 5% 15px;
  }
  .i-category .list .item .box .content {
    display: none;
  }
  .i-custom {
    background-image: none;
  }
  .i-custom .list .item {
    display: block;
    padding: 15px;
  }
  .i-custom .list .item .icon {
    display: none;
  }
  .i-custom .list .item .content {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .i-custom .list .item + .item {
    margin-top: 0;
  }
  .i-custom .list .item .moreBtn {
    opacity: 1;
  }
  .our-news {
    padding: 60px 0;
  }
  .i-contact {
    padding: 60px 0;
  }
  #footer {
    padding: 60px 0 30px;
  }
}
@media (max-width: 500px) {
  #banner li {
    height: 300px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner h2 {
    font-size: 24px;
  }
  .our-about .list li {
    width: 100%;
  }
  .i-contact .form input {
    grid-column: 1 / span 12;
    font-size: 14px;
    height: 50px;
  }
  .i-contact .form input[name="content"] {
    grid-column: 1 / span 12;
  }
  .i-contact .form button {
    grid-column: 1 / span 12;
  }
}




.mbx {
  background-color: #eee;
}

.inner-banner img {
  width: 100%;
}

/* news */
.news-page {
  padding: 60px 0;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
  border-left: 1px solid #e7e7e7;
  padding-left: 20px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/tc-zoom.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: #df6b08;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #df6b08;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #df6b08;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 16px;
  line-height: 2;
}


@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }

  .jianfengyj, .Auxil-industry,
  #footer .foot-content .foot-block .text,
  #footer .foot-bottom .left p.footmeidong.font-16,
  #footer .foot-bottom .left p.footmeidong1.font-16 {
    display: none !important;
  }
}

.list.newsList ul li {
    padding: 30px 40px;
    border-bottom: 1px dashed #ccc;
}

.list.newsList ul li .content .left.txt-center span {
  background-color: #df6b08;
  color: white;
  font-size: 28px;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 6px 0 6px 0;
}

.list.newsList ul li .content {
  display: flex;
}
.list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #d7f0ef;
  color: #2b2b2b;
}
.list.newsList ul li .content .right h3 a {
  font-weight: 700;
  color: #000;
}
.list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
  color: #2b2b2b;
}
.list.newsList ul li .content .right p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.list.newsList ul li .content .right a {
  font-size: 18px;
  font-weight: 500;
  color: #df6b08;
  transition: all 0.5s ease;
  text-transform: capitalize;
  line-height: 2;
}


@media screen and (max-width: 1000px) {
  .list.newsList ul li{
    padding: 15px;
  }

  .list.newsList ul li .content .right{
    margin-left: 20px;
    padding-left: 20px;
  }

  .list.newsList ul li .content .left.txt-center span{
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}


.newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #df6b08;
  border: 1px solid #df6b08;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-content .category a:hover {
  background: #df6b08;
  color: #fff;
}
.newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
}
.newdet-content h1.n-title {
  font-size: 35px;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  line-height: 2;
}
.newdet-content .content {
  font-size: 18px;
  color: #555;
  line-height: 2;
}
.newdet-content .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-content .content .icon a:hover {
  color: #df6b08;
}
.newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
}
.newdet-content .m-link a .r-img {
  margin-right: 20px;
}
.newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
}
.newdet-content .m-link a .r-text p:hover {
  color: #df6b08;
}
.newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}
.newdet-content .m-link a.right {
  padding-left: 30px;
}
.newdet-content .n-form {
  margin-top: 60px;
}
.newdet-content .n-form .text h3 {
  font-size: 30px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.newdet-content .n-form .text p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 30px;
}
.newdet-content .n-form .text p span {
  color: #df6b08;
}
.newdet-content .n-form form span.span {
  font-size: 14px;
  display: inline-block;
  color: #555;
  margin-bottom: 25px;
}
.newdet-content .n-form form textarea,
.newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 20px;
  color: #555555;
  font-size: 14px;
  margin-bottom: 30px;
}
.newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.newdet-content .n-form form .n-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 45px;
}
.newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}
.newdet-content .n-form form button:hover::after {
  width: 100%;
}
.newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #df6b08;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.newdet-content .content p {
  padding: 15px 0;
  color: #000;
}
.newdet-content .content h2 {
  font-size: 24px;
  color: #000;
}

@media screen and (max-width: 1000px) {
  .newdet-content{
    padding-right: 0;
  }

  .newdet-content .content{
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .newdet-content .m-link{
    display: block;
  }
  .newdet-content .m-link a{
    width: 100%;
    padding: 10px 0;
  }
  .newdet-content .m-link a.right{
    padding-left: 0;
  }
  .newdet-content .n-form form textarea,
  .newdet-content .n-form form input[type=text]{
    width: 100%;
  }
  .newdet-content h1.n-title{
    font-size: 24px;
  }
}



.contact-page .contact-1 {
  padding: 50px 0 120px;
}
.contact-page .contact-1 .list ul {
  margin: -8px;
}
.contact-page .contact-1 .list ul li {
  padding: 8px;
}
.contact-page .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
}
.contact-page .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #df6b08;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #036088;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 18px;
  line-height: 1;
  padding: 25px 0 15px;
  font-weight: bold;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  min-height: 100px;
}





.join-us-page .join-us-2 {
  padding: 100px 0 80px;
}
.join-us-page .join-us-2 h3 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.join-us-page .join-us-2 .text {
  display: block;
  font-size: 16px;
  color: #838383;
  font-weight: 300;
  line-height: 2;
  margin-top: 20px;
}

.join-us-page .join-us-2 .from ul{
  margin: -10px -18px;
}
.join-us-page .join-us-2 .from ul li {
  padding: 10px 18px;
}
.join-us-page .join-us-2 .from ul li label {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 300;
}
.join-us-page .join-us-2 .from ul li input,
.join-us-page .join-us-2 .from ul li textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.join-us-page .join-us-2 .from ul li input:focus,
.join-us-page .join-us-2 .from ul li textarea:focus {
  border-color: #df6b08;
}
.join-us-page .join-us-2 .from ul li textarea {
  height: 100px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"] {
  background: #df6b08;
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
  padding: 15px 10px;
  width: 145px;
  border-radius: 10px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"]:hover {
  background: black;
}
.join-us-page .join-us-2 .from ul li.wid-100 {
  width: 100%;
}






.about-page .init-1 .container {
  position: relative;
}
.about-page .init-1 .container .sub_img {
  position: absolute;
  width: 460px;
  bottom: 0;
  right: -200px;
  z-index: -1;
}
.about-page .init-1 .container .tips {
  text-transform: uppercase;
  color: #df6b08;
  text-align: center;
}
.about-page .init-1 .container .des {
  margin-top: 26px;
  line-height: 30px;
}
.about-page .init-1 .container .list_cont {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-1 .container .list_cont .list {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  margin: 20px 0 0 0;
}
.about-page .init-1 .container .list_cont .list .num {
  font-size: 100px;
  color: #df6b08;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.about-page .init-1 .container .list_cont .list .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.about-page .init-1 .container .list_cont .list2 {
  margin: 20px 20px 0;
}
.about-page .init-2 .container {
  position: relative;
}
.about-page .init-2 .container .img {
  height: 500px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-2 .container .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.about-page .init-2 .container .play i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: white;
  background-color: #df6b08;
  position: relative;
}

.about-page .init-2 .container .play div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.about-page .init-2 .container .play div i {
  margin-left: 2px;
}
.about-page .init-2 .container .play .ling {
  background-color: #fff;
}
.about-page .init-2 .container .play .ling:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.about-page .init-2 .container .play .cont {
  position: relative;
  z-index: 2;
}
.about-page .init-3 {
  padding-top: 40px;
}
.about-page .init-3 .container .list {
  margin-top: 60px;
}
.about-page .init-3 .container .list .column {
  vertical-align: middle;
  position: relative;
}
.about-page .init-3 .container .list .left img {
  width: 100%;
}
.about-page .init-3 .container .list .right {
  padding-left: 60px;
}
.about-page .init-3 .container .list .right .tips,
.about-page .init-3 .container .list .right .title {
  color: #df6b08;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 1.5;
}
.about-page .init-3 .container .list .right .line {
  width: 250px;
  height: 1px;
  background-color: #df6b08;
}
.about-page .init-3 .container .list .right .title {
  color: #181818;
  margin-top: 8px;
}
.about-page .init-3 .container .list .right .des {
  color: #262626;
  margin-top: 10px;
  line-height: 1.7;
}
.about-page .init-3 .container .list:nth-child(2n) .left {
  left: 50%;
}
.about-page .init-3 .container .list:nth-child(2n) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 60px;
}
.about-page .init-4 .container {
  text-align: center;
}
.about-page .init-4 .container .tips,
.about-page .init-4 .container .title {
  font-weight: 600;
  font-weight: normal;
  color: #df6b08;
  text-transform: uppercase;
}
.about-page .init-4 .container .line {
  width: 250px;
  height: 1px;
  background-color: #df6b08;
  margin: auto;
}
.about-page .init-4 .container .title {
  color: #181818;
  margin-top: 10px;
}
.about-page .init-4 .container .content {
  margin: 40px -30px 0;
}
.about-page .init-4 .container .content.rtl .slick-list {
  direction: rtl;
}
.about-page .init-4 .container .content .slick .slick-track {
  margin-left: 0;
}
.about-page .init-4 .container .content .slick li {
  padding: 0 30px;
}
.about-page .init-4 .container .content .slick li a {
  display: block;
  overflow: hidden;
}
.about-page .init-4 .container .content .slick li a img {
  width: 100%;
}
.about-page .init-4 .container .s_page {
  margin-top: 30px;
  padding-bottom: 45px;
}
.about-page .init-4 .container .s_page li {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #df6b08;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}
.about-page .init-4 .container .s_page li button {
  display: none;
}
.about-page .init-4 .container .s_page li.slick-active {
  background-color: #df6b08;
}
.about-page .init-5 .container iframe{
  display: block;
  height: 700px;
  width: 100%;
}
.about-page .init-6 .container .column {
  vertical-align: middle;
}
.about-page .init-6 .container .left img {
  width: 100%;
}
.about-page .init-6 .container .right {
  padding-left: 60px;
}
.about-page .init-6 .container .right .tips {
  text-transform: uppercase;
}
.about-page .init-6 .container .right .tips span {
  color: #df6b08;
}
.about-page .init-6 .container .right .des {
  margin-top: 10px;
  max-height: 325px;
  overflow-y: scroll;
  line-height: 1.78;
}


@media (max-width: 1500px) {
  .about-page .init-1 .container .list_cont .list .num {
    font-size: 80px;
  }
}

@media (max-width: 1000px) {
  .about-page .init-1 .container .des {
    text-align: center;
  }
  .about-page .init-2 .container .img {
    height: 300px;
  }
  .about-page .init-3 .container .list .column {
    width: 100%;
  }
  .about-page .init-3 .container .list .right {
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .about-page .init-3 .container .list .right .line {
    margin: 6px auto 0;
  }
  .about-page .init-3 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .about-page .init-3 .container .list:nth-child(2n) .right {
    left: 0;
    padding: 0;
  }
  .about-page .init-4 .container .content {
    margin: 40px -10px 0;
  }
  .about-page .init-4 .container .content .slick li {
    padding: 0 10px;
  }
  .about-page .init-5 .container .img {
    height: 400px;
  }
  .about-page .init-6 .container .column {
    width: 100%;
  }
  .about-page .init-6 .container .right {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .about-page .init-1 .container .list_cont .list {
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
  }
  .about-page .init-1 .container .list_cont .list .text {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .about-page .init-2 {
    margin-top: 40px;
  }
}

@media (max-width: 500px) {
  .about-page .init-1 .container .list_cont {
    margin-top: 10px;
  }
  .about-page .init-1 .container .list_cont .list .num {
    font-size: 50px;
  }
  .about-page .init-1 .container .list_cont .list .text {
    margin-top: 10px;
  }
  .about-page .init-3 {
    padding-top: 10px;
  }
  .about-page .init-3 .container .list {
    margin-top: 40px;
  }
  .about-page .init-4 .container .line {
    margin: 6px auto 0;
  }
  .about-page .init-4 .container .content {
    margin-top: 20px;
  }
  .about-page .init-4 .container .s_page {
    margin-top: 10px;
  }
  .about-page .init-4 .container .s_page li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .about-page .init-5 {
    height: auto;
  }
}


.sca_ani_2 {
  -webkit-animation: sca_ani_2 2s linear infinite;
  -moz-animation: sca_ani_2 2s linear infinite;
  -o-animation: sca_ani_2 2s linear infinite;
  animation: sca_ani_2 2s linear infinite;
}
@-webkit-keyframes sca_ani_2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes sca_ani_2 {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-o-keyframes sca_ani_2 {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes sca_ani_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.his-bg .ui.container {
  display: flex;
  align-items: center;
}
.his-bg {
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}
.his-bg .left-his {
  margin-left: -13%;
  width: 38%;
}
.his-bg .right-his {
  width: 70%;
  margin-left: 5%;
}
.about-4 {
  padding: 90px 0;
}
.about-4 ul {
  margin: -15px;
}
.about-4 ul li {
  padding: 15px;
}
.about-4 img {
  max-width: 100%;
}
.about-4 {
  background-repeat: no-repeat;
  background-size: cover;
}
.about-4 h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 50px;
  margin-top: 0px;
}
.about-4 h2 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .about-4 h3{
    font-size: 29px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .his-bg .ui.container{
    display: block;
  }
  .his-bg .left-his{
    width: 100%;
    margin-left: 0;
    display: none;
  }
  .his-bg .right-his{
    width: 100%;
    margin-left: 0;
    padding: 30px 0;
  }
}

@media screen and (max-width: 500px) {
  .about-4 h2{
    font-size: 20px;
  }
}





.service2-page .service-1 {
    padding: 138px 0 130px;
}
.service2-page .service-1 ul {
    margin: -20px;
}
.service2-page .service-1 ul li {
    padding: 20px;
}
.service2-page .service-1 ul li .box {
    background: white;
    -webkit-box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 75px 55px;
}
.service2-page .service-1 ul li .box .icon {
    height: 60px;
}
.service2-page .service-1 ul li .box .icon img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.service2-page .service-1 ul li .box h4 {
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0 26px;
}
.service2-page .service-1 ul li .box .text {
    font-size: 18px;
    line-height: 30px;
    min-height: 180px;
}
.service2-page .service-1 ul li .box:hover .icon img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.service2-page .service-2 {
    background-color: #fafafa;
    padding: 100px 0 100px;
}
.service2-page .service-2 .top {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    margin-bottom: 40px;
}
/*.service2-page .service-2 .top .text {
    width: 40%;
    padding-right: 60px;
}*/

.service2-page .service-2 .top .text h5{
    font-size: 25px;
    line-height: 40px;
}
.service2-page .service-2 .top .text .content {
    font-size: 18px;
    line-height: 34px;
    margin-top: 30px;
}
.service2-page .service-2 .top .text .content p:not(:last-child) {
    margin-bottom: 50px;
}
.service2-page .service-2 .top .img{
    text-align: center;
}
.service2-page .service-2 .product {
    margin-bottom: 110px;
}
.service2-page .service-2 .product ul{
    margin: -15px;
}
.service2-page .service-2 .product ul li{
    padding: 15px;
}

.service2-page .service-2 .product .arrows {
  margin-top: 40px;
}
.service2-page .service-2 .product .arrows .arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: white;
  background-color: black;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  margin: 0 15px;
  cursor: pointer;
}

.service2-page .service-2 .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.service2-page .service-2 .bottom .text {
    width: 60%;
    padding-left: 80px;
}
.service2-page .service-2 .bottom .text .content {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
}
.service2-page .service-2 .bottom .text .content p:not(:last-child) {
    margin-bottom: 60px;
}
.service2-page .service-2 .bottom .text .content ul li{
    margin-bottom: 20px;
    display: flex;
}
.service2-page .service-2 .bottom .text .content ul li h5{
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
}
.service2-page .service-2 .bottom .text .content ul li p{
    font-size: 18px;
    margin-top: 6px;
    display: inline-block;
    padding-left: 10px;
}
.service2-page .service-2 .list ul {
  margin: -15px;
}
.service2-page .service-2 .list li {
  padding: 15px;
}
.service2-page .honor ul{
    margin: -15px;
}
.service2-page .honor ul li{
    padding: 15px;
}
.service2-page .service-3 {
    padding: 90px 0;
    overflow: hidden;
}

.service2-page .service-3 .text {
    margin: -25px;
}
.service2-page .service-3 .text h4 {
    font-size: 25px;
    margin-bottom: 10px;
}
.service2-page .service-3 .text .num .item{
    margin-bottom: 15px;
}
.service2-page .service-3 .text .num .item h5{
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
}
.service2-page .service-3 .text .num .item p{
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
}
.service2-page .service-3 .text .column {
    padding: 25px;
}

.service2-page .service-3 .imgbox {
    margin-top: 50px;
}
.service2-page .service-3 ul {
    margin: -15px;
}
.service2-page .service-3 ul li {
    padding: 15px;
}
.service2-page .service-4 {
    background-color: #fafafa;
    padding-bottom: 100px;
    padding-top: 100px;
}

.service2-page .service-4 p.text {
    margin: 30px auto 50px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    max-width: 1050px;
}
/*.service2-page .service-4 ul.grid-box {
  margin: -35px;
}
.service2-page .service-4 ul.grid-box .column {
  padding: 35px;
}*/
.service2-page .service-4 ul li .box {
    position: relative;
}
.service2-page .service-4 ul li .box .column{
    vertical-align: middle;
}
.service2-page .service-4 ul li .box .content {
    vertical-align: middle;
}
.service2-page .service-4 ul li .box .content h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.service2-page .service-4 ul li .box .content .text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    margin: 45px 0 45px;
}
.service2-page .service-4 ul li .box .content .text p{
    margin-bottom: 20px;
    font-weight: 500;
}
.service2-page .service-4 ul.grid-box .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 90px;
}
.service2-page .service-4 ul.grid-box .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #878787;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    margin: 0 6px;
}
.service2-page .service-4 ul.grid-box .slick-dots li button {
    display: none;
}
.service2-page .service-4 ul.grid-box .slick-dots li.slick-active {
    background-color: #df6b08;
}

.service2-page .service-5 {
    background-color: #f9f9f9;
    padding-bottom: 100px;
    padding-top: 100px;
}

.service2-page .service-5 .list ul {
  margin: -15px;
}

.service2-page .service-5 .list li {
  padding: 15px;
}

.service2-page .about{
    padding: 60px 0;
}
.service2-page .about .right{
    padding-left: 50px;
}
.service2-page .about .right .content{
    font-size: 18px;
    line-height: 30px;
}

@media screen and (max-width: 1000px){
  .service2-page .service-1,
  .service2-page .service-2,
  .service2-page .service-3 {
    padding: 60px 0;
  }
  .service2-page .service-1 h2,
  .service2-page .service-3 h2 {
    font-size: 32px !important;
  }
  .service2-page .service-1 ul {
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .service2-page .service-1 ul li {
    width: 50% !important;
    padding: 10px;
  }
  .service2-page .service-1 ul li .box {
    padding: 15px;
    height: 100%;
  }
  .service2-page .service-1 ul li .box h4,
  .service2-page .service-2 .top .text h5,
  .service2-page .service-3 .text h4 {
    font-size: 20px;
  }
  .service2-page .service-1 ul li .box .text,
  .service2-page .service-2 .top .text .content,
  .service2-page .service-2 .bottom .text .content {
    font-size: 16px;
  }
  .service2-page .service-2 .top .text {
    width: 100%;
    padding-right: 0;
  }
  .service2-page .service-2 .top .img {
    width: 100%;
    margin-top: 20px;
  }
  .service2-page .service-2 .top {
    display: block;
    margin-bottom: 40px;
  }
  .service2-page .service-2 .product {
    margin: 20px 0;
  }
  .service2-page .service-2 .bottom .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service2-page .service-2 .bottom .img {
    width: 100%;
  }
  .service2-page .service-2 .bottom {
    display: block;
  }
  .service2-page .service-2 .bottom .text .content ul li {
    display: block;
  }
  .service2-page .service-2 .bottom .text .content p:not(:last-child) {
    margin-bottom: 0;
  }
  .service2-page .service-2 .bottom .text .content p {
    width: 100%;
    padding-left: 0 !important;
  }
  .service2-page .service-3 .text .column,
  .service2-page .service-3 .text .column {
    padding: 0;
    width: 100%;
  }
  .service2-page .service-3 .text {
    margin: 0;
    display: block;
  }
  .service2-page .service-3 .text .column.right {
    margin-top: 20px;
  }
  .service2-page .service-4 ul li .box .content {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .service2-page .service-4 ul li .box .column {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 700px){
  .service2-page .service-1,
  .service2-page .service-2,
  .service2-page .service-3 {
    padding: 40px 0;
  }
  .service2-page .service-1 h2,
  .service2-page .service-3 h2 {
    font-size: 24px !important;
  }

  .service2-page .service-1 ul li {
    width: 100% !important;
  }
  .service2-page .service-1 ul li .box .text {
    min-height: unset;
  }
  .service2-page .service-1 ul li .box h4 {
    margin: 10px 0;
  }
}








.product-page .product-box .box {
  font-size: 0;
}
.product-page .product-box .left {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.product-sideBar {
  padding: 20px 15px;
  border: 1px solid #f1f1f1;
  background-color: #f9f9f9;
  line-height: 30px;
}
.product-sideBar h2.pro-cat-title {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
}
.product-sideBar .cat-list .first-li {
  margin-top: 15px;
}
.product-sideBar .cat-list .second-li {
  margin-top: 10px;
}
.product-sideBar .cat-list .level-two {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;

}
.product-sideBar .cat-list .level-three {
  font-size: 18px;
  color: #444444;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.product-sideBar .cat-list .level-three::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-page {
  padding: 60px 0;
}
.product-page .product-box .right {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  padding-left: 65px;
}
.product-page .product-box .right .cat-text h1 {
  font-size: 24px;
  font-weight: bold;
  color: #e68029;
}
.product-page .product-box .right .cat-text .text {
  font-size: 16px;
  margin: 15px 0;
  line-height: 30px;

}
.product-page .product-box .right .inner-pro-box .pro-content {
  font-size: 16px;
  padding: 10px 0;
  line-height: 28px;
}
.product-page .product-box .right .inner-pro-box .inner-pro-name {
      color: black;
}
.product-page .product-box .right .inner-pro-box .pro-cat-name {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}
.product-page .product-box .right .inner-pro-list ul {
  margin: -10px;
}
.product-page .product-box .right .inner-pro-list ul li {
  padding: 10px;
}

@media screen and (max-width: 1230px) {
  .product-sideBar .cat-list .level-two {
    font-size: 16px;
  }

  .product-sideBar .cat-list .level-three {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .product-page .product-box .left {
    display: none;
  }
  .product-page .product-box .right {
    width: 100%;
    padding-left: 0;
  }
}


.prodet-page {
  padding: 60px 0;
}
.prodet-page .box {
  font-size: 0;
}
.prodet-page .left {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .right {
  width: 80%;
  display: inline-block;
  vertical-align: top;
  padding-left: 4%;
}
/*.prodet-page .right .prodet-1 {
  text-align: center;
}*/
.prodet-page .right .prodet-1 .pro-featured {
  width: 78%;
}

.prodet-page .right .prodet-1 .slides {
  width: 50%;
}

.prodet-page .right .prodet-1 .prodet-title {
  width: 50%;
  font-size: 14px;
  margin-bottom: 30px;
}
.prodet-page .right .prodet-1 .prodet-title .pro-name{
  font-size: 26px;
  margin-top: 15px;
}
/*.prodet-page .right .prodet-1 .prodet-title .cat-name{
  font-size: 20px;
}*/
.prodet-page .right .prodet-1 .swiper-father {
  width: 22%;
  position: relative;
}
.prodet-page .right .prodet-1 .swiper-father ul{
  margin: -5px;
}
.prodet-page .right .prodet-1 .swiper-father ul li{
  padding: 5px;
}
.prodet-page .right .prodet-1 .swiper-father .slick-vertical .slick-slide {
  border: 0;
}
.prodet-page .right .prodet-1 .swiper-father .slick-arrow {
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 24px;
}

.prodet-page .right .prodet-1 .swiper-father .swiper-btn {
  width: 38px;
  height: 38px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.prodet-page .right .prodet-1 .swiper-btn.gallery-next {
  right: 80px;
}
.prodet-page .right .prodet-1 .swiper-btn.gallery-prev {
  left: 80px;
}
.prodet-page .right .prodet-2 .prodet-date {
  margin-top: 25px;
}
.prodet-page .right .prodet-2 .prodet-date .opsition {
  font-size: 32px;
  font-weight: 700;
  border-top: 1px solid #eeeeee;
  text-transform: uppercase;
  padding: 15px 0;
}
.prodet-page .right .prodet-3 {
  padding: 40px 0;
}
.prodet-page .right .prodet-3 h2 {
  font-size: 20px;
}
.prodet-page .right .prodet-3 .pro-list {
  margin-top: 10px;
}
.prodet-page .right .prodet-3 .pro-list ul {
  margin: -15px;
}
.prodet-page .right .prodet-3 .pro-list li {
  padding: 15px;
}
.prodet-page .right .prodet-3 .pro-list h3 {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 5px;
      line-height: 28px;
}
.prodet-page .right .prodet-3 .pro-list p {
  font-size: 14px;
  margin-top: 5px;
}
.prodet-page .right .prodet-3 .pro-list span {
  display: inline-block;
}

.prodet-page .right .color li {
  width: 20%;
}
@media screen and (max-width: 1440px) {
  .prodet-page .right .color li {
    width: 25%;
  }
}

@media screen and (max-width: 1230px) {
  .prodet-page .right .prodet-1 .pro-featured .swiper-father {
    padding: 0px 90px;
  }
  .prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-prev {
    left: 10px;
  }
  .prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-next {
    right: 10px;
  }

  .prodet-page .right .color li {
    width: 33.33%;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .right .prodet-1 .slides {
    width: 100%;
  }

  .prodet-page .left {
    display: none;
  }
  .prodet-page .right {
    width: 100%;
    padding-left: 0;
  }
}



.prodet-page .prodet-1 .share h4{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: black;
    font-weight: 500;
}
.prodet-page .prodet-1 .share ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-1 .share ul li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-left: 15px;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .share ul li:hover {
    color: #fab702;
}

.prodet-page .prodet-1 .btn {
    margin-top: 20px;
        margin-bottom: 20px;
}
.prodet-page .prodet-1 .btn a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: 30px;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    font-size: 18px;
    color: black;
    border: 1px solid black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@media screen and (max-width: 1000px) {
  .prodet-page .right .prodet-1 .swiper-father{
    width: 25%;
  }
  .prodet-page .right .prodet-1 .pro-featured{
    width: 75%;
  }

  .prodet-page .right .prodet-1 .prodet-title{
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .right .prodet-1 .swiper-father{
    width: 100%;
  }
  .prodet-page .right .prodet-1 .pro-featured{
    width: 100%;
  }
}


.more {
  font-size: 17px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 25px;
  background-color: #df6b08;
  color: white;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.more .fa {
  margin-left: 10px;
}
.more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background-color: #222;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover::after {
  width: 100%;
}


.cat-product-page{
  padding-top: 100px;
  background: rgba(0,0,0,0.02);
}
.cat-product-page .ui.container{
  max-width: 1650px;

}
.cat-product-page ul li {
    margin-bottom: 30px;
    position: relative;
    background: white;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    padding: 30px;
}
  
.cat-product-page ul li .grid .column.column1 {
    width: 40%;
    float: left;
}
.cat-product-page ul li .grid .column.column2 {
    float: right;
    width: 60%;
    padding: 0 0 0 8%;
}
.cat-product-page ul li .grid .column.column2 #protitle {
    display: none;
}
.cat-product-page ul li .grid .column.column2 h3 {
    font-size: 45px;
    text-align: left;
    padding-bottom: 10px;
}
.cat-product-page ul li .grid .column.column2 .text {
    font-size: 16px;
    text-align: left;
    line-height: 2;
    margin-bottom: 85px;
    color: #585858;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.cat-product-page ul li .grid .column.column2 a.more {
      
    float: left;
      
}
.cat-product-page ul li .grid .column.column2 a.more .fa {
    margin-left: 5px;
}
.cat-product-page ul li .grid .column.column2 a.more:hover {
    background: #ff5900;
    color: white;
}
.cat-product-page ul li:nth-child(2n):after {
    display: none;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column1 {
    width: 40%;
    float: right;
    position: relative;
    z-index: 1;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 {
    width: 60%;
    padding: 3% 3% 0 0;
    float: left;
    position: relative;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 .text {
    text-align: left;
}
  
.cat-product-page ul li:nth-child(2n) .grid .column.column2 img {
    float: right;
    margin-top: 60px;
    position: relative;
    z-index: 3;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 h3 {
    text-align: left;
    line-height: 2;
}
.cat-product-page ul li:nth-child(2n+1) .grid .column.column2 h3 i.dots {
    margin-left: auto;
    margin-right: 0;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 a.more {
    float: left;
}

@media screen and (max-width:1430px){
  .cat-product-page ul li .grid .column.column2 h3 {
      font-size: 32px;
  }
}

@media screen and (max-width:768px){
  .cat-product-page ul li .grid .column.column2 h3 {
      font-size: 20px;
  }
  .cat-product-page ul li .grid .column.column2{
      padding-left: 10%;
  }
  .cat-product-page ul li .grid .column.column2 img{
      width: 60%;
  }
}

@media screen and (max-width:700px){
    .cat-product-page ul li .grid .column.column1 {
        width: 100%;
    }
    .cat-product-page ul li .grid .column.column2 {
        padding-left: 0;
        width: 100%;
    }
    .cat-product-page ul li {
        margin-bottom: 40px;
    }
}







.about-page .about-network ul {
    margin: -15px
}

.about-page .about-network ul li {
    padding: 15px
}

.about-page .about-network ul li h4 {
    border: 1px solid #ebebeb;
    background: #f8f8f8;
    padding: 10px 20px
}

.about-page .about-network ul li h4 i {
    margin-left: 20px;
    opacity: .4;
    cursor: pointer;
    float: right;
    position: relative;
    top: 7px
}

.about-page .about-network ul li .des {
    font-size: 16px;
    line-height: 2;
    display: none;
    border: 1px solid #ebebeb;
    padding: 10px 20px;
    border-top: none
}





.custom-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fbfbfb;
}
.custom-color .left {
  width: 50%;
  /*background: url(../images/custom-color-bg.jpg) no-repeat center;*/
  background-size: cover;
  padding: 5% 5% 5% 10%;
}
.custom-color .left .color-select {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
  color: black;
}
.custom-color .left .color-select ul {
  margin-right: -20px;
}
.custom-color .left .color-select li {
  padding-right: 20px;
  margin-top: 15px;
}
.custom-color .left .color-select li .color-core {
  border-radius: 0;
  padding: 8px;
  border: 1px solid transparent;
}
.custom-color .left .color-select li .color-image-box {
  border-radius: inherit;
  overflow: hidden;
  /*padding-top: 100%;
  background-color: var(--option);*/
}
.custom-color .left .color-select li .color-image-box img {
  width: 100%;
}
.custom-color .left .color-select li .color-img {
  border: 2px solid transparent;
}
.custom-color .left .color-select li.active .color-core {
  border-color: var(--option);
}
.custom-color .left .color-select li.active .color-img {
  border-color: white;
}
.custom-color .left .color-select.color1 li .color-core {
  border-radius: 50%;
}
.custom-color .left .color-select.color3 li {
  width: 20%!important;
}
.custom-color .left a.link {
  padding: 20px 30px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: black;
}
.custom-color .right {
  width: 50%;
  background: url(../images/custom-bg.jpg)no-repeat center;
  background-size: cover;
  padding: 5%;
}
.custom-color .right .item {
  height: 100%;
}
/*.custom-color .right .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}*/
@media (max-width: 1440px) {
  .custom-color .left .color-select li .color-core {
    padding: 5px;
  }

  .custom-color .left .color-select ul {
    margin-right: -10px;
  }

  .custom-color .left .color-select li {
    padding-right: 10px;
    margin-top: 10px;
  }


}
@media (max-width: 1000px) {
  .custom-color .left {
    width: 100%;
    padding: 60px 5%;
  }
  .custom-color .right {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .custom-color .left .color-select li {
    width: 25%;
  }
  .custom-color .left .color-select.color3 li {
    width: 33.33%!important;
  }
}


.lg-page {
  padding: 90px 0;
}

.lg-page .list ul {
  margin: -15px;
}

.lg-page .list li {
  padding: 15px;
}


.oem-slide .dots {
  text-align: center;
  margin: 30px 0;
}

.oem-slide .dots li button {
  display: none;
}

.oem-slide .dots li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: black;
  margin: 0 10px;
  display: inline-block;
}

.oem-slide .dots li.slick-active {
  background-color: #fd2318;
}



#seo_from form ul li span {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
  pointer-events: none;
}
#seo_from form ul li input[type="file"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}