@font-face {
  font-family: 'Poppins-Regular';
  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-face {
  font-family: 'Poppins-SemiBold';
  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');
}
input::-webkit-input-placeholder {
  color: #a3a3a3;
}
input::-moz-placeholder {
  color: #a3a3a3;
}
input:-moz-placeholder {
  color: #a3a3a3;
}
input:-ms-input-placeholder {
  color: #a3a3a3;
}
body {
  font-family: 'Poppins-Regular';
  margin: 0;
  padding: 0;
  --color: #ff7f00;
  --primary: #22567a;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1500px;
  margin: auto;
  position: relative;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: #fff;
  padding: 30px;
  overflow: auto;
  display: none;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #f89c1c;
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: #fff;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: #d6000e;
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type=submit] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #f89c1c;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from form ul li input[type=submit]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
.showpop {
  display: block !important;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #22567a;
}
#header .nav {
  position: relative;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 78%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 18px;
  color: #fff;
  -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;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: var(--color);
  -webkit-transition: 0.5s 0.5s border;
  -moz-transition: 0.5s 0.5s border;
  transition: 0.5s 0.5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width:240px;
  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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: #ff7f00;
  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 .menu-box ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .right .h-message {
  cursor: pointer;
  margin:0 20px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.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;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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);
}
.language-box .zhuyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  margin-right: 25px;
}
.language-box .zhuyu img {
  width: 35px;
  height: auto;
}
.language-box .zhuyu i {
  margin-left: 10px;
  font-weight: bold;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: 0px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 5px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 130px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.btn-go {
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  background-color: transparent;
  border: none;
  overflow: hidden;
  position: relative;
  background-color: var(--color);
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
}
.btn-go span {
  position: relative;
  z-index: 2;
}
.btn-go:hover {
  color: var(--color);
  border: 1px solid var(--color);
  background-color: transparent;
}
.btn-go::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 5px;
}
.btn-go:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: transparent;
}
.home-title {
  position: relative;
  color: #fff;
}
.home-title h3 {
  font-size: 40px;
  font-family: 'Poppins-SemiBold';
  text-align: center;
  line-height: 1.6;
}
.home-title h3 span {
  color: var(--color);
}
.home-title p {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}
#banner {
  margin-top: 100px;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  bottom: 285px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  text-align: center;
}
#banner .banner-content ul li .content h3 {
  font-size: 54px;
  font-family: 'Poppins-SemiBold';
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#banner .banner-content ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .banner-content .banner-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
}
#banner .banner-content .banner-box .banner-page {
  font-size: 20px;
  color: #fff;
  font-family: "Poppins-SemiBold";
  margin-left: 25px;
}
#banner .banner-content .banner-box .banner-btn {
  width: 60px;
  height: 60px;
  color: #000;
  border: none;
  background-color: #fff;
  font-size: 39px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-content .banner-box .banner-prev {
  border-right: 1px solid #adadad;
}
#banner .banner-content .banner-box .banner-btn:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .about {
  padding: 120px 0 100px;
  background-color: var(--primary);
}
#index-body .about .about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .about .about-content .left {
  width: 50%;
  color: #fff;
}
#index-body .about .about-content .left .home-title{
  width: 85%;
}
#index-body .about .about-content .left .shouyeh {
  font-size: 18px;
  margin: 15px 0 35px;
  width: 90%;
  line-height: 1.8;
}
#index-body .about .about-content .right {
  width: 50%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
#index-body .about .about-content .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .sell-product {
  background-color: #2c6389;
  padding: 65px 0 110px;
}
#index-body .sell-product .sell-product-content {
  margin-top: 90px;
}
#index-body .sell-product .sell-product-content .sell-icon {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
#index-body .sell-product .sell-product-content ul {
  margin: 0 -15px;
}
#index-body .sell-product .sell-product-content ul li {
  padding: 0 15px;
  cursor: pointer;
}
#index-body .sell-product .sell-product-content ul li .content .bg {
  margin: 0 auto;
}
#index-body .categorize {
  padding: 110px 0 160px;
  background-color: #22567a;
}
#index-body .categorize .categorize-content {
  margin-top: 65px;
}
#index-body .categorize .categorize-content ul {
  margin: -35px -30px;
}
#index-body .categorize .categorize-content ul li {
  padding: 35px 30px;
}
#index-body .categorize .categorize-content ul li a {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .categorize .categorize-content ul li a .left {
  width: 40%;
  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-color: #ffc68d;
}
#index-body .categorize .categorize-content ul li a .right {
  width: 60%;
  padding: 30px 30px 45px;
}
#index-body .categorize .categorize-content ul li a .right h4 {
  font-size: 24px;
  font-family: 'Poppins-SemiBold';
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为3 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  margin-bottom: 15px;
}
#index-body .categorize .categorize-content ul li a .right p {
  font-size: 18px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .categorize .categorize-content .slick-dots {
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
}
#index-body .categorize .categorize-content .slick-dots .slick-active {
  background-color: var(--color);
}
#index-body .categorize .categorize-content .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  border-radius: 50%;
  background-color: #999;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#index-body .categorize .categorize-content .slick-dots li button {
  display: none;
}
#index-body .comb {
  position: relative;
}
#index-body .comb .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .comb .comb-content {
  position: absolute;
  left: 50%;
  top: 190px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -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;
}
#index-body .comb .comb-content .home-title {
  width: 51%;
}
#index-body .comb .comb-content .home-title h3 {
  text-align: left;
}
#index-body .comb .comb-content .content {
  width: 51%;
  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;
  margin-top: 55px;
}
#index-body .comb .comb-content .content a {
  display: block;
}
#index-body .comb .comb-content .content a button {
  color: #fff;
  background: transparent;
  width: 160px;
  line-height: 50px;
  border-radius: 5px;
  font-size: 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .comb .comb-content .content a button:hover {
  border: 1px solid transparent;
  background: var(--color);
}
#index-body .comb .comb-content .content .main-icon {
  -webkit-transform: translate(50%, -30px);
  -moz-transform: translate(50%, -30px);
  -ms-transform: translate(50%, -30px);
  transform: translate(50%, -30px);
}
#index-body .news {
  background-color: #22567a;
  padding: 110px 0 120px;
}
#index-body .news .news-content {
  margin-top: 70px;
}
#index-body .news .news-content ul {
  margin: 0 -15px;
}
#index-body .news .news-content ul li {
  padding: 0 15px;
}
#index-body .news .news-content ul li .content {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding: 25px;
  line-height: 1.6;
}
#index-body .news .news-content ul li .content h4 {
  font-size: 24px;
  font-family: 'Poppins-SemiBold';
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
#index-body .news .news-content ul li .content h4:hover {
  color: var(--color);
}
#index-body .news .news-content ul li .content p {
  color: #666666;
  margin: 15px 0 35px;
      display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#index-body .news .news-content ul li .content .date {
  width: 100%;
  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;
}
#index-body .userinfo {
  background-color: #2c6389;
  padding: 120px 0;
}
#index-body .userinfo .userinfo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .userinfo .userinfo-content .left {
  width: 40%;
}
#index-body .userinfo .userinfo-content .left .home-title h3,
#index-body .userinfo .userinfo-content .left .home-title p {
  text-align: left;
  line-height: 1.8;
}
#index-body .userinfo .userinfo-content .right {
  width: 41%;
  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;
  background-color: #fff;
  padding: 35px 40px;
  border-radius: 15px;
}
#index-body .userinfo .userinfo-content .right input {
  width: 38%;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #ccc;
  height: 30px;
  padding: 0 5px;
  font-size: 14px;
  margin-bottom: 30px;
}
#index-body .userinfo .userinfo-content .right .message {
  width: 100%;
}
#index-body .userinfo .userinfo-content .right .submit {
  width: 160px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  border-radius: 5px;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  border: 1px solid transparent;
}
#index-body .userinfo .userinfo-content .right .submit:hover {
  background-color: transparent;
  color: var(--color);
  border: 1px solid var(--color);
}
#footer {
  position: relative;
  background-color: #083656;
}
#footer .logo {
  text-align: center;
  padding: 25px 0 35px;
}
#footer .footer-center .footer-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-center .footer-t .footer-t-gird {
  padding: 50px 0 40px;
  width: 100%;
  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;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact {
  width: 30%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact span {
  margin-bottom: 20px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact span span {
  display: inline-block;
  margin-right: 15px;
  width: 65px;
  margin-bottom: 0;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact span .address {
  max-width: 340px;
  margin-right: 0;
  width: auto;
}
#footer .footer-center .footer-t .footer-t-gird .userinfo {
  width: 25%;
}
#footer .footer-center .footer-t .footer-t-gird .link span:hover {
  color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  color: #fff;
  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;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .qc-img {
  width: 85px;
  height: auto;
  border: 3px solid #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list p {
  font-size: 24px;
  margin-bottom: 25px;
  font-family: 'Poppins-SemiBold';
}
#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 18px;
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .link span i{
  display: inline-block;
  margin-right: 10px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span:last-child {
  margin-bottom: 0;
  line-height: 1.8;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .links i {
  margin-right: 20px;
  transition: color 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .links i:hover {
  color:var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .t-list .links i v i:last-child {
  margin-right: 0;
}
#footer .footer-center .footer-t .footer-t-gird .introduce {
  width: 30%;
}
#footer .footer-center .footer-t .footer-t-gird .introduce span:hover {
  color: #fff;
}
#footer .footer-center .footer-b p {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 75px;
  opacity: 0.8;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-center .footer-b p span {
  margin-right: 20px;
  font-size: 14px;
}
#footer .footer-center .footer-b p span .company-name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
#footer .footer-center .footer-b p img {
  width: 260px;
  height: auto;
  padding-top: 2px;
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #banner .banner-content ul li .content {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: unset;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 46px;
  }
  #index-body .sell-product .sell-product-content .sell-icon {
    -webkit-transform: translate(-50%, -100%) scale(0.8);
    -moz-transform: translate(-50%, -100%) scale(0.8);
    -ms-transform: translate(-50%, -100%) scale(0.8);
    transform: translate(-50%, -100%) scale(0.8);
  }
  #index-body .comb .comb-content .content .main-icon {
    display: none;
  }
  #index-body .comb .comb-content {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .comb .comb-content .home-title,
  #index-body .comb .comb-content .content {
    width: 55%;
  }
  #index-body .userinfo .userinfo-content .left {
    width: 45%;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .home-title h3 {
    font-size: 34px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    width: 35%;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    width: 40%;
  }
  #header .nav .header-icon {
    width: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
    font-size: 16px;
  }
  .home-title h3 {
    font-size: 26px;
  }
  #index-body .news {
    background-color: #22567a;
    padding: 50px 0 60px;
  }
  #index-body .news .news-content {
    margin-top: 40px;
  }
  #index-body .categorize .categorize-content ul li a .right h4 {
    font-size: 20px;
  }
  #index-body .categorize .categorize-content ul li a .right p {
    font-size: 16px;
  }
  #index-body .news .news-content ul li .content h4 {
    font-size: 20px;
  }
  #index-body .news .news-content ul li .content {
    font-size: 16px;
  }
  #index-body .userinfo {
    padding: 60px 0;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list span {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 120px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .home-title p {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
  }
  #index-body .about {
    padding: 60px 0;
  }
  #index-body .about .about-content {
    -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;
  }
  #index-body .about .about-content .left,
  #index-body .about .about-content .right {
    width: 100%;
  }
  #index-body .about .about-content .left {
    margin-bottom: 40px;
  }
  #index-body .sell-product .sell-product-content .sell-icon {
    -webkit-transform: translate(-50%, -100%) scale(0.6);
    -moz-transform: translate(-50%, -100%) scale(0.6);
    -ms-transform: translate(-50%, -100%) scale(0.6);
    transform: translate(-50%, -100%) scale(0.6);
  }
  #index-body .comb {
    height: 360px;
  }
  #index-body .comb .bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .comb .home-title h3 {
    font-size: 24px;
  }
  #index-body .userinfo .userinfo-content {
    -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;
  }
  #index-body .userinfo .userinfo-content .left,
  #index-body .userinfo .userinfo-content .right {
    width: 100%;
  }
  #index-body .userinfo .userinfo-content .left {
    margin-bottom: 40px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.link,
  #footer .footer-center .footer-t .footer-t-gird .introduce {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    width: 65%;
  }
  #footer .footer-center .footer-b p {
    -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;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  .btn-go {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    width: 75%;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #index-body .about .about-content .left .shouyeh {
    font-size: 16px;
  }
  #index-body .about .about-content .right {
    border-radius: 15px ;
  }
  #index-body .sell-product .sell-product-content .sell-icon,
  #index-body .comb,
  #index-body .userinfo {
    display: none;
  }
  #index-body .categorize {
    padding: 60px 0 110px;
  }
  #index-body .categorize .categorize-content ul {
    margin: -20px -15px;
  }
  #index-body .categorize .categorize-content ul li {
    padding: 20px 15px;
  }
  #index-body .categorize .categorize-content ul li a .right p {
    -webkit-line-clamp: 3;
  }
  #index-body .categorize .categorize-content {
    margin-top: 35px;
  }
  #index-body .news {
    background-color: #2c6389;
  }
  #footer .footer-center .footer-b p span {
    text-align: center;
  }
  #footer .logo {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    padding: 10px 0 15px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list .links i {
    font-size: 18px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #banner .banner-content ul li .content a {
    display: none;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .home-title h3 {
    font-size: 20px;
  }
  #index-body .about .about-content .left .shouyeh {
    font-size: 14px;
  }
  #index-body .sell-product .sell-product-content {
    margin-top: 40px;
  }
  #index-body .sell-product {
    background-color: #2c6389;
    padding: 65px 0;
  }
  #index-body .categorize .categorize-content ul li a .left {
    display: none;
  }
  #index-body .categorize .categorize-content ul li a .right {
    width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird {
    -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;
  }
  #footer .footer-center .footer-t .footer-t-gird .right {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    width: 100%;
  }
}





























/*------------------------------------------inner-page--------------------------------*/
.inner-banner {
  height: 125px;
  background-color: #22567a;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-banner::after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.1);
z-index: -1;
}
.inner-banner .box {
  width: 100%;
  max-width: 100%;
  text-align: center;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
.inner-banner .box h3 {
  font-size: 36px;
  line-height: 2;
  color: white;
  font-family: 'Poppins-SemiBold';
}
.inner-banner .box .mbx {
  color: white;
  font-size: 16px;
  line-height: 2;
  text-transform: capitalize;
  margin-top: 2px;
}
.inner-banner .box .mbx a,
.inner-banner .box .mbx span {
  margin: 3px;
}
.inner-page {
  position: relative;
  z-index: 1;
}
.inner-page .sidebar-left {
  width: 25%;
}
.inner-page .sidebar-left .box {
  margin-bottom: 30px;
}
.inner-page .sidebar-left .box:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-left .box h3 {
  font-size: 30px;
  line-height: 1.8;
  color: var(--primary);
  margin-bottom: 10px;
  font-family: 'Poppins-SemiBold';
}
.inner-page .sidebar-left .box ul li {
font-size: 16px;
line-height: 2;
  color: #303030;
  border-bottom: solid 1px #e5e5e5;
  padding: 3px;
  margin-bottom: 5px;
  width:80%;
  position: relative;
}
.inner-page .sidebar-left .box ul li>a{
padding-right: 20px;
}
.inner-page .sidebar-left .box ul li i{
position: absolute;
top: 12px;
right: 0;
}
.inner-page .sidebar-left .box ul li li{
  width: 100%;
}
.inner-page .sidebar-left .box ul li ul li:last-child{
  border-bottom: none;
}

.inner-page .sidebar-left .box ul li a.child:after {
  content: "\f105";
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  right: 0;
  font-size: 16px;
}
.inner-page .sidebar-left .box ul li:hover,
.inner-page .sidebar-left .box ul li.active {
  color: var(--color);
  font-weight: bold;
}
.inner-page .sidebar-left .box ul li ul {
  padding-left: 10px;
  display: none;
}
.inner-page .sidebar-left .box ul li.active a.child {
  color: var(--color);
}
.inner-page .sidebar-left .box ul li.active a.child:after {
  content: "\f107";
}
.inner-page .sidebar-left .box .share ul li a {
  display: block;
  padding: 5px 0;
  position: relative;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-right {
  width: 75%;
  padding-left: 30px;
}
.inner-page .m-page {
  padding: 10px 0;
  /*border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;*/
  margin-top: 30px;
  font-size: 14px;
  color: #333;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 5px 10px;
}
.inner-page .m-page span{
background: var(--primary);
color: #fff;
}
.inner-page .m-page a:hover,
.inner-page .m-page .cud {
  color: var(--primary);
}
.about-page .about-1 {
  padding: 90px 0;
}
.about-page .about-1 .left {
  padding-right: 35px;
  vertical-align: middle;
}
.about-page .about-1 .left p{
  line-height: 1.6;
  font-size: 18px;
}
.about-page .about-1 .left h3 {
  font-size: 24px;
  line-height: 1.6;
  color: var(--primary);
 
}
.about-page .about-1 .left h4{
font-size: 30px;
  line-height: 1.6;
  color: #333;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 20px;
  margin-top: 10px;
}
.about-page .about-1 .left h5 {
  font-size: 15px;
  color: #333;
  margin: 10px 0 20px;
  font-weight: bold;
}
.about-page .about-1 .left .text {
  font-size: 16px;
  color: #707070;
  line-height: 2;
}
.about-page .about-1 .right {
  padding-left: 5px;
  vertical-align: middle;
}
.about-page .about-2 {
  background: #f7f7f7;
  padding: 80px 0;
}
.about-page .about-2 .left {
  vertical-align: middle;
}
.about-page .about-2 .left h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.about-page .about-2 .left .text {
  font-size: 14px;
  color: #707070;
  line-height: 24px;
  margin-top: 25px;
}
.about-page .about-2 .right {
  vertical-align: middle;
}
.about-page .about-2 .right ul {
  margin: -15px 0;
}
.about-page .about-2 .right ul li {
  padding: 15px 0;
}
.about-page .about-2 .right ul li h4 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.about-page .about-2 .right ul li span {
  display: block;
  width: 100%;
  height: 6px;
  background: #ebebeb;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.about-page .about-2 .right ul li span i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  border-radius: 3px;
  background: var(--primary);
  -webkit-transition: 2s .5s;
  -moz-transition: 2s .5s;
  -ms-transition: 2s .5s;
  -o-transition: 2s .5s;
  transition: 2s .5s;
}
.about-page .about-2 .right ul li:nth-child(1) span i {
  width: 0;
}
.about-page .about-2 .right ul li:nth-child(2) span i {
  width: 0;
}
.about-page .about-2 .right ul li:nth-child(3) span i {
  width: 0;
}
.about-page .about-2 .right ul li.active:nth-child(1) span i {
  width: 60%;
}
.about-page .about-2 .right ul li.active:nth-child(2) span i {
  width: 70%;
}
.about-page .about-2 .right ul li.active:nth-child(3) span i {
  width: 80%;
}
.about-page .about-3 {
  padding: 75px 0;
  text-align: center;background: #f6f6f6;margin-bottom: 50px;
}
.about-page .about-3 ul {
  margin: 0 -20px;
}
.about-page .about-3 ul li {
  padding: 0 20px;
}
.about-page .about-3 ul li i {
  display: block;
}
.about-page .about-3 ul li i img {
  max-height: 110px;
}
.about-page .about-3 ul li h4 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  color: var(--primary);
  margin: 20px 0 30px;
  height: 48px;
}
.about-page .about-3 ul li p {
  color: #323232;
  line-height: 2;
  font-size: 16px;
}
.about-page .about-4 h3 {
  font-size: 44px;
  line-height: 1.6;
  color: #333;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Poppins-SemiBold';
}
.about-page .about-4 .box {
  padding-top: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
}
.about-page .about-4 .box ul {
  margin: 0 -15px;
}
.about-page .about-4 .box ul .slick-track{
  margin-left: 0;
}
.about-page .about-4 .box ul li {
  padding: 20px 50px 5px;
}
.about-page .about-4 .box ul li a.img-box {
  display: block;
}
.about-page .about-4 .box ul li a.img-box img{
width: 100%;
}
.about-page .about-4 .box ul li a.img-box h5 {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 2;
  padding: 10px 0;
  background: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.about-page .about-4 p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  text-align: center;
  text-transform: capitalize;
}
.faq-page h3 {
  font-size: 44px;
  color: #333;
  font-family: 'Poppins-SemiBold';
  line-height: 24px;
  padding: 3px 0;
  text-align: center;
  margin-top: 80px;
}
.faq-page h4 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  padding: 3px 0;
  text-align: center;
  margin-top: 25px;
}
.gallery-page h3 {
  font-size: 44px;
  color: #333;
  font-family: 'Poppins-SemiBold';
  line-height: 24px;
  padding: 3px 0;
  text-align: center;
  margin-bottom: 40px;
}
.gallery-page h4 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  padding: 3px 0;
  text-align: center;
  margin-top: 25px;
}

.faq-page p {
  font-size: 20px;
  color: #333;
  line-height: 1.4;
}
.faq-page .top {
  padding: 80px 0 60px;
}
.faq-page .bottom {
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}
.faq-page .bottom ul li {
  margin-bottom: 10px;
  border: 1px solid #efefef;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page .bottom ul li:last-child {
  margin-bottom: 0;
}
.faq-page .bottom ul li h3 {
  background: #f8f8f8;
  padding: 3px 30px 3px 10px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.faq-page .bottom ul li h3:after {
  content: "\f067";
  font-family: "FontAwesome";
  color: #999;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page .bottom ul li .text {
  padding: 15px 20px;
  display: none;
}
.faq-page .bottom ul li.active {
  border-color: var(--primary);
}
.faq-page .bottom ul li.active h3 {
  background: var(--primary);
  color: white;
}
.faq-page .bottom ul li.active h3:after {
  content: "\f068";
  color: white;
}
.product-page .sidebar-box {
  padding: 80px 0;
  border-bottom: 1px solid #eee;
}
.product-page .sidebar-right ul {
  text-align: left;
  margin: -10px;
}
.product-page .sidebar-right ul li {
  padding: 10px;
}
.product-page .sidebar-right ul li .box {
  border: solid 1px var(--color);
  padding: 15px;
}



.product-page .sidebar-right ul li a.img-box {
  width: 100%;
  display: block;
}
.product-page .sidebar-right ul li a.img-box img {
  width: 100%;
}
.product-page .sidebar-right ul li .content {
  display: block;
  margin-top: 10px;
}
.prodet-page .text2{
  padding: 8px;
  background: #f8f8f8;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin-top: 10px;
}
.prodet-page .content .text{
  padding: 8px;
  background: #f8f8f8;
  margin-bottom: 8px;
  /*margin-right: -50px;*/
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.prodet-page .content .text:nth-child(3){
  margin-bottom: 0;
}
.prodet-page .content .text:nth-child(3) h3{
  font-size: 16px;
}
.prodet-page .content .text:nth-child(3) h5{
  font-size: 20px;
}
.prodet-page .content .text table{
  width: 100%;
}
.prodet-page .content .text ul li{
  /*display: inline-block;*/
  margin-right: 15px;
  line-height: 2;
  padding-left: 35px;
  position: relative;
  margin-bottom: 5px;
}
.prodet-page .content .text ul li:nth-child(1){
  padding-left: 0;
  height: 30px;
  line-height: 1.8;
  font-size: 20px;
}
.prodet-page .content .text ul li span{
  width: 60px;
  height: 60px;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left:0;
  top:3px;
}
.prodet-page .content .text ul{
  width: 418px;
}
.prodet-page .content .text ul li{
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.prodet-page .content .text ul li:nth-child(1){
  width: 100%;
}
.prodet-page .content .text table{
  width: 100%;
}
.prodet-page .content .text table tr td{
  border: 1px solid #d5d5d5;
  padding: 5px;
}
.product-page .sidebar-right ul li .content h5 {
  font-size: 14px;
  color: #929292;
  padding-right: 70px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-page .sidebar-right ul li .content h5:after {
  content: "\f005\f005\f005\f005\f123";
  font-family: "FontAwesome";
  color: var(--primary);
  position: absolute;
  right: 0;
  top: 0;
}
.product-page .sidebar-right ul li .content h4 {
  display: block;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  color: #333;
  margin-top: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  min-height: 72px;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
  text-align: center;
}
.product-page .sidebar-right ul li .box:hover{
    border: 2px solid var(--primary);
box-shadow:  0px 8px 10px rgba(0, 0, 0, 0.2);
}
.product-page .sidebar-right ul li .box:hover .content h4{
color: var(--primary);
}
.product-page .sidebar-right ul li .content h4:hover {
  color: var(--primary);
}
.product-page .sidebar-right ul li .content p{
font-size: 22px;
  color: var(--primary);
  text-align: center;
  line-height: 1.1;
  font-family: 'Poppins-SemiBold';
  height: 30px;
}
.cloudzoom-blank,
.cloudzoom-zoom-inside {
  cursor: crosshair;
}
.prodet-page .prodet-1 {
  margin-top: 80px;
  padding: 20px 0;
}
.prodet-page .prodet-1 .grid-box .left{
 
  width: 46%;
}
.prodet-page .prodet-1 .grid-box .text.column{
  width: 54%;
}
.prodet-page .prodet-1 .img {
  padding-right: 15px;
}
.prodet-page .prodet-1 .img .big {
  display: block;
}
.prodet-page .prodet-1 .img .big img {
  width: 100%;
}
.prodet-page .prodet-1 .img .gallery {
  padding-top: 15px;
  overflow: hidden;
}
.prodet-page .prodet-1 .img .gallery ul {
  margin: -10px;
}
.prodet-page .prodet-1 .img .gallery ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .img .gallery ul li a {
  display: block;
}
.prodet-page .prodet-1 .img .gallery ul li img {
  border: 1px solid transparent;
}
.prodet-page .prodet-1 .img .gallery ul li img.cloudzoom-gallery-active {
  border-color: var(--primary);
}
.prodet-page .prodet-1 .img .gallery ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.prodet-page .prodet-1 .img .gallery ul .slick-arrow.slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 10px;
  background-size: 10px;
}
.prodet-page .prodet-1 .img .gallery ul .slick-arrow.slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 10px;
  background-size: 10px;
}
.prodet-page .prodet-1 .img .gallery ul .slick-arrow:hover {
  background-color: var(--primary);
}
.prodet-page .prodet-1 .img .gallery ul:hover .slick-arrow {
  opacity: 1;
}
.prodet-page .prodet-1 .text {
  padding-left: 70px;
}
.prodet-page .prodet-1 .text h3,
.prodet-page .prodet-1 .text h1 {
  font-size: 30px;
  line-height: 1.8;
  color: #333;
  padding-top: 10px;
  font-family: 'MM';  
}
.prodet-page .prodet-1 .text h3,
.prodet-page .prodet-1 .text h2 {
    font-size: 34px;
  line-height: 1.8;
  color: var(--primary);
  /* padding-top: 10px; */
  font-family: 'Poppins-SemiBold';
}
.prodet-page .prodet-1 .text .content {
  padding: 25px 0;
  margin: 20px 5PX;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #666;
  font-size: 18px;
  line-height: 2;
}

.prodet-page .prodet-1 .text .Auxil-through a{
  font-size: 18px;
  margin: 10px 20px 10px 0;
  display: inline-block;
}
.prodet-page .prodet-1 .text .content .text:nth-child(1){
  display: none;
}
.prodet-page .prodet-1 .text .mores .contact{
  display: block;
   width: 165px; 
   height: 45px; 
   line-height: 48px; 
  background: var(--primary); 
  text-align: center; 
  font-size: 16px; 
  text-transform: uppercase; 
  color: #ffffff;
  float: left;
  margin-right: 86px;
  margin-bottom: 15px;
}
.prodet-page .prodet-1 .text .content table{
  margin-top: 20px 0;
}
.prodet-page .prodet-1 .text .content table{
  width: 100% !important;
}
.prodet-page .prodet-1 .text .content table td {
  border-color: #eee;
  padding: 5px;
}
.prodet-page .prodet-1 .text .share ul li {
  font-size: 16px;
  line-height: 45px;
  color: #999;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text .share ul li a{
  width: 23px;
  height: 23px;
  display: block;
  line-height: 23px;
  text-align: center;
  background: var(--primary);
  color: #fff;
}
.prodet-page .prodet-1 .text .share ul li:nth-child(2) a{
  background: var(--primary);
}
.prodet-page .prodet-1 .text .share ul li:nth-child(3) a{
  background: var(--primary);
}
.prodet-page .prodet-1 .text .share ul li:nth-child(4) a{
  background: var(--primary);
}
.prodet-page .prodet-1 .text .share ul li:nth-child(5) a{
  background: var(--primary);
}
.prodet-page .prodet-1 .text .share ul li:nth-child(6) a{
  background: var(--primary);
}
.prodet-page .prodet-1 .text .share ul li:nth-child(7) a{
  background: var(--primary);
}
.prodet-page .prodet-1 .text .share ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .text .share ul li h6 {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.prodet-page .prodet-1 .text .share ul li:hover {
  color: var(--primary);
}
.prodet-page .prodet-2 {
  padding: 80px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.prodet-page .prodet-2 .top {
  text-align: center;
}
.prodet-page .prodet-2 .top ul li {
  font-size: 24px;
  /* font-family: 'Poppins-SemiBold'; */
  line-height: 1.8;
  color: #525252;
  display: inline-block;
  vertical-align: middle;
  margin: 3px 15px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prdctdsct h2 {
    font-size: 24px;
    line-height: 1.8;
    color: #525252;
    margin-bottom: 15px;
}
.prdctdsct {
    padding: 25px 0;
    border-top: 1px solid #eee;
    color: #666;
    font-size: 18px;
    line-height: 2;
}
.prodet-page .prodet-2 .top ul li.active,
.prodet-page .prodet-2 .top ul li:hover {
  color: var(--primary);
}
.prodet-page .prodet-2 .bottom {
  /*padding-top: 50px;*/
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.prodet-page .prodet-3 {
  padding: 90px 0;
  border-bottom: 1px solid #eee;
  margin: 0 0 40px 0;
}
.prodet-page .prodet-3 h3 {
  font-size: 30px;
  line-height: 1.6;
  color: #333;
  font-family: 'Poppins-SemiBold';
  text-align: center;
}
.prodet-page .prodet-3 h3 small {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: #999;
  margin-top: 0;
}
.prodet-page .prodet-3 .list {
  padding-top: 40px;
}
.prodet-page .prodet-3 .list ul {
  text-align: left;
  margin: -10px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 10px;
}
.prodet-page .prodet-3 .list ul li a.img-box {
  width: 100%;
  display: block;
}
.prodet-page .prodet-3 .list ul li a.img-box img {
  width: 100%;
}
.prodet-page .prodet-3 .list ul li .content {
  display: block;
  margin-top: 10px;
}
.prodet-page .prodet-3 .list ul li .content h5 {
  font-size: 14px;
  color: #929292;
  padding-right: 70px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.prodet-page .prodet-3 .list ul li .content h5:after {
  content: "\f005\f005\f005\f005\f123";
  font-family: "FontAwesome";
  color: var(--primary);
  position: absolute;
  right: 0;
  top: 0;
}
.prodet-page .prodet-3 .list ul li .content h4 {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  /*font-weight: bold;*/
  color: #333;
  margin-top: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;    
}
.prodet-page .prodet-3 .list ul li .content h4:hover {
  color: var(--primary);
}
.gallery-page {
  padding: 80px 0;
}
.gallery-page ul {
  margin: -10px;
}
.gallery-page ul li {
  padding: 30px;
}
.gallery-page ul li a.img-box {
  display: block;
  -moz-box-shadow: -2 0 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: -1 0 10px rgba(0, 0, 0, 0.05);
}
.gallery-page ul li a.img-box img{
width: 100%;
}
.gallery-page ul li h5 {
  position: relative;
  z-index: 1;
  background: white;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 2;
}
.news-page {
  padding: 80px 0;
}
.news-page ul {
  margin: -15px;
}
.news-page ul li {
  padding: 15px;
}
.news-page ul li a.img-box {
  display: block;
}
.news-page ul li a.img-box img{
width: 100%;
}
.news-page ul li .content {
  padding-top: 20px;
}
.news-page ul li .content h3 {
  font-size: 24px;
  line-height: 1.8;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "PoppinsPoppins-SemiBold";
}
.news-page ul li .content h3:hover {
  color: var(--primary);
}
.news-page ul li .content .tag {
  font-size: 13px;
  line-height: 2;
  color: #999;
  display: block;
  /*margin: 10px 0;*/
}
.news-page ul li .content .tag i {
  color: var(--primary);
}
.news-page ul li .content p {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.news-page ul li .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page ul li .content a.more:hover {
  background: #333;
  color: white;
}
.newdet-page {
  padding: 80px 0;
}
.newdet-page .box {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.newdet-page .box:after {
  content: '';
  display: block;
  clear: both;
}
.newdet-page h1 {
  font-size: 30px;
  line-height: 2;
  color: #333; 
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page h1:hover {
  color: var(--primary);
}
.newdet-page .tag {
  font-size: 14px;
  line-height: 2;
  color: #999;
  display: block;
  margin: 10px 0;
}
.newdet-page .tag i {
  color: var(--primary);
}
.newdet-page .content {
  font-size: 16px;
  line-height: 2;
  color: #666;
  padding: 20px 0;
  border-top: 1px solid #eee;
  /*border-bottom: 1px solid #eee;*/
  margin-bottom: 20px;
}
.newdet-page .m-link {
  font-size: 14px;
  line-height: 2;
  color: #000;
  float: left;
}
.newdet-page .m-link a {
  color: #999;    
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
  color: var(--primary);
}
.newdet-page .share {
  float: right;
  text-align: right;
}
.newdet-page .share ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #999;
  width: auto;
  margin-left: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .share ul li:first-child {
  margin-left: 0;
}
.newdet-page .share ul li:hover {
  color: var(--primary);
}
.contact-page .contact-1 {
  padding-top: 30px;
}
.contact-page .contact-1 .amap-copyright,
.contact-page .contact-1 .amap-logo {
  display: none  !important;
}
.contact-page .contact-1 .button-group .button {
  background: var(--primary) !important;
}
.contact-page .contact-2 .box {
  padding: 80px 0;
  border-bottom: 1px solid #eee;
}
.contact-page .contact-2 .box h3 {
  font-size: 44px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 14px;
  font-family: 'Poppins-SemiBold';
}
.contact-page .contact-2 .box h4 {
  font-size: 48px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  font-family: 'Poppins-SemiBold';
}
.contact-page .contact-2 .box p {
  font-size: 15px;
  line-height: 2;
  color: #484848;
  margin-bottom: 20px;
}
.contact-page .contact-2 .box text {
  font-size: 30px;
  line-height: 1.6;
  color: var(--primary);
  margin-bottom: 40px;
}
.contact-page .contact-2 .box .left {
  width: 40%;
  padding-left: 7%;
}
.contact-page .contact-2 .box .left .list ul li {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.contact-page .contact-2 .box .left .list ul li h4 {
  font-size: 22px;
  line-height: 1.5;
  color: #333;
  /*font-family: 'Poppins-SemiBold';*/
  margin-bottom: 10px;
}
.contact-page .contact-2 .box .left .list ul li h4 i {
  font-size: 26px;
  color: var(--primary);
  width: 50px;
}
.contact-page .contact-2 .box .left .list ul li h4 i.fa-home {
  font-size: 32px;
}
.contact-page .contact-2 .box .left .list ul li h4 i.fa-phone {
  font-size: 32px;
}
.contact-page .contact-2 .box .left .list ul li p {
  font-size: 18px;
  color: #141414;
  line-height: 2;
}
.contact-page .contact-2 .box .left .list ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.contact-page .contact-2 .box .right {
  width: 60%;
}
.form form ul li {
  padding-bottom: 20px;
}
.form form ul li:last-child {
  padding-bottom: 0;
}
.form form ul li label {
  font-size: 16px;
  line-height: 2;
  color: #5e5e5e;
  display: block;
  margin-bottom: 5px;
}
.form form ul li input,
.form form ul li textarea {
  width: 100%;
  line-height: 2;
  border: 1px solid #c6cbc8;
  padding: 13px 15px;
  font-size: 16px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: white;
}
.form form ul li input:focus,
.form form ul li textarea:focus {
  border-color: var(--primary);
}
.form form ul li textarea {
  resize: vertical;
  -webkit-transition: .5s all,0s height;
  -moz-transition: .5s all,0s height;
  -ms-transition: .5s all,0s height;
  -o-transition: .5s all,0s height;
  transition: .5s all,0s height;
  height: 120px;
}
.form form ul li input[type="submit"] {
   width: 160px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    padding:0; 
    background-color: var(--color);
    color: #fff;
    border-radius: 5px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    border: 1px solid transparent;
}
.form form ul li input[type="submit"]:hover {
  background-color: transparent;
    color: var(--color);
    border: 1px solid var(--color);
}
.prodet-page .prodet-2 .bottom .form h3 {
font-size: 24px;
line-height: 1.8;
color: #333;
margin-bottom: 20px;
text-align: center;
}
.prodet-page .prodet-2 .bottom .form {
max-width: 700px;
display: block;
margin: 0 auto;
}
.prodet-page .prodet-2 .bottom .form form ul li input, .prodet-page .prodet-2 .bottom .form form ul li textarea {
padding: 6px 15px;
}

.support-page{
padding: 60px 0;
}
.support-page .head-box{
text-align: center;
margin-bottom: 50px;
}
.support-page .head-box h3{
font-size: 22px;
margin-bottom: 20px;
}
.support-page .head-box p{
line-height: 1.8em;
}
.support-page .con-box .left,
.support-page .con-box .right{
width: 50%;font-size: 14px;
line-height: 24px;color: #777;
}
.support-page .con-box .left h3,
.support-page .con-box .right h3{ font-size: 24px;
padding-bottom: 26px; color:#000;}

.support-page .con-box .left.text1{
padding-right: 50px;
padding-top: 40px;

}
.support-page .con-box .right.text1{
padding-left: 50px;
padding-top: 40px;

}
.support-page .con-box .right p{font-size: 14px;
line-height: 24px;color: #777;}

.support-page .con-box h3{
position: relative;
padding-bottom: 20px;
margin-bottom:15px;
}
.support-page .con-box h3:before {
  position: absolute;
  height: 4px;
  width: 10%;
  background: var(--primary) none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.support-page .con-box h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 11%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}

@media screen and (max-width: 1500px) {
  .inner-banner .box h3 {
      font-size: 30px;
      line-height: 30px;
  }
  #mapContainer {
      height: 340px !important;
  }
  .contact-page .contact-2 .box h3 {
      font-size: 28px;
      margin-bottom: 30px;
  }
  /*.inner-banner {
      padding: 0 20px;
  }*/
  .news-page ul li .content h3 {
      font-size: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .inner-banner .box h3 {
      font-size: 20px;
      line-height: 1.4;
  }
  .inner-banner .box .mbx {
      margin-top: 5px;
  }
  /*.inner-banner .box {
      padding: 40px 0;
  }*/
  .about-page .about-1 {
      padding: 40px 0;
  }
  .about-page .about-1 .left h3 {
      font-size: 24px;
  }
  .about-page .about-2 .left h3 {
      font-size: 20px;
      line-height: 26px;
  }
  .about-page .about-3 {
      padding: 60px 0;
  }
  .about-page .about-3 ul li i {
      display: block;
  }
  .about-page .about-3 ul li i img {
      height: 50px;
  }
  .about-page .about-3 ul li h4 {
      margin: 10px 0;
      font-size: 21px;
      height: auto;
  }
  .about-page .about-4 h3 {
      font-size: 26px;
  }
  .about-page .about-4 .box ul li {
      padding: 0 5px;
  }
  .about-page .about-4 .box ul {
      margin: 0 -5px;
  }
  .faq-page .top {
      padding: 60px 0 30px;
  }
  .faq-page .bottom {
      padding-bottom: 60px;
  }
  .gallery-page {
      padding: 40px 0;
  }
  .gallery-page ul li h5 {
      font-size: 16px;
  }
  .product-page .sidebar-right ul li .content h4,
  .prodet-page .prodet-3 .list ul li .content h4 {
      font-size: 16px;
      text-align: center;
  }
  .product-page .sidebar-right ul li .content h5,
  .prodet-page .prodet-3 .list ul li .content h5 {
      font-size: 12px;
  }
  .product-page .sidebar-box,
  .prodet-page .prodet-1,
  .prodet-page .prodet-2,
  .prodet-page .prodet-3,
  .newdet-page,
  .contact-page .contact-2 .box,
  .news-page {
      padding: 60px 0;
  }
  .prodet-page .prodet-3 h3 {
      font-size: 24px;
      line-height: 1.8;
  }
  .news-page ul li .content h3 {
      font-size: 18px;
  }
  .news-page ul li {
      padding: 5px;
  }
  .news-page ul {
      margin: -5px;
  }
  .contact-page .contact-2 .box h3 {
      font-size: 24px;
      line-height: 1.8;
  }
  .contact-page .contact-2 .box .left .list ul li h4 {
      font-size: 16px;
      line-height: 2;
  }
  .contact-page .contact-2 .box .left .list ul li h4 i {
      font-size: 26px;
      width: 40px;
  }
  .contact-page .contact-2 .box .left .list ul li h4 i.fa-phone {
      font-size: 32px;
  }
  .contact-page .contact-2 .box .left .list ul li h4 i.fa-home {
      font-size: 36px;
  }
  .form form ul li input,
  .form form ul li textarea {
      padding: 8px 15px;
  }
  .inner-page .sidebar-left .box ul li{
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    margin-top: 120px;
  }
  .contact-page .contact-2 .box .left {
      width: 40%;
      padding-left: 2%;
  }
  .contact-page .contact-2 .box h4{
    font-size: 40px;
  }
  .contact-page .contact-2 .box .left .list ul li p{
    font-size: 16px;
  }
  .form {
      width: 60%;
  }
  #mapContainer {
      height: 300px !important;
  }
  .contact-page .contact-2 .box h3 {
      font-size: 20px;
      line-height: 1.8;
  }
  .newdet-page h1 {
      font-size: 20px;
  }
  #footer .footer-top h3 {
      font-size: 24px;
  }
  .news-page ul li {
      width: 50% !important;
  }
  .prodet-page .prodet-1 .img .gallery ul li {
      padding: 5px;
  }
  .prodet-page .prodet-1 .img .gallery ul {
      margin: -5px;
  }
  .prodet-page .prodet-1 .text .content {
      padding: 20px 0;
  }
  .inner-page .sidebar-right {
      padding-left: 0;
      width: 100%;
  }
  .inner-page .sidebar-left {
      display: none;
  }
  .product-page .sidebar-right ul li {
      padding: 5px;
  }
  .product-page .sidebar-right ul {
      margin: -5px;
  }
  .product-page .sidebar-box {
      border-bottom: none;
  }
  .about-page .about-3 ul li {
      width: 50% !important;
      padding: 15px;
  }
  .about-page .about-3 ul {
      margin: -15px;
  }
  .about-page .about-4 h3 {
      font-size: 24px;
  }
  .about-page .about-4 .box {
      padding-bottom: 40px;
  }
  .prodet-page .grid-box.two>.column{
      width: 100%;
      padding: 0 15px;
  }
  #index-body .i-product-cate .cate-list .cat-list .grid-box.three .column{
      width: 50%;
      margin-bottom: 20px;
  }
  #index-body .i-cat-product .cat-list ul li p,
  #index-body .i-product .product-list ul li .text{
      font-size: 15px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner{
      height: auto;
      padding: 40px 0;
  }
  .inner-banner .box .mbx{
    line-height: 1.4;
  }
  .contact-page .contact-2 .box .right{
    width: 100%;
  }
  .contact-page .contact-2 .box .left{
    width: 100%;
  }
  .contact-page .contact-2 .box h3{
    font-size: 36px;
    line-height: 1.2;
  }
  .newdet-page .share{
       float: unset;
       text-align: unset;
  }
  .service-page .grid-box.three>.column,
  .inner-page .grid-box.four>.column{
          width: 100%;
  text-align: center;
  }
  .service-page .container .head-box p{
      padding: 20px 0px;
  }
  .inner-page{
      margin-top: 0;
  }
  .about-page .about-1 .left {
      padding: 0;
      width: 100%;
  }
  .about-page .about-1 .right {
      display: none;
  }

  .about-page .about-1 .left h3 {
      font-size: 20px;
      line-height: 1.8;
  }
  .about-page .about-2 .left {
      width: 100%;
  }
  .about-page .about-2 .right {
      width: 100%;
      padding-top: 20px;
  }
  .about-page .about-2 .right ul li {
      padding: 10px 0;
  }
  .prodet-page .prodet-1 .img {
      width: 100%;
      padding: 0;
  }
  .prodet-page .prodet-1 .img .big {
      max-width: 400px;
      display: block;
      margin: 0 auto;
  }
  .prodet-page .prodet-1 .text {
      width: 100%;
      padding-left: 0;
      padding-top: 30px;
  }
  .prodet-page .prodet-2 .top ul li {
      font-size: 16px;
      line-height: 2;
  }
  .news-page ul li .content a.more {
      font-size: 16px;
      line-height: 2;
      height: 32px;
      padding: 0 25px;
  }
  #mapContainer {
      height: 240px !important;
  }
  .contact-page .contact-2 .box .left {
      width: 100%;
      padding-right: 0;
      padding-top: 30px;
  }
  .form {
      width: 100%;
      padding-top: 30px;
  }
  .contact-page .contact-2 .box .left .list ul li {
      padding-bottom: 20px;
      margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .grid-box .text.column{
      width: 100%;
  }
  .prodet-page .init-1 .content div span{
      font-size: 20px !important;
          line-height: 1.8;
  }
  .prodet-page .init-1 .content table tr td,
  .prodet-page .init-1 .content table tr td span {
      line-height: 1.8;
}
  .container{
      padding: 0 15px !important;
  }
  .product-page .sidebar-right ul li {
  width: 50% !important;
  }
  .product-page .sidebar-box, .prodet-page .prodet-1, .prodet-page .prodet-2, .prodet-page .prodet-3, .newdet-page, .contact-page .contact-2 .box, .news-page {
    padding: 30px 0;
}
.product-page .sidebar-right ul li .content h4, .prodet-page .prodet-3 .list ul li .content h4{
  line-height: 1.5;
}
.prodet-page .prodet-1{
  margin-top: 0;
}
}
@media screen and (max-width: 500px) {
  #footer .footer-top h3 {
      font-size: 20px;
  }
  .contact-page .contact-2 .box .right{
      width: 100%;
  }
  .inner-page .ui.container .prodet-1{
      margin-top: 0;
  }
  .product-page .sidebar-box,
  .prodet-page .prodet-1,
  .prodet-page .prodet-2,
  .prodet-page .prodet-3,
  .newdet-page,
  .contact-page .contact-2 .box,
  .news-page {
      padding: 40px 0;
  }
  .news-page ul li,
  .about-page .about-3 ul li {
      width: 100% !important;
  }
  .about-page .about-4 h3 {
      font-size: 20px;
      line-height: 1.8;
  }
  .product-page .sidebar-right ul li{
    width: 100% !important;
  }
  .product-page .sidebar-right ul li .content h4{
    min-height: auto;
  }
  .prodet-page .prodet-3{
    margin: 0;
  }
  .contact-page .contact-2 .box h3 {
    font-size: 30px;
  }
}

.prodet-page a.btn {
display: inline-block;
padding: 15px 30px;
font-size: 24px;
line-height: 1.8;
color: #fff;
background: linear-gradient(#53943e, #80b42e);
width: auto;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
text-transform: uppercase;
}
.prodet-page .content {
padding: 30px 0;
color: #000 !important;
}
.prodet-page .init-1 .content {
text-align: center;
}
.prodet-page .init-1 .content span,
.prodet-page .init-1 .content div{
  font-size: 28px !important;
  line-height: 1.6;
}

.prodet-page .init-1 .content table tr td,.prodet-page .init-1 .content table tr td span{ 
  font-size: 20px !important;
  line-height: 1.6;
}

.prodet-page .init-1 .content table tr td{
  padding: 6px;
  border: 1px solid #000;
  color: #000 !important;
  font-size: 20px;
}
/*.prodet-page .init-2 .content table tr td{
  width: 33.3% !important;
}*/
.prodet-page .init-1 .content table tr td p{
  font-size: 16px;
}
.prodet-page .init-1 .content h2 {
font-size: 60px;
margin: 20px 0 30px;
}
.prodet-page .init-1 .content p {
font-size: 24px;
}
.prodet-page .init-2 {
padding: 0px 0;
}
/*.prodet-page .init-2 .content table tr td{
  border: none;
}*/

.prodet-page .prodet-1 .left a {
display: block;
border: 1px solid #eee;
}
.prodet-page .prodet-1 .left a img {
width: 100%;
margin-bottom: 20px;
}
.prodet-page .prodet-1 .left ul {
margin: 15px;
padding: 0;
}
.prodet-page .prodet-1 .left ul li {
padding: 5px;
}
.prodet-page .prodet-1 .left ul li i,
.prodet-page .prodet-1 .left ul li span {
display: none !important;
}
.prodet-page .prodet-1 .left ul li img {
display: block;
margin: 0 auto;
}
.prodet-page .prodet-1 .left .four ul .slick-current li a {
border-color:var(--primary);
}
.prodet-page .prodet-1 .left ul .slick-arrow {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
text-indent: -9999em;
width: 40px;
height: 40px;
border: none;
background-color: rgba(0, 0, 0, 0.3);
z-index: 1;
background-size: 8px;
background-position: center center;
background-repeat: no-repeat;
}
.prodet-page .prodet-1 .left ul .slick-arrow.slick-prev {
background-image: url("../images/banner-btn-l.png");
left: 10px;
}
.prodet-page .prodet-1 .left ul .slick-arrow.slick-next {
background-image: url("../images/banner-btn-r.png");
right: 10px;
}

.faq-page .init-2 ul.faq {
padding: 40px 0;
}
.faq-page .init-2 ul.faq li {
display: block;
padding: 20px 25px;
margin-bottom: 10px;
background: #f8f8f8;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
word-break: break-word;
}
.faq-page .init-2 ul.faq li h2 {
font-size: 20px;
color: #222;
line-height: 1.8;
  padding-bottom: 10px;
}
.faq-page .init-2 ul.faq li p {
font-size: 16px;
line-height: 2;
color: #585858;
}
.faq-page .init-2 ul.faq li:hover {
box-shadow: 0 0 10px 0 #d1d1d1;
-webkit-box-shadow: 0 0 10px 0 #d1d1d1;
-moz-box-shadow: 0 0 10px 0 #d1d1d1;
-ms-box-shadow: 0 0 10px 0 #d1d1d1;
-o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.faq-page .init-2 ul.faq li:hover h2 {
color: var(--primary);
}
/*add*/
.service-page{
      padding:80px 0;
      text-align:center;
  }
  .service-page .head-box h3{
      font-family: 'Poppins-SemiBold';
  font-style: normal;
  font-size: 44px;
  /* text-transform: uppercase; */
  line-height: 1.8;
  color: #333;
  letter-spacing: 1px;
  padding-bottom: 10px;
  /* border-bottom: 1px solid #aaa; */
}
  .service-page .head-box p{
      font-size:18px;
      line-height: 1.5;
      padding:20px 46px;
  }
  .service-page .grid-box{
      margin-top:40px;
  }
  .service-page .grid-box .column{
      padding:0 20px;
  }
  .service-page .grid-box .column .img-box .text{
      position:relative;
      width:100%;
      z-index:2;
      background:#fff;
      padding:20px;
  }
  .service-page .grid-box .column .img-box .text h2{
      font-size: 20px;
      line-height: 1.8;
  }
  .service-page .grid-box .column .img-box img{
      display:block;
      margin:0 auto;
  }
  .inner-page .sidebar-right h1{
      line-height: 1.8;
  padding-bottom: 10px;
  font-size: 30px;
  color: #383838;
}
.inner-page .sidebar-right .con{
      line-height: 2;
  padding-bottom: 10px;
  font-size: 16px!important;
  color: #626262;
}
.pro-des{
      font-size: 16px;
  line-height: 2;
  color: #707070;
  padding-bottom: 20px;
}

.about-page2 .about-1 {
padding: 100px 0 100px;
background: url(../images/about-1-bg.png) no-repeat bottom center;
}
.about-page2 .about-1 .left {
width: 50%;
}
.about-page2 .about-1 .left .img {
position: relative;
}
.about-page2 .about-1 .left .img .year {
position: absolute;
right: 70px;
top: 0;
text-align: right;
}
.about-page2 .about-1 .left .img .year h2 {
       padding-top: 35px;
  font-size: 60px;
  line-height: 1;
  font-family: 'Poppins-SemiBold';
  color: #ffffff;
}
.about-page2 .about-1 .left .img .year span {
font-size: 18px;
color: #7b7b7b;
text-transform: uppercase;
}
.about-page2 .about-1 .right {
width: 50%;
padding-left: 60px;
}
.about-page2 .about-1 .right ul li {
margin-bottom: 30px;
}
.about-page2 .about-1 .right ul li .content {
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;
}
.about-page2 .about-1 .right ul li .content .img {
width: 100px;
height: 100px;
}
.about-page2 .about-1 .right ul li .content .text {
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin: 0 30px;
}
.about-page2 .about-1 .right ul li .content .text h3 {
font-size: 22px;
  color: #282828;
  line-height: 1.6;
}
.about-page2 .about-2 {
background: url(../images/about-2-bg.jpg) no-repeat center;
background-size: cover;
padding: 110px 0 60px;
}
.about-page2 .about-2 .left {
width: 50%;
vertical-align: middle;
}
.about-page2 .about-2 .left p {
margin: 30px 0 60px;
}
.about-page2 .about-2 .left ul li {
display: inline-block;
text-align: center;
}
.about-page2 .about-2 .left ul li:not(:last-child) {
padding-right: 60px;
}
.about-page2 .about-2 .left ul li i {
display: block;
margin-bottom: 15px;
}
.about-page2 .about-2 .left ul li h3 {
font-size: 48px;
  line-height: 1.1;
  COLOR: var(--primary);
}
.about-page2 .about-2 .left ul li span {
display: block;
font-size: 20px;
}
.about-page2 .about-2 .right {
width: 50%;
  vertical-align: middle;
  padding-left: 66px;
}
.about-page2 .about-3 {
padding: 55px 0;
  background-color: #f9f9f9;
}
.about-page2 .about-3 .img {
margin-top: 50px;
}
.about-page2 .about-4 {
/*background: url(../images/about-4.jpg) no-repeat top center;*/
background-size: cover;
padding: 75px 0 90px;
}
.about-page2 .about-4 .list {
margin-top: 80px;
}
.about-page2 .about-4 ul {
padding: 0 15%;
margin: -15px;
}
.about-page2 .about-4 ul li {
padding: 15px;
}
.about-page2 .about-4 ul .slick-arrow {
position: absolute;
top: 32%;
width: 40px;
height: 40px;
border: none;
font-size: 24px;
color: #FFFFFF;
background-color: var(--primary);
}
.about-page2 .about-4 ul .slick-arrow:hover {
background-color: #232e35;
}
.about-page2 .about-4 ul .slick-arrow.slick-prev {
left: 0;
}
.about-page2 .about-4 ul .slick-arrow.slick-next {
right: 0;
}
.about-page2 .about-4 .img {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.about-page2 .about-4 .img img {
height: 140px;
width: 140px;
margin-right: 25px;
}
.about-page2 .about-4 .author {
font-size: 14px;
text-align: left;
}
.about-page2 .about-4 .author h3 {
font-size: 24px;
}
.about-page2 .about-4 .desc {
padding: 55px;
position: relative;
}
.about-page2 .about-4 .desc p {
font-size: 24px;
}
.about-page2 .about-4 .desc::before {
content: "\f10e";
font-family: FontAwesome;
position: absolute;
right: 0;
top: 0;
font-size: 50px;
color: transparent;
-webkit-text-stroke: 1px var(--primary);
}
.about-page2 .about-4 .star-box {
margin-top: 30px;
}
.about-page2 .about-4 .star-box i {
color: var(--primary);
font-size: 18px;
}
.about-page2 .about-5 {
padding: 80px 0;
}
.about-page2 .about-5 ul {
margin: -10px;
}
.about-page2 .about-5 ul li {
padding: 10px;
}
.about-page2 .about-5 .img {
border: 1px solid #f0f0f0;
}

.about-page2 .about-5 img{
margin: auto;
}
@media screen and (max-width: 1440px) {
  .about-page2 .about-2 .left ul li h3{
    font-size: 40px;
  }
  .about-page2 .about-2 .left ul li:not(:last-child){
    padding-right: 30px;
  }
  .about-page2 .about-2 .left ul li span{
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
.about-page2 .about-1 .left .img .year h2 {
  font-size: 60px;
}
.about-page2 .about-1 .right {
  padding-left: 30px;
}
.about-page2 .about-4 ul{
  padding: 0 10%;
}
}
@media screen and (max-width: 1100px) {
  .about-page2 .about-2 .left ul li h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
.about-page2 .about-1 .left {
  width: 100%;
}
.about-page2 .about-1 .right {
  width: 100%;
  padding-left: 0;
  margin-top: 40px;
}
.about-page2 .about-1 {
  padding: 40px 0;
}
.about-page2 .about-2 .left {
  width: 100%;
}
.about-page2 .about-2 .right {
  display: none;
}
.about-page2 .about-2 {
  background-position: left center;
  text-align: center;
}
.about-page2 .about-4 ul {
  padding: 0;
}
.about-page2 .about-4 .desc {
  padding: 30px 0;
}
.about-page2 .about-4 .desc::before {
  display: none;
}
.about-page2 .about-1 .left .img .year h2 {
    font-size: 50px;
}
.about-page2 .about-2{
  padding: 60px 0;
}
.about-page2 .about-4{
  padding: 60px 0;
}
}
@media screen and (max-width: 700px) {
.about-page2 .about-1 .left .img .year h2 {
  font-size: 40px;
}
.about-page2 .about-1 .left .img .year {
  right: 16px;
}
.about-page2 .about-1 .right ul {
  display: none;
}
.about-page2 .about-2 .left ul li:not(:last-child) {
  margin-right: 30px;
}
.about-page2 .about-2 .left ul li h3 {
  font-size: 40px;
}
.about-page2 .about-2 .left ul li span {
  font-size: 16px;
}
.about-page2 .about-4 .img {
  display: block;
}
.about-page2 .about-4 .author {
  text-align: center;
}
.about-page2 .about-4 .img img {
  width: 80px;
  height: 80px;
  margin-right: 0;
  display: inline-block;
}
.about-page2 .about-4 .desc p {
  font-size: 16px;
}
.about-page .about-3{
  padding: 30px 0;
  margin-bottom: 30px;
}
.about-page .about-4 p{
  font-size: 16px;
}
.about-page .about-1 .left p{
  font-size: 16px;
}
.font-18 {
    font-size: 16px;
}
.about-page2 .about-2 .left p{
  margin: 30px 0;
}
.about-page2 .about-2 .left ul{
  display: none;
}
.about-page2 .about-4 .list{
  margin-top: 30px;
}
.about-page2 .about-1 .right{
  margin-top: 20px;
}
}
.home-title h2 {
      font-size: 44px;
  line-height: 1.4;
  /* text-transform: uppercase; */
  font-family: 'Poppins-SemiBold';
  color: #333;
}

.inner-line {
  font-size: 14px;
  color: var(--primary);
  letter-spacing: 3px;
}

.environment-page h2.title {
text-transform: none;
text-align: center;
/*text-transform: uppercase;*/
font-size: 2rem;
  color: #180f08;
  font-family: 'Poppins-SemiBold';
  line-height: 1.4;
}
.environment-page h2.title small {
max-width: 1070px;
display: block;
margin: 0 auto;
line-height: 1.6;
text-transform: none;
font-size: 20px;
  color: #4e4243;
}
.environment-page .environment-add1{
background: url(../images/s1.jpg) no-repeat center center;
padding: 77px 0 48px;
background-size: cover;
}
.environment-page .environment-add1 .box{
max-width: 1152px;
width: 100%;
margin: 0 auto;
text-align: center;
}
.environment-page .environment-add1 .box .header{
display: flex;
display: -moz-box;
display: -webkit-flex; 
display: -moz-flex; 
display: -ms-flexbox;
-webkit-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.environment-page .environment-add1 .box .header .info{
 width: 205px;
height: 205px;
background-color: var(--primary);
border-radius: 50%;
color: #fff;
padding-top: 29px;
}
.environment-page .environment-add1 .box .header .info p{
font-size: 28px;
line-height: 1;
margin-top: 17px;
}
.environment-page .environment-add1 .box .header .arrow{
margin: 0 133px;
}
.environment-page .environment-add1 .box .content{
 font-size: 18px;
 line-height: 1.5;
 color: #1e1e1e;
 margin-top: 37px;
}
.environment-page .environment-add2{
padding: 64px 0 254px;
}
.environment-page .environment-add2 .ui.container{
max-width: 1530px;
}
.environment-page .environment-add2 .header h2{
 font-size: 32px;
 line-height: 1;
 color: #363636;
}
.environment-page .environment-add2 .header h3{
 font-size: 65px;
 line-height: 1;
 color: var(--primary);
 font-weight: 900;
 margin-top: 6px;
}
.environment-page .environment-add2 .content{
margin-top: 191px;
 display: flex;
display: -moz-box;
display: -webkit-flex; 
display: -moz-flex; 
display: -ms-flexbox;
-webkit-box-pack: justify;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.environment-page .environment-add2 .content .info{
width: 20.3%;
background-color: #f2f2f2;
padding: 60px 36px 78px; 
position: relative;
font-size: 14px;
color: #2e2e2e;
line-height: 1.7;
}
.environment-page .environment-add2 .content .info p{
position: relative;
padding-top: 33px;
}
.environment-page .environment-add2 .content .info p::before{
content: '';
width: 69px;
height: 4px;
background-color: var(--primary);
position: absolute;
top: 0;
left: 0;
}
.environment-page .environment-add2 .content .info::after{
content: '';
position: absolute;
right: 0;
bottom: 0;
border-bottom: 40px solid var(--primary);
border-left: 40px solid transparent;
}
.environment-page .environment-add2 .content .list{
position: relative;
background-color: #f2f2f2;
width: 57%;
margin: 0 1.2%;
}
.environment-page .environment-add2 .content .list .i1{
position: absolute;
top: -138px;
left: 0;
width: 100%;
text-align: center;
}
.environment-page .environment-add2 .content .list .i1 ul li{
position: absolute;
width: 200px;
}
.environment-page .environment-add2 .content .list .i1 ul li i{
width: 62px;
height: 61px;
background-color: var(--primary);
border-radius: 50%;
text-align: center;
line-height: 61px;
color: #fff;
font-size: 24px;
display: inline-block;
vertical-align: middle;
position: relative;
z-index: 1;
}
.environment-page .environment-add2 .content .list .i1 ul li i::after{
content: '';
width: 75px;
height: 76px;
background-color: transparent;
border: solid 1px var(--primary);
opacity: 0.7;
position: absolute;
top: -7px;
left: -6px;
z-index: -1;
border-radius: 50%;
}
.environment-page .environment-add2 .content .list .i1 ul li span{
display: inline-block;
font-size: 18px;
line-height: 1.3;
color: #030303;
padding-left: 20px;
vertical-align: middle;
width: 69%;
text-align: left;
}
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(4) span,
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(5) span,
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(6) span{
 padding: 0 20px 0 0;
}
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(1){
top: 76px;
right: 14%;
}
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(2){
top: 45%;
right: 1%;
}
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(3){
bottom: 72px;
right: 15%;
}
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(4){
bottom: 72px;
left: 15%;
}
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(5){
top: 45%;
left: 1%;
}
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(6){
top: 76px;
left: 14%;
}
.environment-page .environment-1 {
text-align: center;
padding: 90px 0 45px;
}
.environment-page .environment-1 h3 {
  font-size: 44px;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Poppins-SemiBold';
}
.environment-page .environment-1 h5 {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  font-size: 18px;
  color: #4e4243;
  line-height: 2;
  text-align: center;
  margin-bottom: 100px;
}
.environment-page .environment-1 .box ul {
margin: -60px 0;
}
.environment-page .environment-1 .box ul li {
padding: 60px 0;
}
.environment-page .environment-1 .box ul li .text {
vertical-align: middle;
padding-right: 40px;
text-align: left;
position: relative;
}
.environment-page .environment-1 .box ul li .text h3 {
font-size: 34px;
  color: #180f08;
  font-weight: 700;
}
.environment-page .environment-1 .box ul li .text p {
display: block;
font-size: 18px;
line-height: 34px;
color: #4e4243;
margin: 45px 0;
}
.environment-page .environment-1 .box ul li .text a.more {
font-size: 20px;
color: #180f08;
display: inline-block;
line-height: 40px;
height: 44px;
padding: 0 25px;
border: 2px solid #424243;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.environment-page .environment-1 .box ul li .text a.more:hover {
border-color: var(--primary);
background: var(--primary);
color: white;
}
.environment-page .environment-1 .box ul li .img {
vertical-align: middle;
padding-left: 40px;
position: relative;
}
.environment-page .environment-1 .box ul li:nth-child(even) .text {
left: 50%;
padding-left: 40px;
padding-right: 0;
}
.environment-page .environment-1 .box ul li:nth-child(even) .img {
left: -50%;
padding-left: 0;
padding-right: 40px;
}
.environment-page .environment-2 {
background: #f4f4f4;
}
.environment-page .environment-2 .img {
vertical-align: middle;
}
.environment-page .environment-2 .img img{
width: 100%;
}
.environment-page .environment-2 .text {
vertical-align: middle;
padding: 0 8%;
/*  text-align: center;*/
}
.environment-page .environment-2 .text .content {
padding-top: 15px;
font-size: 18px;
color: #4e4243;
line-height: 34px;
}
.environment-page .environment-3 {
padding: 120px 0;
}
.environment-page .environment-3 .box {
padding-top: 100px;
}
.environment-page .environment-3 .box ul {
margin: -60px 0;
}
.environment-page .environment-3 .box ul li {
padding: 60px 0;
}
.environment-page .environment-3 .box ul li .text {
vertical-align: middle;
padding-right: 40px;
text-align: left;
position: relative;
}
.environment-page .environment-3 .box ul li .text h3 {
font-size: 36px;
color: var(--primary);
font-weight:700;
}
.environment-page .environment-3 .box ul li .text p {
display: block;
font-size: 17px;
line-height: 1.8;
color: #4e4243;
margin: 15px 0;
}
.environment-page .environment-3 .box ul li .text a.more {
font-size: 20px;
color: #180f08;
display: inline-block;
line-height: 40px;
height: 44px;
padding: 0 25px;
border: 2px solid #424243;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.environment-page .environment-3 .box ul li .text a.more:hover {
border-color: var(--primary);
background: var(--primary);
color: white;
}
.environment-page .environment-3 .box ul li .img {
vertical-align: middle;
padding-left: 40px;
position: relative;
}
.environment-page .environment-3 .box ul li:nth-child(even) .text {
left: 50%;
padding-left: 40px;
padding-right: 0;
}
.environment-page .environment-3 .box ul li:nth-child(even) .img {
left: -50%;
padding-left: 0;
padding-right: 40px;
}
.environment-page .environment-4 {
line-height: 480px;
height: 480px;
background: url("../images/environment-4.jpg") center center;
background-size: cover;
text-align: center;
}
.environment-page .environment-4 .box {
line-height: normal;
display: inline-block;
vertical-align: middle;
color: white;
}
.environment-page .environment-4 .box h2.title {
color: inherit;
}
.environment-page .environment-4 .box h2.title small {
color: inherit;
}
.environment-page .environment-4 .box p {
display: block;
font-size: 18px;
line-height: 34px;
max-width: 1070px;
margin: 25px auto 0;
}

.plastic-page h2.title {
text-transform: none;
text-align: center;
text-transform: uppercase;
font-size: 2rem;
font-weight: 700;
}
.plastic-page h2.title small {
display: block;
max-width: 1050px;
margin: 0 auto;
font-size: 20px;
line-height: 1.6;
}
.plastic-page .plastic-1 {
padding: 100px 0;
}
.plastic-page .plastic-1 h3 {
  max-width: 1070px;
  margin: 0 auto;
  font-size: 44px;
  color: #333;
  line-height: 1.5;
  text-align: center;
  font-family: 'Poppins-SemiBold'; 
  margin-bottom: 20px;
}
.plastic-page .plastic-1 h5 {
  max-width: 1070px;
  margin: 0 auto;
  font-size: 18px;
  color: #4e4243;
  line-height: 1.5;
  text-align: center;
  /* font-family: 'Poppins-SemiBold'; */
  margin-bottom: 65px;
}
/*.plastic-page .plastic-1 .box {
padding-top: 80px;
}*/
.plastic-page .plastic-1 .box ul {
margin: 0 -15px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.plastic-page .plastic-1 .box ul li {
  padding: 0 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.plastic-page .plastic-1 .box ul li .box2 {
position: relative;
/*padding-left: 100px;*/
}
.plastic-page .plastic-1 .box ul li .box2 i {
position: relative;
margin: 0 auto;
margin-bottom: 20px;
}
.plastic-page .plastic-1 .box ul li .box2 h4 {
    display: block;
  font-size: 22px;
  color: #333;
  font-weight: 700;
  height: 55px;
  margin-top: 20px;
  line-height: 1.2;
}
.plastic-page .plastic-1 .box ul li .box2 p {
display: block;
color: #4e4243;
font-size: 16px;
line-height: 27px;
margin-top: 10px;
}
.plastic-page .plastic-2 {
padding: 90px 0;
background: #f6f8f9;
}
/*.plastic-page .plastic-2 ul {
margin: 0 -12px;
}
.plastic-page .plastic-2 ul li {
padding: 0 12px;
}
.plastic-page .plastic-2 ul li a.img-box {
display: block;
}
.plastic-page .plastic-2 ul li a.img-box img {
width: 100%;
}
.plastic-page .plastic-2 ul li a.img-box h5 {
position: relative;
z-index: 1;
background: #f6f8f9;
text-align: center;
font-family: "ebrimabd";
font-size: 16px;
text-transform: uppercase;
padding-top: 15px;
margin: 0;
}*/
.plastic-page .plastic-2 .cir {
width: 880px;
height: 880px;
border-radius: 100%;
display: block;
margin: 0 auto;
position: relative;
background: url('../images/recyclable-solution-bg.png') center center no-repeat white;
z-index: 1;
}
.plastic-page .plastic-2 .cir ul li {
position: absolute;
}
.plastic-page .plastic-2 .cir ul li:after {
/*content: '';*/
position: absolute;
left: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
background-position: center center;
background-repeat: no-repeat;
background-image: url('../images/recyclable-solution-arrow.png');
z-index: -1;
width: 204px;
height: 220px;
}
.plastic-page .plastic-2 .cir ul li h3 {
font-size: 18px;
line-height: 22px;
margin-top: 5px;
white-space: nowrap;
}
.plastic-page .plastic-2 .cir ul li:nth-child(1) {
top: 0;
right: 102%;
}
.plastic-page .plastic-2 .cir ul li:nth-child(1):after {
content: '';
width: 339px;
height: 33px;
background-image: url('../images/recyclable-solution-arrow2.png');
}
.plastic-page .plastic-2 .cir ul li:nth-child(2) {
top: 5%;
left: 50%;
text-align: center;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.plastic-page .plastic-2 .cir ul li:nth-child(3) {
top: 20%;
left: 70%;
}
.plastic-page .plastic-2 .cir ul li:nth-child(4) {
top: 50%;
left: 79%;
text-align: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.plastic-page .plastic-2 .cir ul li:nth-child(5) {
top: 68%;
left: 70%;
}
.plastic-page .plastic-2 .cir ul li:nth-child(6) {
top: 79%;
left: 50%;
text-align: center;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.plastic-page .plastic-2 .cir ul li:nth-child(7) {
top: 69%;
left: 9%;
text-align: right;
}
.plastic-page .plastic-2 .cir ul li:nth-child(8) {
top: 50%;
left: 4%;
text-align: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.plastic-page .plastic-2 .cir ul li:nth-child(9) {
top: 17%;
left: 9%;
text-align: right;
}
.plastic-page .plastic-2 .cir ul li:nth-child(3) h3,
.plastic-page .plastic-2 .cir ul li:nth-child(5) h3 {
margin-left: 10px;
}
.plastic-page .plastic-2 .cir ul li:nth-child(7) h3 {
margin-right: 10px;
}
.plastic-page .plastic-2 .cir ul li:nth-child(3) img,
.plastic-page .plastic-2 .cir ul li:nth-child(5) img,
.plastic-page .plastic-2 .cir ul li:nth-child(7) img {
display: inline-block;
vertical-align: middle;
}
.plastic-page .plastic-2 .cir ul li:nth-child(3) h3,
.plastic-page .plastic-2 .cir ul li:nth-child(5) h3,
.plastic-page .plastic-2 .cir ul li:nth-child(7) h3 {
display: inline-block;
vertical-align: middle;
margin-top: 0;
}
.plastic-page .plastic-2 .cir ul li:nth-child(9) h3 {
margin-bottom: 5px;
}
.plastic-page .plastic-2 .cir ul li:nth-child(2):after {
content: '';
-webkit-transform: rotate(95deg) translateY(-50%);
-moz-transform: rotate(95deg) translateY(-50%);
-ms-transform: rotate(95deg) translateY(-50%);
-o-transform: rotate(95deg) translateY(-50%);
transform: rotate(95deg) translateY(-50%);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
top: -13%;
}
.plastic-page .plastic-2 .cir ul li:nth-child(4):after {
content: '';
-webkit-transform: rotate(185deg) translateY(-100%);
-moz-transform: rotate(185deg) translateY(-100%);
-ms-transform: rotate(185deg) translateY(-100%);
-o-transform: rotate(185deg) translateY(-100%);
transform: rotate(185deg) translateY(-100%);
-webkit-transform-origin: center top;
-moz-transform-origin: center top;
-ms-transform-origin: center top;
-o-transform-origin: center top;
transform-origin: center top;
  top: 101%;
  right: 49%;
  left: auto;
}
.plastic-page .plastic-2 .cir ul li:nth-child(6):after {
content: '';
-webkit-transform: rotate(275deg) translateY(-50%);
-moz-transform: rotate(275deg) translateY(-50%);
-ms-transform: rotate(275deg) translateY(-50%);
-o-transform: rotate(275deg) translateY(-50%);
transform: rotate(275deg) translateY(-50%);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
left: auto;
  right: 0;
  top: -36%;
}
.plastic-page .plastic-2 .cir ul li:nth-child(8):after {
content: '';
-webkit-transform: translateX(-2%);
-moz-transform: translateX(-2%);
-ms-transform: translateX(-2%);
-o-transform: translateX(-2%);
transform: translateX(-2%);
-webkit-transform-origin: center bottom;
-moz-transform-origin: center bottom;
-ms-transform-origin: center bottom;
-o-transform-origin: center bottom;
transform-origin: center bottom;
top: auto;
bottom: 100%;
left: 50%;
}
.plastic-page .plastic-3 {
height: 550px;
line-height: 550px;
background: url("../images/plastic-3.jpg") center center;
background-size: cover;
text-align: center;
}
.plastic-page .plastic-3 .box {
display: inline-block;
vertical-align: middle;
line-height: normal;
width: 100%;
color: white;
}
.plastic-page .plastic-3 .box h2 {
color: inherit;
}
.plastic-page .plastic-3 .box h2 small {
color: inherit;
margin-top: 40px;
text-transform: none;
}
.plastic-page .plastic-4 {
padding: 150px 0 130px;
}
.plastic-page .plastic-4 .left {
vertical-align: middle;
text-align: left;
}
.plastic-page .plastic-4 .left h2 {
text-align: left;
line-height: 60px;
}
.plastic-page .plastic-4 .left p {
display: block;
margin-top: 30px;
font-size: 18px;
color: #4e4243;
line-height: 34px;
}
.plastic-page .plastic-4 .right {
vertical-align: middle;
text-align: center;
}
.plastic-page .plastic-4 .right img {
margin: 0 auto;
}
.plastic-page .plastic-5 {
line-height: 550px;
height: 550px;
background: url("https://www.pando-group.com/template/en/images/plastic-5.jpg") center center;
background-size: cover;
text-align: center;
}
.plastic-page .plastic-5 .box {
display: inline-block;
vertical-align: middle;
line-height: normal;
width: 100%;
}
.plastic-page .plastic-5 .box h2 {
color: white;
}
.plastic-page .plastic-5 .box h2 small {
  color: inherit;
  margin-top: 40px;
  max-width: 1070px;
  text-transform: none;
}
.compostable-page h2.title {
text-transform: none;
text-align: center;
font-size: 40px;
}
.compostable-page h2.title small {
display: block;
max-width: 860px;
margin: 0 auto;
font-size: 20px;
line-height: 1.6;
}
.compostable-page .compostable-1 {
padding-top: 100px;
}
.compostable-page .compostable-1 h5 {
  max-width: 1070px;
  margin: 0 auto;
  font-size: 20px;
  color: #4e4243;
  line-height: 34px;
  text-align: center;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 100px;
}
.compostable-page .compostable-1 .box {
padding-top: 60px;
}
.compostable-page .compostable-1 .box ul {
margin: 0 -13px;
}
.compostable-page .compostable-1 .box ul li {
padding: 0 13px;
}
.compostable-page .compostable-1 .box ul li a.img-box {
display: block;
}
.compostable-page .compostable-1 .box ul li a.img-box img {
width: 100%;
}
.compostable-page .compostable-1 .box ul li a.img-box h5 {
position: relative;
z-index: 1;
background: white;
text-align: center;
font-size: 16px;
/*  text-transform: uppercase;*/
padding-top: 15px;
margin: 0;
}
.compostable-page .compostable-2 {
padding-top: 120px;
padding-bottom: 100px;
}
.compostable-page .compostable-2 .box {
padding-top: 120px;
}
.compostable-page .compostable-2 .box ul {
margin: -40px 0;
}
.compostable-page .compostable-2 .box ul li {
padding: 40px 0;
}
.compostable-page .compostable-2 .box ul li .text {
vertical-align: middle;
padding-right: 40px;
text-align: left;
position: relative;
}
.compostable-page .compostable-2 .box ul li .text h3 {
  font-size: 34px;
  color: #180f08;
  font-weight: 700;
}
.compostable-page .compostable-2 .box ul li .text p {
display: block;
font-size: 18px;
line-height: 34px;
color: #4e4243;
margin: 40px 0 50px;
}
.compostable-page .compostable-2 .box ul li .text a.more {
font-size: 20px;
color: #180f08;
display: inline-block;
line-height: 40px;
height: 44px;
padding: 0 25px;
border: 2px solid #424243;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.compostable-page .compostable-2 .box ul li .text a.more:hover {
border-color: var(--primary);
background: var(--primary);
color: white;
}
.compostable-page .compostable-2 .box ul li .img {
vertical-align: middle;
padding-left: 40px;
position: relative;
}
.compostable-page .compostable-2 .box ul li:nth-child(even) .text {
left: 50%;
padding-left: 40px;
padding-right: 0;
}
.compostable-page .compostable-2 .box ul li:nth-child(even) .img {
left: -50%;
padding-left: 0;
padding-right: 40px;
}
.inner-page h2.title small {
  display: block;
  max-width: 850px;
  margin: 0 auto;
  font-size: 18px;
  color: #161616;
  line-height: 1.5;
  font-weight: 300;
}
.inner-page h2.em small {
  display: block;
  max-width: 850px;
  margin: 0 auto;
  font-size: 18px;
  color: #161616;
  line-height: 1.5;
  font-weight: 300;  
}

.social-page h2.title {
    text-transform: none;
  /* text-transform: uppercase; */
 
  /*font-family: 'Poppins-SemiBold';*/
}
.social-page .social-1 {
padding: 85px 0;
background: #f6f8f9;
}
.social-page .social-1 .text {
vertical-align: middle;
padding-right: 7%;
}
.social-page .social-1 .text h2.title small {
margin-top: 10px;
font-weight: normal;
font-size: 18px;
line-height: 1.6;
display: block;
}
.social-page .social-1 h2.title {
font-size:44px;
color: #333;
font-family: 'Poppins-SemiBold';
}

.social-page .social-2 h2.title {
font-size:44px;
color: #333;
font-family: 'Poppins-SemiBold';
}
.social-page .social-3 h2.title {
font-size:44px;
color: #333;
font-family: 'Poppins-SemiBold';
}
.social-page .social-1 .img {
vertical-align: middle;
}
.social-page .social-2 {
padding: 100px 0;
text-align: center;
}
.social-page .social-2 small {
max-width: 900px;
margin: 20px auto 0;
display: block;
}
.social-page .social-2 img {
display: block;
margin: 50px auto 0;
}
.social-page .social-3 {
line-height: 450px;
height: 450px;
background: url("../images/social-3.jpg") center center;
background-size: cover;
text-align: right;
}
.social-page .social-3 .box {
display: inline-block;
vertical-align: middle;
max-width: 600px;
margin-left: auto;
text-align: left;
line-height: normal;
}
.social-page .social-3 .box h2 {
color: white;
}
.social-page .social-3 .box h2 small {
color: inherit;
margin-top: 15px;

}
.social-page .social-4 {
padding: 100px 0;
}
.social-page .social-4 ul {
margin: -50px 0;
}
.social-page .social-4 ul li {
padding: 50px 0;
}
.social-page .social-4 ul li .text {
vertical-align: middle;
padding-right: 40px;
text-align: left;
position: relative;
}
.social-page .social-4 ul li .text h3 {
  font-size: 34px;
  color: #180f08;
  font-weight: 700;
}
.social-page .social-4 ul li .text p {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #4e4243;
  margin: 20px 0 0px;
}
.social-page .social-4 ul li .text a.more {
font-size: 20px;
color: #180f08;
display: inline-block;
line-height: 40px;
height: 44px;
padding: 0 25px;
border: 2px solid #424243;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.social-page .social-4 ul li .text a.more:hover {
border-color: var(--primary);
background: var(--primary);
color: white;
}
.social-page .social-4 ul li .img {
vertical-align: middle;
padding-left: 40px;
position: relative;
}
.social-page .social-4 ul li:nth-child(even) .text {
left: 50%;
padding-left: 40px;
padding-right: 0;
}
.social-page .social-4 ul li:nth-child(even) .img {
left: -50%;
padding-left: 0;
padding-right: 40px;
}
.why-choose-us-page {
padding: 100px 0 120px;
}
.why-choose-us-page h4 {
display: block;
  max-width: 1070px;
  margin: 0 auto;
  font-size: 24px;
  color: #333;    
  line-height: 1.5;
  text-align: center;
  font-family: 'Poppins-SemiBold';
}
.why-choose-us-page .box {
padding-top: 100px;
}
.why-choose-us-page .box ul {
margin: -20px 0;
}
.why-choose-us-page .box ul li {
padding: 20px 0;
}
.why-choose-us-page .box ul li .img {
vertical-align: middle;
position: relative;
}
.why-choose-us-page .box ul li .img a {
display: block;
}
.why-choose-us-page .box ul li .text {
  padding-left: 5%;
  padding-right: 2%;
position: relative;
vertical-align: middle;
}
.why-choose-us-page .box ul li .text i{
color: var(--primary);
}
.why-choose-us-page .box ul li .text h3 {
font-size: 34px;
  color: #333;
  font-weight: 700;
}
.plastic-2 h5 {    
font-size: 40px;
  color: #180f08;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
}
.why-choose-us-page .box ul li .text .content {
  display: block;
  font-size: 18px;
  color: #4e4243;
  line-height: 34px;
  margin-top: 15px;
}
.why-choose-us-page .box ul li:nth-child(even) .img {
left: 50%;
}
.why-choose-us-page .box ul li:nth-child(even) .text {
left: -50%;
padding-left: 3%;
padding-right: 5%;
}
.strength-page h2.title {
text-transform: none;
}
.strength-page h2.title.ttr {
font-size: 44px;
  color: #333;
  font-family: 'Poppins-SemiBold';
}
.strength-page .strength-img{
padding: 4rem 0;
text-align: center;
background: #fff;
}
.strength-page .strength-1 {
padding: 80px 0;
text-align: center;
}
.strength-page .strength-1 .text {
  font-size: 18px;
  color: #4e4243;
  line-height: 1.5;
  display: block;
  margin: 40px auto 0;
  max-width: 1070px;
}
.strength-page .strength-2 a.img-box {
display: block;
}
.strength-page .strength-3 {
padding: 100px 0 150px;
background-color: #fafafa;
}
.strength-page .strength-3 h2 {
text-align: center;
}
.strength-page .strength-3 .box {
padding-top: 100px;
}
.strength-page .strength-3 .box ul {
margin: -15px 0;
}
.strength-page .strength-3 .box ul li {
    background: #fafafa;
}
.strength-page .strength-3 .box ul li .img {
vertical-align: middle;
position: relative;
}
.strength-page .strength-3 .box ul li .img a {
display: block;
}
.strength-page .strength-3 .box ul li .text {
vertical-align: middle;
padding: 0 40px;
position: relative;
}
.strength-page .strength-3 .box ul li .text h3 {
  font-size: 32px;
  color: #4e4243;
  font-family: 'Poppins-SemiBold';
}
.strength-page .strength-3 .box ul li .text .content {
display: block;
font-size: 18px;
color: #4e4243;
line-height: 34px;
margin-top: 15px;
}
.strength-page .strength-3 .box ul li:nth-child(even) .img {
left: 50%;
}
.strength-page .strength-3 .box ul li:nth-child(even) .text {
left: -50%;
}
.strength-page .strength-4 {
padding: 100px 0 100px;
text-align: center;
background: #eee;
}
.strength-page .strength-4 .text {
  font-size: 18px;
  line-height: 34px;
  color: #4e4243;
  max-width: 1070px;
  margin: 40px auto;
      margin-bottom: 100px;
}
/*.strength-page .strength-4 .text p {
max-height: 52px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}*/
.strength-page .strength-4 .text a.more2 {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  height: 30px;
  background: var(--primary);
  color: white;
  padding: 0 10px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  margin-top: 10px;
}
.strength-page .strength-4 .text a.more2:hover {
background: #222;
}
.strength-page .strength-4 .box ul {
margin: -10px;
}
.strength-page .strength-4 .box ul li {
padding: 10px;
}
.strength-page .strength-4 .box ul li a.img-box {
display: block;
border-radius: 10px;
}
.strength-page .strength-4 .box ul li a.img-box img {
width: 1005px;
}
.strength-page .strength-4 .box ul li h4 {
display: block;
font-size: 18px;
color: #4e4243;
margin-top: 10px;
    font-family: 'Poppins-SemiBold';
}
.strength-page .strength-4 a.more {
display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  background: var(--primary);
  color: white;
  padding: 0 30px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  margin-top: 0px;
}
.strength-page .strength-4 a.more:hover {
background: #111;
}

.inner-page h2.em {
  font-size: 44Px!important;
  color: #333;
   font-weight: 700; 
}
.inner-page h2.title {
  font-size: 40px!important;
  color: #333;
   font-weight: 700; 
}

@media screen and (max-width:1600px) {
.environment-page .environment-3 {
  padding: 80px 0;
}
.environment-page .environment-3 .box{
  padding-top: 60px;
}
.environment-page .environment-1 h5,.environment-page .environment-1 .box ul li .text p {
  font-size: 16px;
  line-height: 1.8;
}
.environment-page .environment-2 .text .content,
.environment-page .environment-4 .box p{
  font-size: 16px;
  line-height: 2;
}
.environment-page .environment-1 .box ul li .text p,.environment-page .environment-3 .box ul li .text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 30px;
}
.environment-page .environment-1 .box ul li,.environment-page .environment-3 .box ul li {
  padding: 30px 0;
}
.environment-page .environment-1 .box ul,.environment-page .environment-3 .box ul {
  margin: -30px 0;
}
.environment-page .environment-1 .box ul li .text h3,.environment-page .environment-3 .box ul li .text h3 {
  font-size: 30px;
  line-height: 1;
}
.environment-page .environment-1,.environment-page .environment-3 {
  padding: 50px 0;
}
.environment-page .environment-4 {
  height: 360px;
  line-height: 360px;
}
.compostable-page .compostable-1 {
  padding-top: 80px;
}
.compostable-page .compostable-1 h5 {
  margin-bottom: 80px;
}
.plastic-page .plastic-1 {
  padding: 60px 0;
}
.plastic-page .plastic-2 {
  padding: 60px 0;
}
.plastic-page .plastic-4 {
  padding: 100px 0;
}
.plastic-page .plastic-4 .left h2 {
  line-height: 50px;
}
.plastic-page .plastic-1 .box ul li .box2 h4 {
  font-size: 18px;
  height: 54px;
}
.plastic-page .plastic-1 .box ul li .box2 p {
  font-size: 14px;
  line-height: 1.6;
}
.plastic-2 h5 {
  font-size: 30px;
  margin-bottom: 50px;
}
.plastic-page .plastic-2 .cir {
  zoom:.8;
}
.plastic-page .plastic-3 {
  height: 420px;
  line-height: 420px;
}
.compostable-page .compostable-1 .box ul li a.img-box h5 {
  line-height: 1.4;
}
.compostable-page .compostable-2 {
  padding-top: 0;
}
.compostable-page .compostable-2 .box {
  padding-top: 80px;
}
.compostable-page .compostable-2 .box ul li .text p,.social-page .social-4 ul li .text p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}
.compostable-page .compostable-2 .box ul li .text h3,.social-page .social-4 ul li .text h3 {
  font-size: 30px;
  line-height: 1;
}
.compostable-page .compostable-2 .box ul li {
  padding: 20px 0;
}
.compostable-page .compostable-2 .box ul {
  margin: -20px 0;
}
.social-page .social-2,
.social-page .social-4 {
  padding: 60px 0;
}
.social-page .social-4 ul li .text p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}
.social-page .social-4 ul li .text h3 {
  font-size: 30px;
  line-height: 1;
}
.social-page .social-4 ul li {
  padding: 30px 0;
}
.social-page .social-4 ul {
  margin: -30px 0;
}
.why-choose-us-page {
  padding: 60px 0;
}
.why-choose-us-page h4 {
  font-size: 18px;
  line-height: 1.6;
}
.why-choose-us-page .box ul li .text h3 {
  font-size: 30px;
}
.why-choose-us-page .box ul li .text .content{
  font-size: 16px;
  line-height: 1.8;
}
.strength-page .strength-3 .box{
  padding-top: 60px;
}
.strength-page .strength-3 {
  padding: 50px 0;
}
.strength-page .strength-1 .text,.strength-page .strength-3 .box ul li .text .content,.strength-page .strength-4 .text,.team-page .top h4{
  font-size: 16px;
  line-height: 1.8;
}
.strength-page .strength-1 .text {
  margin-top: 20px;
}
.strength-page .strength-3 .box, .test-page .test-1 .box {
  padding-top: 40px;
}
.strength-page .strength-4 {
  padding: 60px 0;
}
}
@media screen and (max-width: 1450px) {
.environment-page .environment-1 h5 {
  margin-bottom: 50px;
}
.environment-page .environment-1 .box ul li,
.environment-page .environment-3 .box ul li{
  padding: 20px 0;
}
.environment-page .environment-1 .box ul,
.environment-page .environment-3 .box ul{
  margin: -20px 0;
}
.environment-page .environment-1 .box ul li .text h3,
.environment-page .environment-3 .box ul li .text h3{
  font-size: 24px;
}
.environment-page .environment-1 .box ul li .text p,
.environment-page .environment-3 .box ul li .text p{
  margin: 10px 0 20px;
  font-size: 16px;
}
.environment-page .environment-1 .box {
  padding-top: 60px;
}
.environment-page .environment-1 .box ul li .text a.more,
.environment-page .environment-3 .box ul li .text a.more{
  line-height: 32px;
  height: 36px;
  padding: 0 15px;
  font-size: 16px;
}
.environment-page .environment-1 {
  padding: 60px 0;
}
.environment-page .environment-2 .text .content,
.environment-page .environment-4 .box p {
  font-size: 20px;
  line-height: 28px;
}
.environment-page .environment-2 .text .content, .environment-page .environment-4 .box p {
  font-size: 16px;
  line-height: 1.6;
}
.environment-page .environment-2 .text .content {
  padding-top: 20px;
}
.environment-page .environment-2 .text {
  padding: 0 3%;
}
.environment-page .environment-1 .box ul li .text p, 
.environment-page .environment-3 .box ul li .text p{
  font-size: 14px;
}
.compostable-page .compostable-1 {
  padding-top: 50px;
}
.compostable-page .compostable-1 h5{
  margin-bottom: 50px;
}
.compostable-page .compostable-2 {
  padding: 60px 0;
}
.compostable-page .compostable-2 .box ul li{
  padding: 20px 0;
}
.compostable-page .compostable-2 .box ul{
  margin: -20px 0;
}
.compostable-page .compostable-2 .box ul li .text h3{
  font-size: 24px;
}
.compostable-page .compostable-2 .box ul li .text p{
  margin: 10px 0 20px;
  font-size: 16px;
}
.compostable-page .compostable-2 .box{
  padding-top: 60px;
}
.compostable-page .compostable-2 .box ul li .text a.more{
  line-height: 32px;
  height: 36px;
  padding: 0 15px;
  font-size: 16px;
}
.plastic-page .plastic-1 h5 {
  font-size: 24px;
  line-height: 34px;
}
.plastic-page .plastic-1 .box ul li .box2 {
  padding-left: 100px;
}
.plastic-page .plastic-1 .box ul li .box2 i {
  max-width: 80px;
}
.plastic-page .plastic-1 .box ul li .box2 h4 {
  font-size: 20px;
}
.plastic-page .plastic-1 .box ul li .box2 p {
  font-size: 18px;
  line-height: 26px;
}
.plastic-page .plastic-4 .left h2 {
  line-height: 40px;
}
.plastic-page .plastic-4 .left p {
  font-size: 22px;
  margin-top: 20px;
}
.plastic-page .plastic-1 h5 {
  font-size: 16px;
  line-height: 1.6;
}
.plastic-page .plastic-1 .box ul li {
  width: 50%;
  padding: 10px;
}
.plastic-page .plastic-1 .box ul {
  margin: -10px;
  flex-wrap: wrap;
}
.plastic-page .plastic-1 .box ul li .box2 h4 {
  font-size: 18px;
  height: auto;
}
.plastic-page .plastic-1 .box ul li .box2 p {
  font-size: 16px;
  line-height: 1.6;
}
.plastic-page .plastic-1 .box ul li .box2 i {
  width: 50px !important;
}
.plastic-page .plastic-1 .box ul li .box2 {
  padding-left: 70px;
}
.plastic-2 h5 {
  font-size: 26px;
}
.plastic-page .plastic-2 .cir {
  zoom:.7;
}
.plastic-page .plastic-4 .left p {
  font-size: 14px;
}
.plastic-page .plastic-5 {
  height: 400px;
  line-height: 400px;
}
.plastic-page .plastic-1 h5 {
  margin-bottom: 60px;
}
.compostable-page .compostable-1 .box {
  padding-top: 30px;
}
.compostable-page .compostable-2 .box ul li .text p{
  font-size: 14px;
}
.social-page .social-4 ul li {
  padding: 20px 0;
}
.social-page .social-4 ul {
  margin: -20px 0;
}
.social-page .social-4 ul li .text h3 {
  font-size: 24px;
}
.social-page .social-4 ul li .text p {
  margin: 10px 0 20px;
  font-size: 16px;
}
.social-page .social-4 ul li .text a.more {
  line-height: 32px;
  height: 36px;
  padding: 0 15px;
  font-size: 16px;
}
.social-page .social-4 ul li .text p {
  margin-bottom: 0;
}
.why-choose-us-page .box ul li .text h3 {
  font-size: 30px;
}
.why-choose-us-page .box ul li .text .content {
  font-size: 16px;
  line-height: 28px;
}
.why-choose-us-page .box ul li .text .content {
  font-size: 14px;
  line-height: 24px;
}
.why-choose-us-page .box {
  padding-top: 60px;
}
.strength-page .strength-4 .text {
  margin: 20px 0 60px;
}
}
@media screen and (max-width: 1250px) {
.inner-page h2.title {
  font-size: 32px!important;
  line-height: 1.2;
}
.environment-page .environment-1 h5 {
  font-size: 20px;
  line-height: 28px;
}
.environment-page .environment-4 {
  height: 400px;
  line-height: 400px;
}
.environment-page .environment-1 h5 {
  font-size: 15px;
  line-height: 1.6;
}
.environment-page .environment-2 .text .content, .environment-page .environment-4 .box p {
  font-size: 14px;
}
.environment-page .environment-4 {
  line-height: 300px;
  height: 300px;
}
.environment-page .environment-1 .box {
  padding-top: 30px;
}
.plastic-page .plastic-1 h5{
  font-size: 20px;
  line-height: 28px;
}
.plastic-page .plastic-1 .box ul li .box2 p {
  font-size: 16px;
  line-height: 24px;
}
.plastic-page .plastic-3,
.plastic-page .plastic-5{
  height: 400px;
  line-height: 400px;
}
.plastic-page .plastic-4 .left p {
  font-size: 20px;
}
.plastic-page .plastic-1 h5, .environment-page .environment-1 h5 {
  font-size: 15px;
  line-height: 1.6;
}
.plastic-page .plastic-3, .plastic-page .plastic-5, .environment-page .environment-4 {
  line-height: 300px;
  height: 300px;
}
.plastic-page .plastic-1 .box ul li .box2 p {
  font-size: 14px;
}
.plastic-page .plastic-4 .left p {
  font-size: 13px;
  line-height: 1.6;
}
.plastic-page .plastic-4 {
  padding: 60px 0;
}
.compostable-page .compostable-1 .box ul li a.img-box h5 {
  font-size: 14px;
}
.compostable-page .compostable-2 .box, .environment-page .environment-1 .box {
  padding-top: 30px;
}
.why-choose-us-page .box ul li {
  padding: 10px 0;
}
.why-choose-us-page .box ul li .text {
  padding-left: 5%;
  padding-right: 0;
}
.why-choose-us-page .box ul li:nth-child(even) .text {
  padding-left: 0;
  padding-right: 5%;
}
.why-choose-us-page .box ul {
  margin: -10px 0;
}
.why-choose-us-page .box {
  padding-top: 40px;
}
.why-choose-us-page {
  padding: 40px 0;
}
.strength-page .strength-3 .box ul li .text h3 {
  font-size: 30px;
}
.strength-page .strength-3 .box ul li .text .content {
  font-size: 16px;
  line-height: 24px;
}
}
@media screen and (max-width: 1000px) {
.environment-page .environment-1 .box ul li .text,
.environment-page .environment-3 .box ul li .text{
  left: 0 !important;
  padding: 0 0 20px !important;
  width: 100%;
}
.environment-page .environment-1 .box ul li .img,
.environment-page .environment-3 .box ul li .img{
  width: 100%;
  left: 0 !important;
  padding: 0 !important;
}
.environment-page .environment-1 .box ul li,
.environment-page .environment-3 .box ul li,
.environment-page .environment-1 .box ul li,
.environment-page .environment-3 .box ul li{
  border-bottom: 1px #eee dashed;
}
.environment-page .environment-1 .box ul li:last-child,
.environment-page .environment-3 .box ul li:last-child,
.environment-page .environment-1 .box ul li:last-child,
.environment-page .environment-3 .box ul li:last-child{
  border-bottom: none;
}
.environment-page .environment-2 .text {
  width: 100%;
  padding: 30px 15px;
}
.environment-page .environment-2 .img {
  width: 100%;
}
.environment-page .environment-2 .text .content {
  padding-top: 25px;
}
.environment-page .environment-4 {
  height: 300px;
  line-height: 300px;
}
.environment-page .environment-3 .box, .faq-page .faq-1 .bottom {
  padding-top: 40px;
}
.compostable-page .compostable-1 h5 {
  font-size: 16px;
  line-height: 26px;
}
.compostable-page .compostable-2 .box ul li .text{
  left: 0 !important;
  padding: 0 0 20px !important;
  width: 100%;
}
.compostable-page .compostable-2 .box ul li .img{
  width: 100%;
  left: 0 !important;
  padding: 0 !important;
}
.compostable-page .compostable-2 .box ul li{
  border-bottom: 1px #eee dashed;
}
.compostable-page .compostable-2 .box ul li:last-child{
  border-bottom: none;
}
.plastic-page .plastic-2 .cir {
  zoom:.6;
}
.plastic-page .plastic-4 .left p {
  font-size: 12px;
  line-height: 20px;
}
.social-page .social-4 ul li .text{
  left: 0 !important;
  padding: 0 0 20px !important;
  width: 100%;
}
.social-page .social-4 ul li .img{
  width: 100%;
  left: 0 !important;
  padding: 0 !important;
}
.social-page .social-4 ul li,
.social-page .social-4 ul li{
  border-bottom: 1px #eee dashed;
}
.social-page .social-4 ul li:last-child,
.social-page .social-4 ul li:last-child{
  border-bottom: none;
}
.social-page .social-3 {
  line-height: 340px;
  height: 340px;
}
.social-page .social-1 .text {
  width: 100%;
  padding-right: 0;
  padding-bottom: 30px;
}
.social-page .social-1 .img {
  width: 100%;
}
.why-choose-us-page .box ul li .text {
  left: 0 !important;
  padding: 0 0 20px !important;
  width: 100%;
}
.why-choose-us-page .box ul li .img {
  width: 100%;
  left: 0 !important;
  padding: 0 !important;
}
.why-choose-us-page .box ul li .text {
  padding: 20px 0 0!important;
}
.why-choose-us-page .box ul li {
  border-bottom: 1px #eee dashed;
}
.why-choose-us-page .box ul li:last-child {
  border-bottom: none;
}
.why-choose-us-page h4 {
  font-size: 16px;
  line-height: 24px;
}
.why-choose-us-page .box ul li .text h3 {
  font-size: 24px;
}
.strength-page .strength-3 .box ul li .text{
  left: 0 !important;
  padding: 0 0 20px !important;
  width: 100%;
}
.strength-page .strength-3 .box ul li .img{
   width: 100%;
  left: 0 !important;
  padding: 0 !important;
}
.strength-page .strength-3 .box ul li .text{
  padding: 20px 0 0!important;
}
.strength-page .strength-3 .box ul li{
  border-bottom: 1px #eee dashed;
}
.strength-page .strength-3 .box ul li:last-child{
   border-bottom: none;
}
.strength-page .strength-3 .box ul li .text h3 {
  font-size: 24px;
}
.strength-page .strength-4 .text {
  margin: 30px auto;
  font-size: 16px;
}
.strength-page .strength-1 .text{
  font-size: 16px;
  line-height: 24px;
}
.strength-page .strength-3 .box ul li .text {
  padding: 25px !important;
}
.strength-page .strength-4 a.more {
  margin-top: 20px;
}
.strength-page .strength-4 .text {
  font-size: 14px;
}
.prodet-page .prodet-1 .grid-box .text.column{
  width: 100%;
}
.prodet-page .prodet-1 .text h3, .prodet-page .prodet-1 .text h1{
  line-height: 1.3;
}
.news-page ul li .content p{
line-height: 1.6;
}
}
@media screen and (max-width: 700px) {
.environment-page .environment-1{
 padding: 30px 0;
}
.inner-page .sidebar-right h1{
  font-size: 22px;

}
.environment-page .environment-1 h3{
 font-size: 30px;
 line-height: 1.3;
}
.environment-page .environment-1 h5,
.environment-page .environment-2 .text .content,
.environment-page .environment-4 .box p {
  font-size: 16px;
  line-height: 24px;
}
.environment-page .environment-2 {
  padding: 15px;
}
.environment-page .environment-1 h5, .environment-page .environment-2 .text .content, .environment-page .environment-4 .box p {
  font-size: 14px;
}
.environment-page .environment-1 .box {
  padding-top: 0;
}
.plastic-page .plastic-1 .box ul li .box2 h4 {
  font-size: 16px;
}
.plastic-page .plastic-1 .box ul li {
  padding: 10px 15px;
}
.plastic-page .plastic-1 .box {
  padding-top: 40px;
}
.plastic-page .plastic-1 h5{
  font-size: 16px;
  line-height: 24px;
}
.plastic-page .plastic-4 {
  padding: 60px 0;
}
.plastic-page .plastic-1 h5{
  font-size: 14px;
}
.plastic-page .plastic-1 .box ul li {
  width: 100%;
}
.plastic-page .plastic-1 .box {
  padding-top: 0;
}
.plastic-page .plastic-2 .cir {
  zoom:.3;
}
.plastic-2 h5 {
  font-size: 24px;
  padding: 0 15px;
}
.plastic-page .plastic-4 .left {
  width: 100%;
}
.plastic-page .plastic-4 .right {
  width: 100%;
  padding-top: 20px;
}
.compostable-page .compostable-1 .box ul li {
  padding: 0 5px;
}
.compostable-page .compostable-1 .box ul {
  margin: 0 -5px;
}
.compostable-page .compostable-1 h5 {
  font-size: 14px;
}
.why-choose-us-page .box ul li .text .content{
  font-size: 14px;
}
.strength-page .strength-1 .text, 
.strength-page .strength-3 .box ul li .text .content, 
.strength-page .strength-4 .text{
  font-size: 14px;
}
.environment-page .environment-1 h5 {
  margin-bottom: 30px;
}
.environment-page .environment-1, .environment-page .environment-3{
padding: 30px 0;
}
.inner-page h2.title{
    font-size: 30px!important;
}
.plastic-page .plastic-1 h3{
font-size: 30px;
line-height: 1.3;
}
.plastic-page .plastic-1 .box ul{
flex-wrap: wrap;
}
.plastic-page .plastic-1 .box ul li .box2{
padding-left: 0;
}
.about-page2 .about-1{
padding: 30px 0;
}
.about-page2 .about-1 .left .img .year h2 {
  font-size: 30px;
}
.home-title h2{
font-size: 34px;
}
.about-page2 .about-2{
padding: 0 0 30px 0;
}
.about-page2 .about-3{
padding: 30px 0;
}
.about-page2 .about-4{
padding: 30px 0;
}
.social-page .social-1{
padding: 30px 0;
}
.social-page .social-3{
display: none;
}
.social-page .social-2, .social-page .social-4{
padding: 30px 0;
}
.gallery-page h3{
font-size: 34px;
}
.faq-page h3{
font-size: 30px;
line-height: 1.3;
margin-top: 30px;
}
.faq-page .init-2 ul.faq li h2{
font-size: 18px;
line-height: 1.6;
}
.faq-page .init-2 ul.faq li{
padding: 10px 15px;
}
.faq-page .init-2 ul.faq li p{
font-size: 14px;
line-height: 1.6;
}
.prodet-page .grid-box.two>.column{
padding: 0;
}


.prodet-page .prodet-1 .text h3, .prodet-page .prodet-1 .text h1{
font-size: 27px;
line-height: 1.5;
}
.strength-page .strength-1{
padding: 30px 0;
}
.newdet-page h1{
line-height: 1.4;
}
.newdet-page .content{
line-height: 1.6;
}
.contact-page .contact-2 .box .left{
padding-left: 0;
}
.contact-page .contact-2 .box h4{
font-size: 36px;
}
}
@media screen and (max-width: 500px){
 .plastic-page .plastic-2 .cir {
  zoom: .25;
}
.plastic-page .plastic-3 .box h2 small {
  line-height: 20px;
}
.plastic-page .plastic-3{
  display: none;
}
.about-page .about-1 .left h4{
  font-size: 26px;
  line-height: 1.4;
}
.font-18 {
  font-size: 16px;
}
}

.truth-page{
padding: 110px 0;
}
.truth-page .top h2{
font-size: 60px;
line-height: 1;
color: #595959;
}
.truth-page .top h3{
font-size: 70px;
line-height: 1;
color: #222222;
margin-top: 19px;
}
.truth-page .top h3::before{
content: '';
width: 34.61%;
height: 16px;
background-color: var(--primary);
display: inline-block;
vertical-align: top;
margin: 27px 50px 0 0;
}
.truth-page .nav{
padding-top: 102px;
}
.truth-page .nav ul{
margin-right: -20px;
}
.truth-page .nav ul li{
padding-right: 20px;
}
.truth-page .nav ul li a{
display: block;
padding-bottom: 30px;
font-size: 16px;
font-family: 'MSB';
line-height: 1.7;
text-transform: uppercase;
border-bottom: 1px solid #dedede;
padding-left: 15px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
position: relative;
z-index: 1;
overflow: hidden;
}
.truth-page .nav ul li a::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  background: var(--primary);
}
.truth-page .nav ul li a:hover::before,
.truth-page .nav ul li a.active::before{
  transform: scaleX(1);
  transform-origin: 100% 0;
}
.truth-page .nav ul li a.active,
.truth-page .nav ul li a:hover{
  color: var(--primary);
}
.culture-1{
  padding-top: 64px;
}
.culture-1 .img{
  position: relative;
  z-index: 1;
}
.culture-1 .img .i1{
  position: absolute;
  bottom: -78px;
  right: 0;
  z-index: -1;
}
.culture-1 .text{
  padding-top: 60px;
}
.culture-1 .text h2{
   font-size: 62px;
   color: #1a1a1a;
   line-height: 1;
}
.culture-1 .text .box{
  padding-top: 80px;
}
.culture-1 .text .box .left{
  width: 18%;
  text-align: right;
  padding-top: 104px;
}
.culture-1 .text .box .right{
  width: 82%;
}
.culture-1 .text .box .right .wz{
  font-size: 16px;
  line-height: 1.8;
  color: #1a1a1a;
  padding-left: 110px;
}
.culture-1 .text .box .right .imgs{
  position: relative;
  z-index: 1;
  padding: 109px 0 148px;
}
.culture-1 .text .box .right .imgs::after{
  content: '';
  position: absolute;
  bottom: 60px;
  right: 115px;
  background: #f9f1e0;
  width: 62.361%;
  height: 63.1%;
  z-index: -1;
}
.culture-1 .text .box .right .imgs img{
  display: inline-block;
}
.culture-1 .text .box .right .imgs .i1{
  margin-left: 75px;
}
@media screen and (max-width: 1280px) {
  .truth-page .top h2{
    font-size: 54px;
  }
  .truth-page .top h3{
    font-size: 64px;
  }
  .truth-page .top h3::before{
    width: 30%;
  }
  .culture-1 .text .box .right .imgs::after{
    right: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .truth-page .top h2 {
   font-size: 46px;
  }
  .truth-page .top h3 {
    font-size: 58px;
  }
  .culture-1 .text .box .right .imgs .i1 {
    margin-left: 49px;
  }
  .culture-1 .text .box .right .imgs::after{
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .truth-page{
    padding: 60px 0;
  }
  .truth-page .nav{
    padding-top: 60px;
  }
  .truth-page .top h2 {
    font-size: 36px;
  }
  .truth-page .top h3 {
    font-size: 46px;
  }
  .truth-page .top h3::before {
    width: 22%;
    margin: 16px 20px 0 0;
  }
  .truth-page .nav ul li{
    width: 25% !important;
  }
  .culture-1 .img .i1{
    display: none;
  }
  .culture-1{
    padding-top: 60px;
  }
  .culture-1 .text h2{
    font-size: 50px;
  }
  .culture-1 .text .box{
    padding-top: 60px;
  }
  .culture-1 .text .box .right .wz{
    padding-left: 60px;
  }
  .culture-1 .text .box .right .imgs img {
  display: inline-block;
  width: 80%;
  }
  .culture-1 .text .box .right .imgs .i1 {
  margin-left: 20px;
  width: 15%;
}
.culture-1 .text .box .right .imgs{
padding: 60px 0;
}
.culture-1 .text .box .right .imgs::after{
display: none;
}
}

@media screen and (max-width: 700px) {
  .truth-page{
    padding: 30px 0;
  }
  .truth-page .top h2 {
  font-size: 29px;
}
.truth-page .top h3 {
  font-size: 32px;
}
.truth-page .top h3::before{
margin: 12px 20px 0 0;
height: 10px;
}
.truth-page .nav ul li a{
padding: 0 0 10px 10px;
}
.truth-page .nav{
padding-top: 30px;;
}
.culture-1{
    padding-top: 30px;
  }
.culture-1 .text{
padding-top: 30px;
}
.culture-1 .text h2 {
  font-size: 40px;
}
.culture-1 .text .box{
padding-top: 30px;
}
.culture-1 .text .box .left{
width: 100%;
padding-top: 0;
display: none;
}
.culture-1 .text .box .right{
width: 100%;
}
.culture-1 .text .box .right .wz{
padding-left: 0;
}
.culture-1 .text .box .right .imgs{
padding: 30px 0;
}
}
@media screen and (max-width: 500px) {
  .truth-page .top h2 {
  font-size: 22px;
  }
  .truth-page .top h3::before{
    display: none;
  }
  .truth-page .top h3 {
  font-size: 26px;
}
.truth-page .nav ul li {
  width: 50% !important;
  margin-bottom: 5px;
}
.culture-1 .text h2 {
  font-size: 30px;
}
.culture-1 .text .box .right .imgs img {
  display: inline-block;
  width: 77%;
}
}
.healthy-1{
  padding: 109px 0 61px;
}
.healthy-1 .img{
  position: relative;
  z-index: 1;
}
.healthy-1 .img .i1{
  position: absolute;
  right: 0;
  top: 0;
}
.healthy-1 .img .i2{
  position: absolute;
  right: 0;
  top: 50px;
}
.healthy-1 .img .i3{
  position: absolute;
  right: 32px;
  bottom: -61px;
}
.healthy-1 h3{
  font-size: 62px;
  line-height: 1;
  color: #1a1a1a;
  margin-top: 96px;
}
.healthy-1 .box{ 
  margin-top: 57px;
}
.healthy-1 .box .left{
  width: 30%;
}
.healthy-1 .box .right{
  width: 70%;
  padding-left: 65px;
  font-size: 16px;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 1280px) {
  .healthy-1 .img .i1{
    width: 18%;
  }
  .healthy-1 .img .i2{
     top: 38px;
     width: 30%;
  }
}
@media screen and (max-width: 1000px) {
  .healthy-1 .img .i1,
  .healthy-1 .img .i2,
  .healthy-1 .img .i3{
    display: none;
  }
  .healthy-1{
    padding: 60px 0;
  }
  .healthy-1 h3{
    font-size: 50px;
    margin-top: 60px;
  }
  .healthy-1 .box .right{
    padding-left: 30px;
  }
}
@media screen and (max-width: 700px) {
  .healthy-1{
    padding: 30px 0;
  }
  .healthy-1 h3{
    font-size: 40px;
    margin-top: 30px;
  }
  .healthy-1 .box{
    margin-top: 30px;
  }
  .healthy-1 .box .left{
    width: 100%;
    text-align: center;
  }
  .healthy-1 .box .right{
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .healthy-1 h3{
    font-size: 29px;
  }
}

.life-1{
  padding: 52px 0 103px;
}
.life-1 .left{
  width: 43% !important;
}
.life-1 .left span{
  font-size: 109px;
  color: rgba(26,26,26,0.05);
  line-height: 1;
  display: block;
  margin-top: 45px;
}
.life-1 .left .con{
  font-size: 16px;
  line-height: 1.8;
  color: #1a1a1a;
  margin-top: 24px;
  padding-right: 60px;
}
.life-1 .right{
  width: 57% !important;
  padding-left: 8px;
  /*padding-left: 65px;*/
  vertical-align: bottom;
  margin-bottom: 57px;
  color: #1a1a1a;
}
.life-1 .right h2 {
  font-size: 62px;
  line-height: 1;
}
.life-1 .right .desc{
  font-size: 16px;
  line-height: 1.8;
  margin-top: 35px;
}
.life-1 .right .img{
   /*display: flex;
  display: -moz-box; 
  display: -webkit-flex;
  display: -moz-flex; 
  display: -ms-flexbox; 
  -webkit-box-pack: justify;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;*/
  position: relative;
  padding-top: 169px;
}
.life-1 .right .img img:nth-child(1){
  position: relative;z-index: 1;
  width: 46%;
}
.life-1 .right .img .im1{
  width: 53%;
  padding-left: 30px;
} 
.life-1 .right .img .i1{
  position: absolute;
  top: 98px;
  left: 27%;
}
.life-2 img{
  width: 100%;
}
.life-2 .img2{
  margin-top: 20px;
}
.life-2 .text{
  padding-top: 121px;
  font-size: 16px;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 1280px) {
  .life-1 .left span{
    font-size: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .life-1 .left span {
  font-size: 80px;
}
.life-1{
padding: 50px 0;
}
.life-2{
padding-top: 0;
}
.life-2 .text{
padding-top: 60px;
}
}
@media screen and (max-width: 1000px) {
  .life-1 .left {
  width: 100% !important;
}
.life-1 .right {
  width: 100% !important;
  padding: 20px 0 0 0;
}
.life-1 .right .img{
display: none;
}
}

@media screen and (max-width: 700px) {
  .life-1 .left .con{
    padding-right: 0;
  }
  .life-1 .right{
    margin-bottom: 0;
  }
  .life-1 .right h2{
    font-size: 50px;
  }
  .life-1 .right .img{
    display: none;
  }
  .life-1{
    padding: 30px 0;
  }
  .life-2 .text{
    padding-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .life-1 .left span {
  font-size: 56px;
}
.life-1 .right h2 {
  font-size: 36px;
}
}

.e-1{
  padding: 76px 0 128px;
  position: relative;
  z-index: 1;
}
.e-1 .i1{
  width: 35%;
}
.e-1 .i2{
  width: 64%;
  padding-left: 42px;
}
.e-1 .i3{
  position: absolute;
  bottom: 0;
  left: 25%;
  z-index: -1;
}
.e-page .healthy-1{
  padding: 63px 0 0 0;
}
.e-2{
  padding: 75px 0 123px;
}
.e-2 .text{
  width: 55%;
  margin: 67px 0 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #1a1a1a;
}

@media screen and (max-width: 1200px) {
  .environment-page .environment-add2 .content .info{
    width: 49%;
  }
  .environment-page .environment-add2 .content .list{
    display: none;
  }
  .environment-page .environment-add2 .content{
    margin-top: 50px;
  }
  .environment-page .environment-add2{
    padding: 64px 0;
  }
}
@media screen and (max-width: 1000px) {
  .e-2 .text{
    width: 84%;
  }
  .environment-page .environment-add1 .box .header .arrow{
    margin: 0 20px;
  }
  .anmeiyj {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .e-1{
    display: none;
  }
  .e-2{
    padding: 30px 0;
  }
  .e-2 .text{
    width: 100%;
    margin: 30px auto 0;
  }
  .environment-page .environment-add1{
    display: none;
  }
  .environment-page .environment-add2{
    padding: 30px 0;
  }
  .environment-page .environment-add2 .content{
    display: block;
  }
  .environment-page .environment-add2 .content .info{
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
  .environment-page .environment-add2 .header h3{
    font-size: 50px;
  }
}
@media screen and (max-width: 500px) {
  .inner-page h2.title {
    font-size: 26px!important;
  }
}

.seoPublic h3.title,
    .seoPublic h1.title {
        font-size: 32px;
        font-weight: bold;
        line-height: 2;
        margin-bottom: 2em;
    }
    .seoPublic > div {
        padding: 60px 0;
    }
    /*.seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }*/
    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }
    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }
    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .seoPublic .Auxil-about .box .right h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 2;
        margin-bottom: 1em;
        font-family: 'Poppins-SemiBold';
    }
    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 2;
        color: #666;
    }
    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }
    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }
    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }
    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }
    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }
    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }
    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }
    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 0px;
    }
    .seoPublic .Auxil-news .list ul li .content h6 {
        font-size: 22px;
        line-height: 2;
        min-height: 3.5*20px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        font-family: "Poppins-SemiBold";
    }
    .seoPublic .Auxil-news .list ul li .content h6:hover {
        color: var(--primary);
    }
    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 2;
        margin: 1em 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 4.2em;
    }
    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 30px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }
    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--primary);
        color: var(--primary);
    }
    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }
    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }
    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }
    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--primary);
    }
    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }
    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--primary);
        color: whitesmoke;
        border: none;
    }
    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }
    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }
    .seoPublic .text a {
        color: var(--primary);
    }

    a.yejiaoguanjianci {
          color: inherit !important;
}
    .seoPublic .text a:hover {
        text-decoration: underline;
    }
    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }
    .seoPublic .Auxil-through a {
        display: block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }
    .seoPublic .Auxil-through a:hover {
        background: var(--primary);
        color: white;
    }
    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }
    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }
    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }
    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }
    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }
    .seoPublic .Auxil-related .list ul li .box .content h3 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }
    .seoPublic .Auxil-related .list ul li .box .content h3:hover {
        color: var(--primary);
    }
    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--primary);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--primary);
    }
    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }
    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--primary);
    }
    @media screen and (max-width: 1400px) {
        .seoPublic h3.title,
        .seoPublic h1.title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }
        .seoPublic .Auxil-about .box .right h3,
        .seoPublic .Auxil-related .list ul li .box .content h3 {
            font-size: 20px;
        }
        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
            line-height: 28px;
        }
        .seoPublic .Auxil-news .list ul li .content h6 {
            font-size: 18px;
            line-height: 32px;
        }
        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }
        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }
        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }
    @media screen and (max-width: 1000px) {
        .seoPublic h3.title,
        .seoPublic h1.title {
            font-size: 24px;
            margin-bottom: 1em;
        }
        #cp-Nav {
            display: block;
            margin-top: 20px;
        }
        #cp-Nav .nav {
            padding: 0 15px;
        }
        #cp-Nav .nav h3.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--primary);
            border-radius: 5px;
            color: white;
        }
        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }
        #cp-Nav .nav > ul {
            display: none;
        }
        #cp-Nav .nav ul {
            position: fixed;
            top: 140px;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }
        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }
        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }
    }
    @media screen and (max-width: 700px) {
        .seoPublic .Auxil-about .box{
            display: block;
        }
        .seoPublic .Auxil-about .box .left{
            display: none;
        }
        .seoPublic .Auxil-about .box .right{
            width: 100%;
            padding: 0;
        }
        .seoPublic > div{
            padding: 30px 0;
        }
        .Auxil-industry{
            display: none;
        }
    }
    .Industryknowledge h2 {
          font-size: 24px;
    }

#index-body .about .about-content .left .shouyeh h1 {
  display: inline;
}
.seoPublic .Auxil-about .box .right .text a {
  color: inherit;
}


.product-page .sidebar-right ul li .content .destong {
  font-size: 14px;
  line-height: 2;
}

.yucatfoot2 {
  font-size: 14px;
  line-height: 2;
}