@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;
}
body {
  font-family: "Poppins";
  font-weight: 400;
  background-color: #fbfef9;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1350px;
}
:root {
  --color: #57b660;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.fixed .nav {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header .nav {
  background-color: #FFFFFF;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
#header .nav .ui.menu {
  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: 0 auto;
  padding: 0 3%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  -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;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li + li {
  margin-left: 20px;
  padding-left: 50px;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  border-bottom: 1px solid #23352b;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: var(--color);
  color: var(--color);
  -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: 25px 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: 50px;
  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 var(--color);
  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: 12px;
  -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 .p-search {
  margin-right: 15px;
}
#header .nav .ui.menu .p-search input {
  padding: 0 15px;
  height: 30px;
  width: 140px;
  font-size: 22px;
  background-color: transparent;
  border: none;
}
#header .nav .ui.menu .p-search button {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  float: left;
}
#header .nav .ui.menu .h-search {
  display: none;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  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 ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#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;
}
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: var(--color);
}
#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: var(--color) !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;
}
#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: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#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) {
  .inner-banner {
    margin-top: 120px;
  }
}
.hover-language 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;
}
.hover-language 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;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover 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 {
  margin-top: 15px;
}*/
/*#banner ul {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.16);
}*/
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 70%;
  left: 15%;
  bottom: 10%;
}
#banner h2 {
  font-size: 108px;
  line-height: 1.2;
  color: var(--color);
}
#banner p {
  font-size: 18px;
  color: #FFFFFF;
}
#banner .arrows {
  position: absolute;
  right: 5%;
  bottom: 10%;
}

#banner span.arrow {
  border-color: #FFFFFF;
}

#banner span.arrow.arrow_l {
  background-image: url(../images/arrow_l_on.png);
}

#banner span.arrow.arrow_r {
  background-image: url(../images/arrow_r_on.png);
}

#banner span.arrow.arrow_l:hover {
  border-color: var(--color);
}

#banner span.arrow.arrow_r:hover {
  border-color: var(--color);
}

span.arrow {
  margin: 0 5px;
  width: 57px;
  height: 57px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}
span.arrow.arrow_l {
  background-image: url(../images/arrow_l.png);
}
span.arrow.arrow_l:hover {
  border-color: var(--color);
  background-color: var(--color);
  background-image: url(../images/arrow_l_on.png);
}
span.arrow.arrow_r {
  background-image: url(../images/arrow_r.png);
}
span.arrow.arrow_r:hover {
  border-color: var(--color);
  background-color: var(--color);
  background-image: url(../images/arrow_r_on.png);
}
.baseTit {
  font-size: 38px;
  font-weight: 500;
}
.baseTit.fw-600 {
  font-weight: 600;
}
.i-solution {
  margin-top: 60px;
}
.i-solution .text {
  line-height: 2;
  padding: 0 9%;
}
.i-solution .text h4.colorname {
  display: inline;
  font-weight: bold;
  color: var(--color);
  border-bottom: 1px solid currentColor;
}
.i-solution .text h1.coreh1{
  display: inline;
  font-size: inherit;
}
.i-solution .list li {
  padding: 40px;
}
.i-solution .list li .img img {
  border-radius: 12px;
}
.i-solution .list li .img .content {
  width: 90%;
  left: 0;
  bottom: 0;
  padding: 40px 20px;
}
.i-solution .list li .img .name {
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 500;
  position: relative;
  padding-left: 80px;
}
.i-solution .list li .img .name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 70px;
  border-bottom: 3px solid currentColor;
}
.i-advantage {
  margin-top: 60px;
}
.i-advantage .box {
  margin-bottom: 40px;
}
.i-advantage .left {
  margin-top: 35px;
  background-color: #FFFFFF;
  border-radius: 12px;
  width: 40%;
  padding: 40px 40px 60px 80px;
  position: relative;
}
.i-advantage .left i {
  position: absolute;
  left: 20px;
  top: 40px;
}
.i-advantage .left ul {
  margin: -10px;
}
.i-advantage .left li {
  padding: 10px;
}
.i-advantage .left .baseTit em {
  font-size: 47px;
  color: var(--color);
}
.i-advantage .left .text {
  line-height: 2;
  margin: 30px 0 60px;
}
.i-advantage .right {
  width: 60%;
}
.i-advantage .right .img {
  margin-left: -50px;
}
.i-advantage .right .img img {
  border-radius: 12px;
}
.i-advantage .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}
.i-advantage .bottom ul {
  margin: -10px;
}
.i-advantage .bottom li {
  padding: 10px;
}
.i-advantage .bottom li .img {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.i-advantage .bottom .arrows {
  position: absolute;
  right: -170px;
  bottom: 0;
}
.i-advantage .dots {
  display: inline-block;
}
.i-advantage .dots > em {
  font-size: 22px;
  color: var(--color);
}
.i-advantage .dots > span {
  font-size: 22px;
}
.i-advantage .dots li {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #23352b;
  opacity: .2;
}
.i-advantage .dots li.active {
  background-color: var(--color);
  opacity: 1;
}
.i-advantage .dots li + li {
  margin-left: 1px;
}
.i-advantage .dots li button {
  display: none;
}
.baseBtn {
  display: inline-block;
  min-width: 190px;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  text-align: center;
  background-color: #FFFFFF;
  overflow: hidden;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn.mask::before {
  content: "";
  position: absolute;
  left: -90%;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 25px;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn.mask:hover {
  color: #FFFFFF;
}
.baseBtn.mask:hover::before {
  left: 0;
}
.baseBtn span {
  position: relative;
}
.our-product {
  margin-top: 120px;
}
.our-product .list {
  position: relative;
}
.our-product .list span.arrow {
  position: absolute;
  top: 40%;
}
.our-product .list span.arrow.arrow_l {
  left: -170px;
}
.our-product .list span.arrow.arrow_r {
  right: -170px;
}
.our-product .list ul {
  margin: -9px -18px;
}
.our-product .list li {
  padding: 9px 18px;
}
.our-product .list li .mml-text .img {
  margin-bottom: 25px;
  position: relative;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  height: 300px;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list li .mml-text .img .proBtn {
  position: absolute;
  left: 17%;
  right: 17%;
  bottom: 6%;
  height: 50px;
  line-height: 50px;
  background-color: #FFFFFF;
  border-radius: 25px;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list li .mml-text .img .proBtn:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
.our-product .list li .mml-text .name {
  line-height: 30px;
  min-height: 60px;
}
.our-product .list li .mml-text .height {
  height: 75px;
  -webkit-transition: height .5s ease;
  -moz-transition: height .5s ease;
  transition: height .5s ease;
}
.our-product .list li .mml-text:hover .img {
  height: 375px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.our-product .list li .mml-text:hover .img .proBtn {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.our-product .list li .mml-text:hover .height {
  height: 0;
}
.our-application {
  margin-top: 60px;
}
.our-application .Tit {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.our-application .box {
  max-width: 1650px;
  margin-left: auto;
  padding: 0 5% 0 15px;
}
.our-application .top {
  margin-top: 60px;
  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-application .top > div:nth-child(1) {
  margin-left: 0;
  margin-right: auto;
}
.our-application .top > div:nth-child(1) > div {
  padding-left: 25px;
  position: relative;
}
.our-application .top > div:nth-child(1) > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: #000000;
  border-radius: 6px;
  margin-top: -6px;
}
.our-application .top > div:nth-child(2) {
  margin-left: auto;
  margin-right: 0;
  width: 50%;
  overflow: hidden;
}
.our-application .top > div:nth-child(3) {
  margin-left: auto;
  margin-right: 0;
}
.our-application .top ul {
  margin: -15px;
}
.our-application .top li {
  padding: 15px;
  width: auto;
}
.our-application .top li a {
  padding: 0 35px;
  display: block;
  height: 50px;
  line-height: 48px;
  border: 1px solid #cccac4;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-application .top .slick-active li a {
  color: #FFFFFF;
  background-color: var(--color);
}
.our-application .top a.allBtn {
  border-bottom: 1px solid currentColor;
}
.our-application .bottom {
  margin-top: 60px;
  padding: 0 5%;
}
/*.our-application .bottom .list {
  max-width: 1200px;
  margin-left: auto;
  border-radius: 12px;
  overflow: hidden;
}*/
.our-application .bottom .list > div {
  display: none;
}
.our-application .bottom .list > div.active {
  display: block;
}
/*.our-application .bottom .list .slick-list {
  padding-right: 35%;
}*/
.our-application .bottom .list ul {
  margin: -10px;
}
.our-application .bottom .list li {
  padding: 10px;
  width: 33.33%!important;
}
.our-application .bottom .list li img {
  border-radius: 12px;
}
.our-value {
  background: url(../images/value-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0 120px;
  margin-top: 240px;
}
.our-value .left {
  width: 45%;
  padding-right: 6%;
}
.our-value .left > div {
  padding-left: 25px;
}
.our-value .left > div:nth-child(1) {
  position: relative;
}
.our-value .left > div:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: #000000;
  border-radius: 6px;
  margin-top: -6px;
}
.our-value .left > div:nth-child(2) {
  margin: 30px 0 50px;
  line-height: 2;
}
.our-value .right {
  width: 55%;
  position: relative;
}
.our-value .right ul {
  margin: -20px;
}
.our-value .right ul li {
  padding: 20px;
}
.our-value .right .honor {
  margin: -35px;
}
.our-value .right .honor .img {
  padding: 35px;
  vertical-align: middle;
}
.our-value .right .honor .img > div {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.our-value .right .honor .img > div::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #23352b;
}
.our-value .right .honor .content {
  padding: 35px;
  width: 55%;
  vertical-align: middle;
}
.our-value .right span.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our-value .right span.arrow.arrow_r {
  right: -170px;
}
.our-news {
  margin-top: 160px;
  padding-bottom: 90px;
}
.our-news .box {
  margin: -15px;
}
.our-news .left {
  width: 25%;
  padding: 15px;
}
.our-news .left .img .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  padding: 20px;
}
.our-news .left .img .content .date {
  color: #FFFFFF;
  margin-bottom: auto;
}
.our-news .left .img .content .name {
  color: #FFFFFF;
  margin-top: auto;
  margin-bottom: 15px;
}
.our-news .left .img .content p {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.our-news .left .img .content .baseBtn {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.44);
}
.our-news .left .img .content .baseBtn::before {
  opacity: .44;
}
.our-news .left .img .content .baseBtn:hover::before {
  opacity: 1;
}
.our-news .right {
  width: 75%;
  padding: 15px;
}
.our-news .right ul {
  margin: -20px;
}
.our-news .right li {
  padding: 20px;
}
.our-news .right .content {
  padding: 10px;
}
.our-news .img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.our-news .img img {
  width: 100%;
}
.our-news .content .date {
  font-weight: 600;
}
.our-news .content .name {
  font-weight: 600;
}
.our-news .content p {
  font-weight: 300;
}
.our-news .bottom {
  margin-top: 5%;
}
#footer {
  background: url(../images/foot-bg.jpg) no-repeat center top;
  background-size: cover;
}
#footer .foot-top {
  padding: 60px 0 40px;
}
#footer .foot-top .container {
  max-width: 1650px;
}
#footer .foot-top .box {
  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;
}
#footer .foot-top .left,
#footer .foot-top .right {
  width: 25%;
}
#footer .foot-top .left > div:nth-child(1),
#footer .foot-top .right > div:nth-child(1) {
  min-height: 190px;
}
#footer .foot-top .left h4,
#footer .foot-top .right h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
#footer .foot-top .left li {
  line-height: 36px;
}
#footer .foot-top .left li i {
  float: left;
  font-size: 0;
}
#footer .foot-top .left li i img {
  vertical-align: middle;
}
#footer .foot-top .left li p {
  padding-left: 35px;
}
#footer .foot-top .center {
  width: 50%;
  text-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
#footer .foot-top .center .logo {
  margin: auto;
  width: 45%;
}
#footer .foot-top .center .menu {
  margin-top: 60px;
}
#footer .foot-top .center .menu li {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
#footer .foot-top .center .menu li + li {
  margin-left: 7%;
}
#footer .foot-top .center .menu li ul {
  display: none;
}
#footer .foot-top .social-links {
  margin-top: 20px;
}
#footer .foot-top .social-links a {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  height: 30px;
  line-height: 30px;
}
#footer .foot-top .social-links a + a {
  margin-left: 8%;
}
#footer .foot-top .contactBtn {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  line-height: 57px;
}
#footer .foot-top .contactBtn a span {
  float: right;
}
#footer .foot-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.33);
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom img {
  max-height: 18px;
}
.f-slide {
  position: fixed;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
.f-slide li {
  position: relative;
  margin-bottom: 20px;
}
.f-slide li a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: var(--color);
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  font-family: 'FontAwesome';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.f-slide li a:hover {
  background: #18a422;
}
.f-slide li a img {
  vertical-align: middle;
}
.f-slide li dl {
  position: absolute;
  top: 0;
  padding: 15px 25px;
  background: #fff;
  width: auto;
  white-space: nowrap;
  right: 0;
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.f-slide li dl dt {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin: 2px 0;
}
.f-slide li dl #sidebar ul li dl dd {
  font-size: 16px;
  line-height: 2;
  display: block;
}
.f-slide li dl dd {
  font-size: 16px;
}
.f-slide li:hover dl {
  opacity: 1;
  right: 60px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.f-slide li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1700px) {
  #banner .arrows {
    position: static;
  }
  #footer .foot-bottom p a.footcore{
    display: none!important;
  }
  #banner span.arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner span.arrow.arrow_l {
    left: 3%;
  }
  #banner span.arrow.arrow_r {
    right: 3%;
  }
  .i-advantage .bottom .arrows {
    right: auto;
    left: -85px;
  }
  .i-advantage span.arrow {
    display: block!important;
  }
  .i-advantage span.arrow + span.arrow {
    margin-top: 20px;
  }
  .our-product .list .arrows {
    text-align: center;
  }
  .our-product .list span.arrow {
    position: relative;
  }
  .our-product .list span.arrow.arrow_l {
    left: 0;
  }
  .our-product .list span.arrow.arrow_r {
    right: 0;
  }
  .our-product .list li .mml-text .height {
    height: 0;
  }
  .our-product .list li .mml-text:hover .img {
    height: auto;
  }
  .our-product .list li .mml-text .img {
    height: auto;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
  }
  .our-value .right span.arrow.arrow_r {
    right: 0;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li + li {
    padding-left: 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li + li::before {
    width: 10px;
  }
  #header .nav .ui.menu .p-search input {
    font-size: 18px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
    left: 20px;
  }
  #banner h2 {
    font-size: 80px;
    line-height: 1.5;
  }
  .font-18 {
    font-size: 16px;
  }
  .our-application .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .our-application .top > div:nth-child(1) {
    width: 100%;
    margin-bottom: 40px;
  }
  .our-application .top > div:nth-child(2) {
    margin-left: 0;
  }
  .our-value {
    margin-top: 120px;
  }
  .our-news {
    margin-top: 90px;
  }
  #footer .foot-top .center .menu li + li {
    margin-left: 4%;
  }
  #footer .foot-top .center .menu li {
    font-size: 16px;
  }
  #footer .foot-bottom img {
    max-height: 16px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .logo {
    width: 100px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li + li {
    padding-left: 0;
    margin-left: 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
    left: 0px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li + li::before {
    display: none;
  }
  #header .nav .ui.menu .p-search {
    display: none;
  }
  #header .nav .ui.menu .h-search {
    display: block;
    margin-right: 30px;
  }
  #banner h2 {
    font-size: 60px;
  }
  #banner p {
    font-size: 16px;
  }
  .baseTit {
    font-size: 30px;
  }
  .i-solution .list li {
    padding: 20px;
  }
  .i-solution .list li .img .name {
    font-size: 20px;
    padding-left: 50px;
  }
  .i-solution .list li .img .name::before {
    width: 30px;
    border-width: 2px;
  }
  .i-advantage .left {
    width: 50%;
    margin-top: 0;
  }
  .i-advantage .right {
    width: 50%;
    padding: 0;
  }
  .i-advantage .left .text {
    margin: 15px 0 30px;
  }
  .i-advantage .left .baseTit em {
    font-size: 40px;
  }
  .i-advantage .bottom {
    width: 40%;
  }
  .our-product .list ul {
    margin: -10px;
  }
  .our-product .list li {
    padding: 10px;
  }
  .our-product .list li .mml-text .img {
    margin-bottom: 10px;
  }
  .our-application .top > div:nth-child(2) {
    width: 100%;
    margin-bottom: 40px;
  }
  .our-application .top > div:nth-child(3) {
    margin-left: 0;
  }
  .our-application .box {
    padding: 0 15px;
  }
  .our-value .left > div:nth-child(2) {
    margin: 15px 0 30px;
  }
  .our-value .right .honor {
    margin: -15px;
  }
  .our-value .right .honor .img {
    padding: 15px;
  }
  .our-value .right .honor .content {
    padding: 15px;
  }
  .our-news .left {
    width: 35%;
  }
  .our-news .right {
    width: 65%;
  }
  #footer .foot-top .left,
  #footer .foot-top .right {
    width: 30%;
  }
  #footer .foot-top .center {
    width: 40%;
  }
  #footer .foot-top .center .menu {
    margin-top: 30px;
  }
  #footer .foot-top .center .menu ul {
    margin: -5px;
    font-size: 0;
  }
  #footer .foot-top .center .menu li {
    width: 33.33%;
    padding: 5px;
  }
  #footer .foot-top .center .menu li + li {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }

  #nav-height {
    display: none;
  }
  #header {
    display: none!important;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 120px;
  }
  #banner .arrows {
    display: none;
  }
  #banner .content {
    width: 90%;
    left: 5%;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner p {
    font-size: 14px;
  }
  .f-slide {
    display: none;
  }
  .baseTit {
    font-size: 24px;
  }
  .i-solution .text {
    padding: 0;
  }
  .font-18 {
    font-size: 14px;
  }
  .i-solution .list li .img .name {
    font-size: 18px;
  }
  .i-solution .list li {
    padding: 10px;
  }
  .i-advantage .left {
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
  }
  .i-advantage .right {
    width: 100%;
    display: none;
  }
  .i-advantage .right .img {
    margin-left: 0;
  }
  .i-advantage .bottom {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    padding-top: 80px;
    margin-top: 40px;
  }
  .i-advantage .bottom .arrows {
    left: 0;
    top: 0;
    bottom: auto;
    right: 0;
    text-align: center;
  }

  .i-advantage .dots li {
    width: 20px;
  }

  .i-advantage span.arrow + span.arrow {
    margin-top: 0px;
  }

  .i-advantage span.arrow {
    display: inline-block !important;
  }

  .our-product .list li .mml-text .img .proBtn {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: 40px;
    line-height: 40px;
    left: 15%;
    right: 15%;
  }
  .our-value {
    margin-top: 90px;
    padding: 60px 0;
  }
  .our-value .left {
    width: 100%;
    padding: 0;
  }
  .our-value .right {
    width: 100%;
    margin-top: 40px;
  }
  .our-news .left {
    display: none;
  }
  .our-news .right {
    width: 100%;
  }
  #footer .foot-top .center {
    display: none;
  }
  #footer .foot-top .left,
  #footer .foot-top .right {
    width: 50%;
  }
  #footer .foot-top .right {
    text-align: left;
  }
  #footer .foot-bottom img {
    max-height: 14px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .product-box .ui.container .sideright  .content,
  .product-box .ui.container .sideright .top .content{
    max-height: 300px;
    overflow-y: auto;
  }
  .product-box{
    padding-top: 20px;
  }
  #seo_other{
    display: none!important;
  }
  #banner h2 {
    font-size: 32px;
  }
  
  
  .our-application .top > div:nth-child(2) {
    margin-bottom: 0;
  }

  .our-application .top > div:nth-child(3) {
    display: none;
  }

  .our-application .top ul {
    margin: -5px;
  }

  .our-application .top li {
    padding: 5px;
  }

  .our-application .top li a {
    padding: 0 15px;
    height: 40px;
    line-height: 38px;
  }

  .i-advantage .dots > em {
    font-size: 14px;
  }

  .i-advantage .dots > span {
    font-size: 14px;
  }

  /*.our-value {
    display: none;
  }*/

  .our-value .right span.arrow.arrow_r {
    display: none;
  }

  .our-value .right ul {
    margin: -10px;
  }
  
  .our-value .right ul li {
    padding: 10px;
  }

  .our-product {
    margin-top: 60px;
  }
  .i-solution .list li .img .content {
    padding: 20px;
  }
  .i-solution .list li .img .name {
    font-size: 16px;
  }
  .our-news {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  #footer .foot-top .left,
  #footer .foot-top .right {
    width: 100%;
  }
  #footer .foot-top .left > div:nth-child(1),
  #footer .foot-top .right > div:nth-child(1) {
    min-height: auto;
  }
  #footer .foot-top .left > div,
  #footer .foot-top .right > div {
    margin-bottom: 30px;
  }
  #footer .foot-top .right {
    display: none;
  }
  span.arrow {
    width: 40px;
    height: 40px;
  }
  .baseBtn {
    min-width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  #banner h2 {
    font-size: 24px;
  }
  #banner p br {
    display: none;
  }
  .baseTit {
    font-size: 20px;
  }

  .i-advantage .left {
    padding: 80px 15px 30px 15px;
  }

  .i-advantage .left i {
    left: 15px;
    top: 15px;
  }
}







/*inner kaishi*/
a.more {
  height: 54px;
  line-height: 54px;
  padding: 0 35px;
  background: var(--color);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
}
a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}


.text-center{
  text-align: center;
}
.inner-page .h3{
      /*text-transform: uppercase;*/
    font-weight: 500;
    color: #333333;
        font-size: 24px;
}

.inner-page .h4{
 font-weight: 300;
  color: #000;
}

.mt-130 {
  margin-top: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.font-60 {
  font-size: 60px;
}
.font-48 {
  font-size: 48px;
}

.title_subline_c span{
  border-bottom: 1px solid var(--color);
}
.title_subline_c_w span{
  border-bottom: 1px solid #fff;
}
.transition_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.img_sca {
  overflow: hidden;
  display: block;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.more_cont {
  overflow: hidden;
  position: relative;
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
}
.more_cont span,
.more_cont i {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  background-color: var(--color);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  z-index: 1;
}
.more_cont:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.max-1200 {
  max-width: 1200px;
}


.inner-banner .cat_cont {
  height: 400px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.inner-banner .cat_cont .container {
  height: 100%;
}
.inner-banner .cat_cont .container .cat_name {
  position: absolute;
  top: 70%;
  left: 10px;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  
  text-transform: uppercase;
  font-weight: 600;
}
.inner-banner .bottom_c {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.inner-banner .bottom_c .left{
  display: none;
}
.inner-banner .bottom_c .left a {
  height: 70px;
  line-height: 70px;
  
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  display: none;
}
.inner-banner .bottom_c .left{
  height: 70px;
}
.inner-banner .bottom_c .left a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  margin-top: -7px;
  right: 0px;
}
.inner-banner .bottom_c .left a::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: rgba(14,67,137, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inner-banner .bottom_c .left a:hover,
.inner-banner .bottom_c .left a.active {
  color: var(--color);
}
.inner-banner .bottom_c .left a:hover::before,
.inner-banner .bottom_c .left a.active::before {
  width: 100%;
  background-color: var(--color);
  left: 0;
}
.inner-banner .bottom_c .right {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.inner-banner .bottom_c .right .img {
  width: 15px;
  margin-right: 8px;
  margin: 0px 12px 0 0;
}
.inner-banner .bottom_c .right a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .bottom_c .right a:hover {
  color: var(--color);
}
.suatainable-page .init-1 .container {
  height:auto;
  position: relative;
  text-align: center;
}
.suatainable-page .init-1 .container .img {
  position:relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.suatainable-page .init-1 .container .cont {
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  width: 780px;
  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%);
  font-weight: 600;
  
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 30px;
}
.suatainable-page .init-2 .container .title_c .left {
  font-weight: 600;
  text-transform: uppercase;
  
}
.suatainable-page .init-2 .container .title_c .left .tips {
  color: var(--color);
}
.suatainable-page .init-2 .container .title_c .left .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
  margin-bottom: 10px;
}
.suatainable-page .init-2 .container .title_c .right {
  font-size: 16px;
}
.suatainable-page .init-2 .container .content {
  margin: 30px -30px 0;
}
.suatainable-page .init-2 .container .content .list {
  margin-top: 30px;
  padding: 0 30px;
}
.suatainable-page .init-2 .container .content .list .box {
  position: relative;
}
.suatainable-page .init-2 .container .content .list .box .img {
  display: block;
  width: 100%;
  border: 1px solid #dbdbdb;
}
.suatainable-page .init-2 .container .content .list .box .text {
  font-weight: 600;
  
  padding: 16px 30px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  /*background-color: rgba(255, 255, 255, 0.1);*/
  /*-webkit-backdrop-filter: blur(8px);*/
  /*backdrop-filter: blur(8px);*/
  text-transform: uppercase;
  color: #fff;
  
}
.suatainable-page .init-2 .container .content .list .box:hover .text {
  background-color: #000;
}
.suatainable-page .init-3 .container .tips {
  text-align: center;
  
  font-weight: 600;
  text-transform: uppercase;
  color: #181818;
}
.suatainable-page .init-3 .container .content .slick {
  margin: 40px -13px 0;
}
.suatainable-page .init-3 .container .content .slick .slick-track {
  margin-left: auto;
}
.suatainable-page .init-3 .container .content .slick li {
  padding: 0 13px;
}
.suatainable-page .init-3 .container .content .slick li .box {
  display: block;
  overflow: hidden;
}
.suatainable-page .init-3 .container .content .slick li .box img {
  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 {
  font-weight: bold;
  
  text-transform: uppercase;
  color: var(--color);
  text-align: center;
}
.about-page .init-1 .container .des {
  margin-top: 26px;
  line-height: 1.8;
}
.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: var(--color);
  font-weight: 500;
  
  display: inline-block;
  line-height: 0.8;
}
.about-page .init-1 .container .list_cont .list .text {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 12px;
  line-height: 1.8;
}
.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: 600px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-2 .container .play {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 270px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.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 {
  font-weight: 600;
  color: var(--color);
  
  text-transform: uppercase;
}
.about-page .init-3 .container .list .right .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
}
.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;
}
.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;
  
  color: var(--color);
  text-transform: uppercase;
}
.about-page .init-4 .container .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
  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 .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;
}
.about-page .init-4 .container .s_page li {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid var(--color);
  -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: var(--color);
}
.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 {
  font-weight: 600;
  
  text-transform: uppercase;
}
.about-page .init-6 .container .right .tips span {
  color: var(--color);
}
.about-page .init-6 .container .right .des {
  margin-top: 10px;
}
.honor-page {
  padding-bottom: 20px;
}
.honor-page .container .list {
  border-bottom: 1px dashed #999999;
  text-align: center;
  padding: 70px 160px;
}
.honor-page .container .list .title {
  font-weight: 500;
  
  text-transform: uppercase;
}
.honor-page .container .list .des {
  margin-top: 20px;
}
.honor-page .container .list .content {
  margin: 50px -30px 0;
}
.honor-page .container .list .content .slick {
  position: relative;
}
.honor-page .container .list .content .slick .slick-arrow {
  position: absolute;
  font-size: 46px;
  cursor: pointer;
  width: 16px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.honor-page .container .list .content .slick .slick-arrow:hover {
  color: var(--color);
}
.honor-page .container .list .content .slick .slick-prev {
  left: -100px;
}
.honor-page .container .list .content .slick li {
  padding: 0 30px;
}
.honor-page .container .list .content .slick li .box {
  overflow: hidden;
  display: block;
}
.honor-page .container .list .content .slick li .box img {
  width: 100%;
}
.honor-page .container .list:last-child {
  border-bottom: none;
}
.sidebar-box .sidebar-left {
  padding-right: 40px;
  width: 320px;
  text-transform: uppercase;
  font-weight: 500;
  
  position: sticky;
  top: 130px;
}
.sidebar-box .sidebar-left .tips {
  color: var(--color);
}
.sidebar-box .sidebar-left ul li {
  margin-top: 10px;
}
.sidebar-box .sidebar-left ul li a {
  display: block;
  /*border-bottom: 1px solid #b9b6b1;*/
  padding: 4px 0;
  position: relative;
  text-transform: capitalize;
}
.sidebar-box .sidebar-left ul li a::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #b9b6b1;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s;
  transform-origin: left;
}
.sidebar-box .sidebar-left ul li a:hover::before{
  transform: scaleX(0);
}
.sidebar-box .sidebar-left ul li a:hover,
.sidebar-box .sidebar-left ul li a.active {
  color: var(--color);
}
.sidebar-box .sidebar-left .contact_info {
  margin-top: 50px;
  position: relative;
}
.sidebar-box .sidebar-left .contact_info .img {
  width: 100%;
}
.sidebar-box .sidebar-left .contact_info .more {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  font-weight: 600;
}
.sidebar-box .sidebar-right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
}

.m-page {
  margin-top: 50px;
  text-align: center;
}
.m-page a,
.m-page span {
  color: #212121;
  display: inline-block;
  margin: 2px 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #212121;
  bottom: 0;
  left: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page a.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a:hover::before,
.m-page a.current::before {
  opacity: 0;
}
.m-page .first::before,
.m-page .last::before,
.m-page .end::before,
.m-page .next::before {
  display: none;
}

.product-new-page .init-1 {
  padding: 50px 0 60px 0;
}
.product-new-page .init-1 .container .column {
  vertical-align: middle;
}
.product-new-page .init-1 .container .left .tips {
  
  font-weight: 600;
  text-transform: uppercase;
}
.product-new-page .init-1 .container .left .tips .r {
  color: var(--color);
}
.product-new-page .init-1 .container .left .des {
  margin-top: 10px;
}
.product-new-page .init-1 .container .right {
  padding: 0 60px;
}
.product-new-page .init-1 .container .right img {
  width: 100%;
}
.product-new-page .init-2 {
  background-color: #f4f4f4;
}
.product-new-page .init-2 .container .tips {
  
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.product-new-page .init-2 .container .content {
  margin-top: 50px;
  position: relative;
}
.product-new-page .init-2 .container .content .btn{
  background: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid var(--color);
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}
.product-new-page .init-2 .container .content .prev{
  left: -100px;
}
.product-new-page .init-2 .container .content .btn img{
  position: relative;
  z-index: 2;
  display: block;
  margin: 16px auto 0;
}
.product-new-page .init-2 .container .content .btn:hover img{
  filter: brightness(2);
}
.product-new-page .init-2 .container .content .slick {
  margin: 0 -15px;
}
/*.product-new-page .init-2 .container .content .slick .slick-track{
  display: flex;
}
.product-new-page .init-2 .container .content .slick .slick-slide{
  height: auto;
}
.product-new-page .init-2 .container .content .slick .slick-slide > div{
  height: 100%;
}
.product-new-page .init-2 .container .content .slick .slick-slide > div li,
.product-new-page .init-2 .container .content .slick .slick-slide > div li .box{
  height: 100%;
}*/
.product-new-page .init-2 .container .content .slick li {
  padding: 0 15px;
}
.product-new-page .init-2 .container .content .slick li .box {
  position: relative;
  background-color: #fff;
  padding: 20px 15px;
  
  font-weight: 500;
}
.product-new-page .init-2 .container .content .slick li .box .sub_c {
  position: absolute;
  top: 0;
  left: -8px;
  z-index: 2;
}
.product-new-page .init-2 .container .content .slick li .box .sub_c span {
  display: inline-block;
  width: 56px;
  height: 30px;
  background-color: var(--color);
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.product-new-page .init-2 .container .content .slick li .box .sub_c .sub {
  width: 0;
  height: 0;
  border-top: 8px solid var(--color);
  border-left: 8px solid transparent;
  position: relative;
  z-index: 2;
}
.product-new-page .init-2 .container .content .slick li .box .img {
  display: block;
  overflow: hidden;
}
.product-new-page .init-2 .container .content .slick li .box .img img {
  width: 100%;
}
.product-new-page .init-2 .container .content .slick li .box .line {
  height: 1px;
  background-color: #e7e7e7;
  margin-top: 20px;
}
.product-new-page .init-2 .container .content .slick li .box .text:hover {
  color: var(--color);
  display: block;
}
.product-new-page .init-2 .container .content .slick li .box .more {
  margin-top: 18px;
  display: inline-block;
  background-color: #fff;
  color: #181818;
  border-bottom: 1px solid var(--color);
}
.product-new-page .init-2 .container .content .slick li .box .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  position: relative;
  z-index: 2;
}
.product-new-page .init-2 .container .content .slick li .box .more:hover {
  padding: 0 10px;
  color: #fff;
}
.product-new-page .init-2 .container .content .slick li .box .more:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.product-new-page .init-3 .top {
  -o-background-size: cover;
  background-size: cover;
}
.product-new-page .init-3 .top .cont {
  padding: 150px 0;
  max-width: 540px;
  margin-left: auto;
  color: #fff;
}
.product-new-page .init-3 .top .cont .tips {
  
  font-weight: 600;
  text-transform: uppercase;
}
.product-new-page .init-3 .top .cont .tips .r {
  color: var(--color);
}
.product-new-page .init-3 .top .cont .des {
  margin-top: 10px;
}
.product-new-page .init-3 .bottom {
  padding: 18px 0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--color);
  
  color: #fff;
}
.technology-page .init-1 {
  text-align: center;
}
.technology-page .init-1 .container .tips {
  
  font-weight: bold;
  text-transform: uppercase;
}
.technology-page .init-1 .container .content {
  margin-top: 100px;
  text-align: center;
  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;
  position: relative;
}
.technology-page .init-1 .container .content .list {
  position: relative;
  width: 360px;
}
.technology-page .init-1 .container .content .list .title_c {
  position: relative;
  width: 46px;
  height: 46px;
  margin: auto;
}
.technology-page .init-1 .container .content .list .title_c .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
}
.technology-page .init-1 .container .content .list .title_c .ling:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.technology-page .init-1 .container .content .list .title_c .cont {
  position: relative;
  z-index: 2;
  background-color: var(--color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 46px;
  
  font-weight: 600;
  color: #fff;
}
.technology-page .init-1 .container .content .list .des {
  margin-top: 40px;
}
.technology-page .init-1 .container .content .list2 {
  margin: 0 40px;
}
.technology-page .init-1 .container .content .list2 .title_c::before,
.technology-page .init-1 .container .content .list2 .title_c::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 1px;
  top: 22px;
  left: 90px;
  border-top: 1px dashed #999999;
}
.technology-page .init-1 .container .content .list2 .title_c::before {
  left: -330px;
}
.technology-page .init-2 .container .list .column {
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.technology-page .init-2 .container .list .left img {
  width: 100%;
}
.technology-page .init-2 .container .list .right {
  padding-left: 60px;
}
.technology-page .init-2 .container .list .right .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.technology-page .init-2 .container .list .right .des {
  margin-top: 10px;
}
.technology-page .init-2 .container .list:nth-child(2n) .left {
  left: 50%;
}
.technology-page .init-2 .container .list:nth-child(2n) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 60px;
}
.application-page .container .tips {
  text-align: center;
  
  font-weight: 600;
  text-transform: uppercase;
}
.application-page .container .tips .r {
  color: var(--color);
}
.application-page .container .des {
  text-align: center;
  margin-top: 10px;
}
.application-page .container .content ul {
  margin: 0 -20px;
}
.application-page .container .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.application-page .container .content ul li .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.application-page .container .content ul li .box .title {
  font-weight: 500;
  text-align: center;
  
  text-transform: uppercase;
  padding: 10px 0;
}
.application-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.application-page .container .content ul li .box .img img {
  width: 100%;
}
.patent-page {
  background-color: #f4f4f4;
}
.patent-page .patent-list {
  margin-top: -30px;
}
.patent-page .patent-list li {
  padding: 40px 30px;
  background-color: #fff;
  margin-top: 40px;
}
.patent-page .patent-list li .left {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  border-right: 1px solid #cccccc;
  padding-right: 40px;
}
.patent-page .patent-list li .left img {
  width: 100%;
}
.patent-page .patent-list li .right {
  vertical-align: middle;
  width: -webkit-calc(-200%);
  width: -moz-calc(-200%);
  width: calc(100% - 300px);
  padding-left: 46px;
}
.patent-page .patent-list li .right .title a {
  font-weight: 500;
  
  color: var(--color);
  border-bottom: 1px solid var(--color);
  text-transform: uppercase;
}
.patent-page .patent-list li .right .title_2 {
  font-weight: 500;
  
  text-transform: uppercase;
  color: var(--color);
  margin-top: 10px;
}
.patent-page .patent-list li .right .des {
  margin-top: 16px;
}
.agent-page .init-1 .container .left {
  vertical-align: middle;
  padding-right: 80px;
}
.agent-page .init-1 .container .left .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.agent-page .init-1 .container .left .tips .r {
  color: var(--color);
}
.agent-page .init-1 .container .left .des {
  margin-top: 10px;
}
.agent-page .init-1 .container .left .tips_2 {
  margin-top: 30px;
}
.agent-page .init-1 .container .left .mail_c {
  margin-top: 10px;
  background-color: #f4f4f4;
  display: inline-block;
  padding: 6px 30px 6px 10px;
  border-radius: 60px;
}
.agent-page .init-1 .container .left .mail_c div {
  display: inline-block;
  vertical-align: middle;
}
.agent-page .init-1 .container .left .mail_c .img {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 20px;
}
.agent-page .init-1 .container .left .mail_c .img img {
  width: 36px;
}
.agent-page .init-1 .container .left .mail_c .text {
  margin-left: 20px;
  color: #3c3c3c;
}
.agent-page .init-1 .container .right {
  vertical-align: middle;
}
.agent-page .init-1 .container .right img {
  width: 100%;
}
.agent-page .init-2 img {
  width: 100%;
}
.agent-page .init-3 {
  padding-top: 40px;
}
.agent-page .init-3 .container .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.agent-page .init-3 .container .title_c {
  font-weight: 600;
  
  text-transform: uppercase;
}
.agent-page .init-3 .container .title_c .list {
  display: inline-block;
  margin-right: 60px;
  margin-top: 10px;
}
.agent-page .init-3 .container .title_c .list .r {
  color: var(--color);
}
.agent-page .init-3 .container .des {
  margin-top: 20px;
}
.agent-page .init-4 .container .tips {
  
  font-weight: 600;
  text-transform: uppercase;
}
.agent-page .init-4 .container form input,
.agent-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.agent-page .init-4 .container form .name,
.agent-page .init-4 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.agent-page .init-4 .container form .mail {
  margin-left: 50px;
}
.agent-page .init-4 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-1 .container .left .tips {
  
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-1 .container .left .tips .r {
  color: var(--color);
}
.service-page .init-1 .container .left img {
  display: block;
  margin-top: 40px;
  width: 100%;
}
.service-page .init-1 .container .right {
  padding-left: 80px;
}
.service-page .init-1 .container .right .tips_des {
  color: rgba(0, 0, 0, 0.7);
}
.service-page .init-1 .container .right .content_list {
  padding-top: 30px;
}
.service-page .init-1 .container .right .content_list .list {
  margin-top: 14px;
}
.service-page .init-1 .container .right .content_list .list .title {
  color: var(--color);
  text-transform: uppercase;
  
  font-weight: 600;
}
.service-page .init-1 .container .right .content_list .list .title span {
  border-bottom: 2px solid var(--color);
}
.service-page .init-1 .container .right .content_list .list .des {
  margin-top: 20px;
  color: #212121;
  line-height: 1.8;
}
.service-page .init-1 .container .right .bottom_c {
  margin-top: 40px;
  position: relative;
}
.service-page .init-1 .container .right .bottom_c .cont {
  color: #fff;
  position: relative;
  right: 44%;
  background-color: var(--color);
  width: 750px;
  padding: 40px 20px;
  text-align: center;
}
.service-page .init-1 .container .right .bottom_c .cont .list {
  width: 234px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .top {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  
}
.service-page .init-1 .container .right .bottom_c .cont .list .top .sub {
  margin-left: -10px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .bottom {
  margin-top: 10px;
}
.service-page .init-2 .container .left {
  vertical-align: middle;
  padding-right: 70px;
}
.service-page .init-2 .container .left .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.service-page .init-2 .container .left .des {
  margin-top: 20px;
}
.service-page .init-2 .container .left .more {
  margin-top: 40px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;
  
  text-transform: uppercase;
}
.service-page .init-2 .container .left .more img {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  margin-left: 26px;
  position: relative;
  z-index: 2;
  margin-top: -4px;
}
.service-page .init-2 .container .right {
  vertical-align: middle;
}
.service-page .init-2 .container .right img {
  width: 100%;
}
.service-page .init-3 .container {
  color: #fff;
  text-align: center;
}
.service-page .init-3 .container .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.service-page .init-3 .container .des {
  margin-top: 10px;
  font-weight: 300;
}
.service-page .init-3 .container .more {
  margin-top: 24px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;
  
  text-transform: uppercase;
  line-height: 1.4;
}
.service-page .init-3 .container .more span {
  vertical-align: middle;
}
.service-page .init-3 .container .more img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
.service-page .init-4 .container .tips {
  
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-4 .container form input,
.service-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.service-page .init-4 .container form .name,
.service-page .init-4 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.service-page .init-4 .container form .mail {
  margin-left: 50px;
}
.service-page .init-4 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  
  font-weight: 600;
  text-transform: uppercase;
}
.download-page .container .tips {
  
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.download-page .container .tips .r {
  color: var(--color);
}
.download-page .container .content {
  margin-top: 20px;
}
.download-page .container .content ul {
  margin: 0 -25px;
}
.download-page .container .content ul li {
  margin-top: 30px;
  padding: 0 25px;
}
.download-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.download-page .container .content ul li .box .img img {
  width: 100%;
}
.download-page .container .content ul li .box .text {
  display: block;
  margin-top: 20px;
  
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.download-page .pwd_cont{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 18;
  display: none;
}
.download-page .pwd_cont .set_pwd{
  display: none;
}
.download-page .pwd_cont .shadow{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.download-page .pwd_cont .cont{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  transform: translate(-50% , -50%);
  background: #fff;
}
.download-page .pwd_cont .cont .close{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 34px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background: #eee;
  cursor: pointer;
  transition: all .5s;
}
.download-page .pwd_cont .cont .close:hover{
  color: #fff;
  background: var(--color);
}
.download-page .pwd_cont .cont .f_cont{
  padding: 30px 26px;
}
.download-page .pwd_cont .cont .f_cont input{
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
.download-page .pwd_cont .cont .f_cont .send_btn{
  width: auto;
  padding:  10px 40px;
  display: inline-block;
  background: var(--color);
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.download-page .pwd_cont .cont .title{
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 700;
    padding: 15px 20px;
    background: #f5f5f5;
    -o-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    padding-right: 50px;
}
.device-page .init-1 .container .left {
  vertical-align: middle;
}
.device-page .init-1 .container .left img {
  width: 100%;
}
.device-page .init-1 .container .right {
  vertical-align: middle;
  padding-left: 50px;
}
.device-page .init-1 .container .right .tips {
  text-transform: uppercase;
  
  font-weight: 600;
}
.device-page .init-1 .container .right .des {
  margin-top: 10px;
}
.device-page .init-2 .container .tips {
  font-weight: 600;
  
  text-transform: uppercase;
  text-align: center;
}
.device-page .init-2 .container .tips .r {
  color: var(--color);
}
.device-page .init-2 .container .content ul {
  margin: 0 -15px;
}
.device-page .init-2 .container .content ul li {
  margin-top: 60px;
  padding: 0 15px;
}
.device-page .init-2 .container .content ul li .box .img {
  overflow: hidden;
  border: 1px solid #eee;
}
.device-page .init-2 .container .content ul li .box .img img {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box .cont {
  width: -webkit-calc(52%);
  width: -moz-calc(52%);
  width: calc(100% - 48px);
  background-color: #fff;
  padding: 20px 24px;
  position: relative;
  margin: -56px auto 0;
}
.device-page .init-2 .container .content ul li .box .cont .sub {
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
}
.device-page .init-2 .container .content ul li .box .cont .text {
  position: relative;
  z-index: 2;
}
.device-page .init-2 .container .content ul li .box:hover .cont .sub {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box:hover .cont .text {
  color: #fff;
}
.device-page .init-3 .container .left {
  vertical-align: middle;
}
.device-page .init-3 .container .left img {
  width: 100%;
}
.device-page .init-3 .container .right {
  vertical-align: middle;
  padding-left: 50px;
}
.device-page .init-3 .container .right.text{
  padding-left: 0;
  padding-right: 50px;
}
.device-page .init-3 .container .right .tips {
  text-transform: uppercase;
  font-weight: 600;
  
  color: var(--color);
}
.device-page .init-3 .container .right .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
}
.device-page .init-3 .container .right .tips_title {
  text-transform: uppercase;
  font-weight: 600;
  
  margin-top: 20px;
}
.device-page .init-3 .container .right .des {
  margin-top: 20px;
}
.faq-page .container ul li {
  margin: 10px 0 0;
  word-break: break-word;
  font-weight: 300;
}
.faq-page .container ul li .title {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: 500;
  
}
.faq-page .container ul li .title i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 26px;
  right: 10px;
}
.faq-page .container ul li .cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
}
.news-page {
  background: #f8f8f8;
}
.news-page .container ul {
  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;
  margin: 0 -15px;
}
.news-page .container ul li {
  margin-top: 30px;
  padding: 0 15px;
}
.news-page .container ul li .box {
  height: 100%;
  background-color: #fff;
  padding: 30px;
}
.news-page .container ul li .box .title {
  font-weight: 600;
  
  font-size: 20px;
  text-transform: uppercase;
  display: block;
}
.news-page .container ul li .box .title:hover {
  color: var(--color);
}
.news-page .container ul li .box .des {
  line-height: 1.6;
  margin-top: 14px;
}
.news-page .container ul li .box .time {
  margin-top: 10px;
  /*margin-left: 20px;*/
}
.newdet-page .container .title {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  
}
.newdet-page .container .time_c {
  margin-top: 14px;
  text-align: center;
}
.newdet-page .container .time_c .list {
  display: inline-block;
  margin: 0 8px;
}
.newdet-page .container .time_c .list img {
  vertical-align: middle;
  width: 16px;
}
.newdet-page .container .time_c .list span {
  vertical-align: middle;
  margin-left: 2px;
  position: relative;
  top: 1px;
  color: #999;
}
.newdet-page .container .content {
  margin-top: 50px;
}
.m-link {
  margin-top: 50px;
}
.m-link a {
  margin-top: 6px;
  font-size: 16px;
  display: inline-block;
}
.m-link a:hover {
  color: var(--color);
  text-decoration: underline;
}
.contact-page .init-1 .container {
  /*border-bottom: 1px solid #eee;*/
}
.contact-page .init-1 .container .left .tips {
  font-weight: 600;
  margin-bottom: 32px;
  
  text-transform: uppercase;
}
.contact-page .init-1 .container .left .des {
  margin-top: 10px;
}
.contact-page .init-1 .container .left form .list {
  margin-top: 20px;
  width: 100%;
}
.contact-page .init-1 .container .left form .list .name {
  font-size: 16px;
  line-height: 2;
  color: #5e5e5e;
  display: block;
  margin-bottom: 5px;
}
.contact-page .init-1 .container .left form .list input,
.contact-page .init-1 .container .left form .list textarea {
  width: 100%;
  line-height: 2;
  border: 1px solid #c6cbc8;
  padding: 13px 15px;
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}
.contact-page .init-1 .container .left form .list input:focus,
.contact-page .init-1 .container .left form .list textarea:focus {
  border: 1px solid var(--color);
}
.contact-page .init-1 .container .left form .submit_c .submit_btn {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  padding: 8px 40px;
  background-color: var(--color);
  font-weight: 600;
  color: #fff;
  
  text-transform: uppercase;
}
.contact-page .init-1 .container .right {
  padding-left: 80px;
}
.contact-page .init-1 .container .right .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.contact-page .init-1 .container .right .list ul li {
  padding-bottom: 10px;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-1 .container .right .list ul li .tips_2 {
  font-weight: 600;
  
  text-transform: uppercase;
}
.contact-page .init-1 .container .right .list ul li .tips_2 i {
  width: 40px;
}
.contact-page .init-1 .container .right .list ul li .cont {
  word-wrap: break-word;
  margin: 10px 0 20px 0;
}
.contact-page .init-1 .container .right .list ul li:last-child {
  border: none;
}
.contact-page .init-1 .container .right .list ul li:last-child .cont {
  margin-bottom: 0;
}
.contact-page .init-2 {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.contact-page .init-2 .container {
  width: 100%;
  padding: 0;
}
.contact-page .init-2 .container .map #mapContainer {
  height: 400px;
}
.video-page .container ul {
  margin: -15px;
}
.video-page .container ul li {
  padding: 15px;
}
.video-page .container ul li video {
  display: block;
  width: 100%;
  max-height: 300px;
  background: #333;
}

.history-page .top_c .left .tips{
  text-transform: uppercase;
}
.history-page .top_c .left .title{
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
  
  margin: 10px 0;
}
.history-page .top_c .left .des{
  margin-top: 20px;
}
.history-page .top_c .left .line{
  width: 150px;
  height: 4px;
  background: var(--color);
}
.history-page .top_c .right{
  padding-left: 50px;
}
.history-page .top_c .right img{
  width: 100%;
}

.history-page .bottom_c .list{
  padding-top: 60px;
  border-top: 1px solid #ddd;
  margin-top: 60px;
}
.history-page .bottom_c .time{
  width: 160px;
  
  color: var(--color);
  line-height: 1;
}
.history-page .bottom_c .content{
  width: calc(100% - 160px);
  color: rgba(0, 0, 0, 0.8);
}
.history-page .bottom_c .content .img{
  margin-top: 20px;
  max-width: 1000px;
}


@media (max-width: 1500px) {
  .font-60 {
    font-size: 50px;
  }
  .font-48 {
    font-size: 38px;
  }
  .font-40 {
    font-size: 30px;
  }

  .about-page .init-1 .container .list_cont .list .num {
    font-size: 80px;
  }
}
@media (max-width: 1250px) {
  .inner-banner .bottom_c .left {
    display: none;
  }
  .inner-banner .bottom_c .right {
    width: 100%;
    text-align: left;
    margin: 16px 0;
  }
  .sidebar-box .sidebar-left {
    display: none;
  }
  .sidebar-box .sidebar-right {
    width: 100%;
  }
  .technology-page .init-1 .container .content .list {
    width: 310px;
  }
  .technology-page .init-1 .container .content .list2 {
    margin: 0 20px;
  }
  .technology-page .init-1 .container .content .list2 .title_c::before {
    display: none;
  }
  .technology-page .init-1 .container .content .list2 .title_c::after {
    display: none;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    right: 86%;
  }
  .product-new-page .init-2 .container .content .btn{
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .inner-banner .cat_cont {
    height: auto;
    padding: 100px 0;
  }
  .inner-banner .cat_cont .container .cat_name {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    text-align: center;
  }
  .suatainable-page .init-1 .container .cont {
    width: 90%;
  }
  .suatainable-page .init-2 .container .title_c .left {
    width: 100%;
    text-align: center;
  }
  .suatainable-page .init-2 .container .title_c .left .line {
    margin: 10px auto;
  }
  .suatainable-page .init-2 .container .title_c .right {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .suatainable-page .init-2 .container .content {
    margin: 20px -10px;
  }
  .suatainable-page .init-2 .container .content .list {
    padding: 0 10px;
  }
  .suatainable-page .init-2 .container .content .list .box .text {
    text-align: center;
    font-size: 24px;
  }
  .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;
  }
  .honor-page .container .list {
    padding: 70px 20px;
  }
  .honor-page .container .list .content {
    margin: 30px -10px 0;
  }
  .honor-page .container .list .content .slick li {
    padding: 0 10px;
  }
  .honor-page .container .list .content .slick .slick-next {
    right: -14px;
  }
  .honor-page .container .list .content .slick .slick-prev {
    left: -14px;
  }

  .product-new-page .init-1 .container .column {
    width: 100%;
    text-align: center;
  }
  .product-new-page .init-1 .container .right {
    margin-top: 20px;
  }
  .product-new-page .init-2 .container .content .slick li .box {
    text-align: center;
  }
  .product-new-page .init-3 .top .cont {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .technology-page .init-1 .container .content .list {
    margin: 20px 10px 0;
  }
  .technology-page .init-2 .container .list .left {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-2 .container .list .right {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .right {
    left: 0;
    padding: 0;
  }
  .agent-page .init-1 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .agent-page .init-1 .container .right {
    margin-top: 40px;
    width: 100%;
  }
  .agent-page .init-3 .container .tips {
    text-align: center;
  }
  .agent-page .init-3 .container .title_c {
    text-align: center;
  }
  .agent-page .init-3 .container .title_c .list {
    margin: 10px 0 0 0;
  }
  .agent-page .init-4 .container {
    text-align: center;
  }
  .service-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .service-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    width: 100%;
    left: 0;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 210px;
  }
  .service-page .init-2 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .service-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container {
    text-align: center;
  }
  .device-page .init-1 .container .left {
    width: 100%;
  }
  .device-page .init-1 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .left {
    width: 100%;
  }
  .device-page .init-3 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .right .line {
    margin: auto;
  }
  .news-page .container ul {
    margin: 0 -5px;
  }
  .news-page .container ul li {
    padding: 0 5px;
    margin-top: 10px;
    text-align: center;
  }
  .news-page .container ul li .box {
    padding: 15px;
  }
  .news-page .container ul li .box .time {
    margin-left: 0;
  }
  .contact-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .contact-page .init-1 .container .left form .list .name {
    text-align: left;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .contact-page .init-1 .container .right .tips {
    text-align: center;
  }
  .history-page .top_c .left{
    width: 100%;
    text-align: center;
  }
  .history-page .top_c .left .line{
    display: none;
  }
  .history-page .top_c .right{
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .history-page .bottom_c .time{
    text-align: center;
    width: 100%;
  }
  .history-page .bottom_c .content{
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .history-page .bottom_c .content .img img{
    text-align: center;
    display: block;
    margin: auto;
  }
}
@media (max-width: 700px) {
  .phone_hide {
    display: none;
  }
 
  .suatainable-page .init-1 .container {
    width: 96%;
  }
  .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;
  }

  .honor-page .container .list .title {
    margin: 0 -20px;
  }
  .honor-page .container .list .des {
    margin: 20px -20px 0;
  }
  .honor-page .container .list .content .slick .slick-arrow {
    font-size: 30px;
  }
  .technology-page .init-1 .container .content {
    margin-top: 10px;
  }
  .technology-page .init-1 .container .content .list {
    width: 100%;
    margin: 40px 0 0;
  }
  .patent-page .patent-list li .left {
    width: 100%;
    padding: 0;
    border: none;
  }
  .patent-page .patent-list li .right {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    padding-top: 20px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 100%;
    margin-top: 20px;
  }
  .download-page .container .content ul {
    margin: 0 -10px;
  }
  .download-page .container .content ul li {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .inner-page .h3 {
    font-size: 18px;
}
  .font-60 {
    font-size: 30px;
  }
  .font-48 {
    font-size: 24px;
    line-height: 1.8;
  }
  .font-40 {
    font-size: 24px;
    line-height: 1.8;
  }
  .font-36 {
    font-size: 24px;
    line-height: 1.8;
  }
  .font-30 {
    line-height: 1.8;
    font-size: 24px;
  }
  .font-24 {
    font-size: 18px;
    line-height: 1.8;
  }


  .right_nav_list{
    right: 5px;
  }
  .right_nav_list ul li{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .right_nav_list ul li .more_cont{
    font-size: 20px;
  }
  .inner-banner .bottom_c .right {
    font-size: 14px;
    line-height: 2;
  }
  .inner-banner .bottom_c .right .img {
    margin-top: 8px;
  }
  .suatainable-page .init-2 .container .title_c .left .line {
    margin: 5px auto;
  }
  .suatainable-page .init-2 .container .title_c .right {
    margin-top: 4px;
  }
  .suatainable-page .init-2 .container .content {
    margin: 0 -10px;
  }
  .suatainable-page .init-2 .container .content .list .box .text {
    font-size: 20px;
    padding: 10px 16px;
  }
  .suatainable-page .init-1 .container .cont {
    padding: 16px;
  }
  .suatainable-page .init-3 .container .content .slick {
    margin-top: 20px;
  }
  .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;
  }
  .honor-page .container .list {
    padding: 40px 20px;
  }

  .m-page {
    margin-top: 30px;
  }
  .m-page a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 5px;
  }
  .m-page a::before {
    left: 8px;
  }
  .m-page span {
    line-height: 28px;
    width: 26px;
    height: 26px;
    margin: 2px;
  }

  .product-new-page .init-2 .container .content {
    margin-top: 20px;
  }
  .product-new-page .init-2 .container .content .slick li .box .sub_c .sub {
    margin-top: -3px;
  }
  .product-new-page .init-2 .container .content .slick li .box .more img {
    margin-left: 20px;
  }
  .product-new-page .init-3 .top .cont {
    padding: 100px 0;
  }
  .technology-page .init-1 .container .content .list .des {
    margin-top: 20px;
  }
  .application-page .container .content ul {
    margin: 0;
  }
  .application-page .container .content ul li {
    margin-top: 30px;
    padding: 0;
  }
  .patent-page .patent-list li {
    padding: 20px 15px;
  }
  .patent-page .patent-list li .right .des {
    margin-top: 10px;
  }
  .agent-page .init-4 .container form .name {
    width: 100%;
  }
  .agent-page .init-4 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .agent-page .init-4 .container form input {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
  }
  .agent-page .init-4 .container form textarea {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
  }
  .service-page .init-1 .container .left img {
    margin-top: 20px;
  }
  .service-page .init-1 .container .right .content_list {
    padding-top: 10px;
  }
  .service-page .init-1 .container .right .content_list .list .des {
    margin-top: 10px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list .top {
    font-size: 50px;
  }
  .service-page .init-4 .container form input {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
    width: 100%;
  }
  .service-page .init-4 .container form textarea {
    padding: 12px 20px 12px 60px;
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container form .name {
    width: 100%;
  }
  .service-page .init-4 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .download-page .container .content {
    margin-top: 0;
  }
  .download-page .container .content ul li .box .text {
    margin-top: 10px;
  }
  .device-page .init-2 .container .content ul li {
    margin-top: 30px;
  }
  .device-page .init-2 .container .content ul li .box .cont {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 16px 10px;
  }
  .device-page .init-2 .container .content ul li .box .cont .sub {
    width: 100%;
  }
  .device-page .init-2 .container .content ul li .box .cont .text {
    color: #fff;
  }
  .news-page .container ul {
    margin: 0;
  }
  .news-page .container ul li {
    padding: 0;
    margin-top: 20px;
  }
  .newdet-page .container .content {
    margin-top: 20px;
  }
  .m-link {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left form {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left form .list {
    margin-top: 10px;
  }
  .contact-page .init-1 .container .left form .list input {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .list textarea {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    padding: 4px 20px;
  }
  .contact-page .init-1 .container .right .list ul li {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .right .list ul li .tips_2 i {
    width: 30px;
  }
  .contact-page .init-1 .container .right .list ul li .cont {
    margin: 8px 0;
  }
  .video-page .container ul {
    margin: 0;
  }
  .video-page .container ul li {
    padding: 0;
    margin-top: 20px;
  }
  .video-page .container ul li:first-child {
    margin-top: 0;
  }
  .history-page .bottom_c .list{
    padding-top: 20px;
    margin-top: 40px;
  }
}






.inner-page form{
  display: flex;
  flex-wrap: wrap;
}
.about-page .about-2 {
  padding: 40px;
}
.about-page .about-2 .ui.container {
  text-align: left;
  max-width: 1200px;
}
.about-page .about-2 .ui.container h4{
  text-align: center;
  color: var(--color);
}
.about-page .about-2 .ui.container .culturebox {
  background: url(../images/sustainable.jpg) center center no-repeat;
  background-size: cover;
  margin-top: 25px;
}
.about-page .about-2 .ui.container .culturebox ul li .item {
  height: 600px;
  color: #fff;
  position: relative;
  padding: 0 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 200px;
  z-index: 3;
  overflow: hidden
}
 .about-page .about-2 .ui.container .culturebox ul li .item:before{
    content:"";
    background: var(--color);
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
  transition: .3s all;
z-index: -1;
  }
   .about-page .about-2 .ui.container .culturebox ul li .item:hover:before{
     transition: 0.3s all;
     top: 0;
     
   }
.about-page .about-2 .ui.container .culturebox ul li .item h5 {
  font-weight: bold;
  margin-bottom: 20px;
}
.about-page .about-2 .ui.container .culturebox ul li .item p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
    .about-page .about-2 .ui.container .culturebox ul li .item {
    padding: 0 15px;
    padding-top: 50px;
    position: relative;

  }
}
@media screen and (max-width: 1000px) {
    .about-page .about-2 .ui.container .culturebox ul li .item {
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
    .about-page .about-2 {
    padding: 20px 0;
  }
}


.products-submenu {
  margin-top:-80px;
  position:relative;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 90;
  
  background-size: cover;
  padding: 0px 00px ;
  display: block;
  padding-top: 0px;
}

.products-submenu .ui.container .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items:center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.products-submenu .ui.container .main .cateitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-submenu .ui.container .main .cateitem .navbox {
  padding:40px 5%;
}
.products-submenu .ui.container .main .cateitem .navbox .grade1 {
  font-weight: 700;
  padding-right: 5%;
}
.products-submenu .ui.container .main .cateitem .navbox ul {
  margin-top: 20px;
  width: 100%;
}
.products-submenu .ui.container .main .cateitem .navbox ul li {
  line-height: 2;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  text-transform: uppercase;
  padding: 5px 0;
}
.products-submenu .ui.container .main .cateitem .navbox ul li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(255, 255, 255, 0.5);
}
.products-submenu .ui.container .main .cateitem .navbox ul li:hover a img {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.products-submenu .ui.container .main .cateitem .navbox ul li a {
  height: 60px;
  line-height: 60px;
  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;
  padding: 0 10px;
}
.products-submenu .ui.container .main .cateitem .navbox ul li a img {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.products-submenu .ui.container .main  .imgbox{
  padding: 40px 5%;
}
.products-submenu .ui.container .main .imgbox ul.imglist li{
  padding: 10px;
}
/*inner jieshu*/






.font-42 {
  font-size: 42px;
}
.uptext {
  text-transform: uppercase;
}

.strength-page .ui.container {
  max-width: 1200px;
}
.strength-page .h3.title {
  font-weight: 500;
  color: #333333;
}
.strength-1 {
  padding: 100px 0;
}
.strength-1 .ui.container {
  text-align: letf;
  max-width: 1200px;
  padding: 0;
}
.strength-1 .ui.container::-webkit-scrollbar{
  display: none;
}
.strength-1 .ui.container ul.processlist {
  background: url(../images/add-zj-1.png) top center no-repeat;
  text-align: left;
  margin-top: 60px;
  width: 1200px;
}
.strength-1 .ui.container ul.processlist:before {
  content: "";
  width: 100%;
  height: 15px;
  border-radius: 7.5px;
  background: #edeeef;
  position: absolute;
  bottom: 76px;
}
.strength-1 .ui.container ul.processlist li {
  padding-top: 0px;
  position: relative;
  height: 390px;
  text-align: center;
}
.strength-1 .ui.container ul.processlist li.active .textbox:before {
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.strength-1 .ui.container ul.processlist li.active .textbox span {
  color: var(--color);
}
.strength-1 .ui.container ul.processlist li.active .textbox img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.strength-1 .ui.container ul.processlist li:before {
  width: 10px;
  height: 120px;
  content: "";
  position: absolute;
  left: 50%;
  z-index: -3;
  background: var(--color);
  bottom: 90px;
  margin-left: -5px;
}
.strength-1 .ui.container ul.processlist li .textbox {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  position: relative;
  width: auto;
  margin: 0 auto;
  margin-top: 15px;
}
.strength-1 .ui.container ul.processlist li .textbox span {
  font-weight: 700;
  text-transform: capitalize;
}
.strength-1 .ui.container ul.processlist li .textbox:before {
  content: "";
  width: 0%;
  height: 2px;
  background: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.strength-1 .ui.container ul.processlist li .textbox img {
  margin-left: 5px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.strength-1 .ui.container ul.processlist li:nth-child(2) .imgbox img {
  left: 10px;
}
.strength-1 .ui.container ul.processlist li:nth-child(3) .imgbox img {
  left: 3px;
}
.strength-1 .ui.container ul.processlist li:nth-child(4) .imgbox img {
  left: -3px;
}
.strength-1 .ui.container ul.processlist li:nth-child(5) .imgbox img {
  left: -11px;
}
.strength-1 .ui.container ul.processlist li:nth-child(6) .imgbox img {
  left: -18px;
}
.strength-1 .ui.container ul.processlist li .imgbox {
  text-align: center;
  margin: 0 -15px;
}
.strength-1 .ui.container ul.processlist li .imgbox img {
  margin: 0 auto;
  position: relative;
  top: 7px;
  left: 17px;
}
.strength-1 .ui.container ul.processlist li span.point {
  position: relative;
  width: 40px;
  height: 40px;
  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;
  background: rgba(78, 202, 194, 0.3);
  margin: 0 auto;
  margin-top: 70px;
  border-radius: 100%;
}
.strength-1 .ui.container ul.processlist li span.point i {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 100%;
  background: var(--color);
}
.strength-2 .ui.container .stritem {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.strength-2 .ui.container .stritem .imgbox {
  width: 48%;
}
.strength-2 .ui.container .stritem .text {
  width: 48%;
}
.strength-2 .ui.container .stritem .text p {
  margin: 20px 0;
}
.processbox {
  position: fixed;
  width: 100%;
  height: -webkit-calc(100% - 110px);
  height: -moz-calc(100% - 110px);
  height: calc(100% - 110px);
  left: 0;
  top: 110px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  text-align: right;
  overflow-y: auto;
  display: none;
}
.processbox .ui.container {
  padding: 0 0;
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  position: relative;
  padding: 80px;
  background: #fff;
  padding-left: 185px;
  max-width: 1580px;
  width: 100%;
}
.processbox .ui.container span.closebtn {
  width: 63px;
  height: 63px;
  border-radius: 100%;
  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;
  background: #d4d4d4;
  cursor: pointer;
  position: absolute;
  left: 25px;
  top: 78px;
}
.processbox .ui.container span.closebtn i {
  font-size: 24px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.processbox .ui.container span.closebtn:hover i {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotate(360deg);
  transform: rotateZ(360deg);
}
.processbox .ui.container .mainbox .h4 {
  height: 63px;
  width: 100%;
  line-height: 63px;
  padding-left: 30px;
  background: #e7e7e7;
  font-weight: 400;
  color: #000;
  margin-bottom: 35px;
}
.processbox .ui.container .mainbox ul.infolist {
  margin-bottom: -60px;
}
.processbox .ui.container .mainbox ul.infolist li.infoitem {
  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: start;
  -webkit-align-items: center;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.processbox .ui.container .mainbox ul.infolist li.infoitem .left {
  width: 48%;
}
/*.processbox .ui.container .mainbox ul.infolist li.infoitem .left .tables{
  height: 328px;
  overflow: auto;
  background: #eee;

}*/
.processbox .ui.container .mainbox ul.infolist li.infoitem .right {
  width: 48%;
}
.processbox .ui.container .mainbox ul.infolist li.infoitem .right img{
 
}
.processbox .ui.container .mainbox ul.infolist li.infoitem .tables td,
.processbox .ui.container .mainbox ul.infolist li.infoitem .tables tr{
  text-align: center;
  background: #eee;
  /*height: 120px!important;
  overflow: auto;*/
}
.factory-page .factory-1 {
  padding-top: 120px;
}
.factory-page .factory-1 .ui.container {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.factory-page .factory-1 .ui.container .imgbox {
  width: 50%;
}
.factory-page .factory-1 .ui.container .text {
  width: 45%;
}
.factory-page .factory-1 .ui.container .text .h4 {
  color: var(--color);
}
.factory-page .factory-2 {
  padding-top: 120px;
  padding-bottom: 200px;
}
.factory-page .factory-2 .ui.container .h3 {
  font-weight: 400;
  color: var(--color);
  margin-bottom: 50px;
}
.factory-page .factory-2 .ui.container ul.delist {
  border-bottom: 1px solid #999;
}
.factory-page .factory-2 .ui.container ul.delist li {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 45px 0;
  border-top: 1px solid #999;
}
.factory-page .factory-2 .ui.container ul.delist li .left .title {
  width: 90%;
}
.factory-page .factory-2 .ui.container ul.delist li .left{
  padding-right: 30px;
}
.factory-page .factory-2 .ui.container ul.delist li .right {
  position: relative;
  margin-left: -20px;
  padding-right: 120px;
}
.factory-page .factory-2 .ui.container ul.delist li .right p{
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: inherit;
-webkit-box-orient: vertical;
}
.factory-page .factory-2 .ui.container ul.delist li .right p.active{
  -webkit-line-clamp: inherit;
}
.factory-page .factory-2 .ui.container ul.delist li .right i {
  position: absolute;
  font-size: 20px;
  top: 0;
  right: 80px;
}
.factory-page .factory-2 .ui.container ul.delist li .right .imgbox {
  margin-top: 40px;
  display: none;
}
.service-4 {
  padding-top: 110px;
  padding-bottom: 140px;
}
.service-4 .ui.container {
  max-width: 1400px;
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-4 .ui.container .left {
  width: 55%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.service-4 .ui.container .left .imgbox {
  margin-top: 35px;
}
.service-4 .ui.container .right {
  width: 40%;
  padding-top: 114px;
  position: relative;
}
.service-4 .ui.container .right:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  background: #eee;
  left: 0;
  top: 55px;
}
.service-4 .ui.container .right ul.applist li {
  margin-bottom: 40px;
  position: relative;
  padding-left: 35px;
}
.service-4 .ui.container .right ul.applist li i {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: #fff;
  position: absolute;
  left: -9px;
  top: 9px;
}
.service-4 .ui.container .right ul.applist li .h5 {
  margin-bottom: 20px;
  font-weight: 400!important;
}
@media screen and (max-width: 1600px) {
  .processbox .ui.container{
    padding-left: 80px;
  }
}
@media screen and (max-width: 1400px) {
  .strength-1 .ui.container {
    overflow-x: auto;
  }

  .products-submenu .ui.container .main .cateitem .navbox ul li{
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .font-32 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .factory-page .factory-2 .ui.container ul.delist li .left {
    width: 100%;
  }
  .factory-page .factory-2 .ui.container ul.delist li .right {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-right: 40px;
  }
  .factory-page .factory-2 .ui.container ul.delist li .right i {
    right: 0;
  }
  .processbox .ui.container {
    padding-top: 100px;
    
  }
  .processbox .ui.container .mainbox ul.infolist li.infoitem:nth-child(2) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .processbox .ui.container .mainbox ul.infolist li.infoitem .left {
    width: 100%;
    margin: 20px 0;
  }
  .processbox .ui.container .mainbox ul.infolist li.infoitem .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .strength-2 .ui.container .stritem:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .strength-2 .ui.container .stritem .text {
    width: 100%;
  }
  .strength-2 .ui.container .stritem .imgbox {
    width: 100%;
  }
  .factory-page .factory-1 .ui.container .imgbox {
    width: 100%;
  }
  .factory-page .factory-1 .ui.container .text {
    width: 100%;
    margin-top: 20px;
  }
  .processbox .ui.container {
    padding: 20px;
    padding-top: 100px;
  }
  .processbox .ui.container span.closebtn {
    left: 20px;
    top: 20px;
  }
   .service-4 .ui.container .left {
    width: 100%;
    position: relative;
    top: 0;
  }
  .service-4 .ui.container .right {
    width: 100%;
  }
}


.lg-page .category {
  text-align: center;
}

.lg-page .category .grid-box {
  margin: -15px;
}
.lg-page .category .column {
  width: auto;
  padding: 15px;
}
.lg-page .category .column.active a{
  color: #FFFFFF;
  background-color: var(--color);
}
.lg-page .category a{
  padding: 0 35px;
  display: block;
  height: 50px;
  line-height: 48px;
  border: 1px solid #cccac4;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}


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

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





/* product */
.product-box {
  padding-top: 70px;
      padding-bottom: 20px;
}
.product-box .ui.container {
  max-width: 1815px;
  padding: 0 15px;
}
.product-box .ui.container .sideright .top {
  padding-top: 20px;
  border-bottom: 1px solid var(--color);
}
.product-box .ui.container .sideright .top h1 {
  font-weight: bold;
  margin-bottom: 20px;
}
.product-box .ui.container .sideright .top .content {
  line-height: 1.8;
  margin-bottom: 20px;
}
.product-box .ui.container .sideright .box {
  padding-top: 40px;
}
.product-box .ui.container .sideright .box ul.productlist {
  margin: 0 -8px;
}
.product-box .ui.container .sideright .box ul.productlist li {
  padding: 0 8px;
  margin-bottom: 40px;
}
.product-box .ui.container .sideright .box ul.productlist li .item:hover .imgbox a.hover {
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-box .ui.container .sideright .box ul.productlist li .item .imgbox {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.product-box .ui.container .sideright .box ul.productlist li .item .imgbox img {
  width: 100%;
}
.product-box .ui.container .sideright .box ul.productlist li .item .imgbox a.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  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;
  top: -100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-box .ui.container .sideright .box ul.productlist li .item .imgbox a.hover img {
  width: 40px;
  height: 40px;
  display: block;
}
.product-box .ui.container .sideright .box ul.productlist li .item .h5 {
  font-weight: 500;
  font-size: 15px;
      margin-top: 10px;
          line-height: 28px;
}
.product-box .ui.container .sideright .box ul.productlist li .item .h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-box .ui.container .sideright .box ul.productlist li .item .h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: underline;
}


.sidebox {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sidebox .sideleft {
  width: 25%;
}
.sidebox .sideleft .h3 {
  font-weight: 500;
  margin-bottom: 35px;
}
.sidebox .sideleft ul.list {
  width: 100%;
}
.sidebox .sideleft ul.list li {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}
.sidebox .sideleft ul.list li a{
  padding: 15px;
  display: block;
  border-bottom: 1px solid var(--color);
}
.sidebox .sideleft ul.list li.active,
.sidebox .sideleft ul.list li:hover {
  font-weight: 700;
  color: #fff;
  background: var(--color);
}
.sidebox .sideleft ul.list li.active i,
.sidebox .sideleft ul.list li:hover i {
  opacity: 1;
}
.sidebox .sideleft ul.list li i {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 10px;
  opacity: 0;
  z-index: 3;
}


.sidebox .sideleft ul.list li > ul {
  display: none;
}

.sidebox .sideleft ul.list li.active > ul {
  display: block;
}


.sidebox .sideright {
  width: 70%;
}


.prodet-page .bannerbox {
  padding-top: 75px;
  padding-bottom: 100px;
}
.prodet-page .bannerbox .ui.container h2 {
  font-weight: 500;
  margin-bottom: 20px;
}
.prodet-page .bannerbox .ui.container .mbx {
  text-align: left;
  color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: capitalize;
      line-height: 28px;
}
.prodet-page .bannerbox .ui.container .mbx a,
.prodet-page .bannerbox .ui.container .mbx span {
  margin: 0 5px;
}
.prodet-page .bannerbox .ui.container .mbx a:nth-child(1),
.prodet-page .bannerbox .ui.container .mbx span:nth-child(1) {
  margin-left: 0;
}
.prodet-page .bannerbox .ui.container .mbx a {
  padding-right: 30px;
  position: relative;
}
.prodet-page .bannerbox .ui.container .mbx a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: var(--color);
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.prodet-page .prodetbox .ui.container h1 {
  padding-bottom: 50px;
  border-bottom: 1px solid #aaa;
  position: relative;
}
.prodet-page .prodetbox .ui.container h1:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #aaa;
  position: absolute;
  left: 0;
  bottom: -4.5px;
}
.prodet-page .prodetbox .ui.container .prodet-1 {
  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;
  margin-top: 60px;
  background: #fff;
  border-radius: 20px;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text {
  width: 50%;
  padding-top: 60px;
  padding-left: 50px;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .content {
  padding-right: 5%;
  max-height: 18em;
  overflow-y: auto;
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox {
  margin-top: 40px;
  width: 255px;
  height: 130px;
  background: #f5f5f5;
  padding-left: 20px;
  padding-top: 16px;
  margin-left: auto;
  margin-right: 10%;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox a.contact {
  background: #0068b7;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox a.contact:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  color: #666;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox .share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox .share ul li {
  font-size: 14px;
  margin: 0 5px;
}
.prodet-page .prodetbox .ui.container .prodet-1 .right {
  width: 50%;
  padding-left: 80px;
}
.prodet-page .prodetbox .ui.container .prodet-1 .right ul.imgs li a {
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  display: block;
}


.prodet-page .prodet-1 .right span.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 50px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}
.prodet-page .prodet-1 .right span.slick-arrow:hover {
  background-color: var(--color);
}
.prodet-page .prodet-1 .right span.slick-arrow.arrow_l {
  left: 0;
  background-image: url(../images/arrow_l_on.png);
}

.prodet-page .prodet-1 .right span.slick-arrow.arrow_r {
  right: 0;
  background-image: url(../images/arrow_r_on.png);
}




.prodet-page .prodetbox .ui.container .prodet-2 {
  padding: 60px 0;
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodetbox .ui.container .prodet-2 .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox em {
  font-size: 18px;
}
.prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox ul.sharelist li {
  width: 29px;
  height: 29px;
  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;
  border-radius: 100%;
  border: 1px solid var(--color);
  color: var(--color);
  margin-left: 15px;
  font-size: 18px;
  font-family: "FontAwesome";
}
.prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: var(--color);
}
.prodet-page .prodetbox .ui.container .prodet-3 {
  padding-top: 15px;
  padding-bottom: 80px;
}
.prodet-page .prodetbox .ui.container .prodet-3 .h3 {
  margin-bottom: 25px;
}


@media screen and (max-width: 1400px) {
  .sidebox .sideleft ul.list li {
    padding-left: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .sidebox .sideleft {
    display: none;
  }
  .sidebox .sideright {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodetbox .ui.container .prodet-1 .text {
    width: 100%;
    padding-top: 20px;
    padding-left: 0px;
  }
  .prodet-page .prodetbox .ui.container .prodet-1 .right {
    width: 100%;
    padding-left: 00px;
    margin-top: 20px;
  }
  .prodet-page .prodetbox .ui.container .prodet-3.singlerowset table tbody{
 min-width: initial;
  }
  .prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodetbox .ui.container h1 {
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 10px;
  }
}