@font-face {
  font-family: 'mon';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype'), url(../fonts/Montserrat-Light.eot) format('eot'), url(../fonts/Montserrat-Light.woff) format('woff'), url(../fonts/Montserrat-Light.woff2) format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'coal';
  src: url(../fonts/Coalition.ttf) format('truetype'), url(../fonts/Coalition.eot) format('eot'), url(../fonts/Coalition.woff) format('woff'), url(../fonts/Coalition.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'tcm';
  src: url(../fonts/TwCenMT-Regular.ttf) format('truetype'), url(../fonts/TwCenMT-Regular.eot) format('eot'), url(../fonts/TwCenMT-Regular.woff) format('woff'), url(../fonts/TwCenMT-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
:root {
  --base-color: #0298e8;
  --color: #0298e8;
}
body,
html {
  font-size: 62.5%;
  background: #161616;
}
body {
  font-family: "pop";
  max-width: 100%;
  margin: 0 auto;
  font-weight: 400;
}
.ui.container {
  padding: 0 0px;
  position: relative;
  max-width: 1400px;
  width: 95%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 9;
  position: fixed;
  width: 100%;
  left: 0;
  top: 10px;
}
#header.on {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
  background:#1e1e1e;
}
#header .nav {
  display: inline-block!important;
  width: 100%;
  background: transparent;
  position: relative;
}
#header .nav .feedback {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--base-color);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}
#header .nav .feedback i {
  font-size: 24px;
  color: #d8d8d8;
}
#header .nav .feedback:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #1e1e1e;
}
#header .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1400px;
}
#header .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right:0;
  vertical-align: middle;
}
#header .ui.menu .logo img{width: 70%;}
#header .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .ui.menu .menu-box ul.menu > li {
  margin: 0 36px;
  font-size: 16px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .ui.menu .menu-box ul.menu > li:hover,
#header .ui.menu .menu-box ul.menu > li.active{

  color: var(--base-color);
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .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: #d8d8d8;
  top: 100%;
  left: -10px;
  width: 180px;
  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(--base-color);
  display: none \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .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 .ui.menu .language {
  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;
  position: relative;
  margin-left: 0px;
  margin-right: 00px;
}
#header .ui.menu .language span {
  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;
  line-height: 2;
}
#header .ui.menu .language span img {
  margin-right: 15px;
}
#header .ui.menu .language span .fa-angle-down {
  font-size: 14px;
  margin-left: 12px;
}
#header .ui.menu .language ul.lang {
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #d8d8d8;
  top: 100%;
  left: 0;
  width: 120px;
  -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(--base-color);
  display: none;
  z-index: 99;
}
#header .ui.menu .language ul.lang li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: #000;
  -webkit-transition: 0.5s all, line-height 0s;
  -moz-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
  text-transform: capitalize;
}
#header .ui.menu .language ul.lang li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
#header .ui.menu .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#header .ui.menu .language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#header .ui.menu .language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #d8d8d8;
}
#header .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 20px;
  cursor: pointer;
  cursor: hand;
}
#mobile .menu-content .menu-list ul.menu > li > .sub-menu > li > a {
  font-weight: bold;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #d8d8d8;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  position: relative;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--base-color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--base-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--base-color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
  border: none;
}
table tbody {
  display: table;
  width: 100% !important;
  table-layout: fixed;
}
table td,
table th {
  padding: 5px 10px;
  /*border: 1px solid #666;*/
  width: auto !important;
  height: auto !important;
  border: none!important;
}
/*table td img, table th img{
  width: auto!important;
}*/
 table tr {
  width: auto !important;
  height: auto !important;
}
/*table tr:nth-child(even) {
  background: #eee;
}*/
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--base-color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #d8d8d8 !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--base-color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--base-color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--base-color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
a.more {
  height: 42px;
  line-height: 42px;
  display: inline-block;
  padding: 0 40px;
  border: 2px solid #d8d8d8;
  font-size: 16px;
  color: #d8d8d8;
  background: transparent;
}
a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
  border-color: var(--base-color);
}
.gxs-1 {
  position: relative;
}
.gxs-1 .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gxs-1 .content .ui.container {
  text-align: center;
}
.gxs-1 .content .ui.container .h2 {
  color: #d8d8d8;
  line-height: 1;
  margin-bottom: 55px;
}
.gxs-3 {
  position: relative;
}
.gxs-3 .text {
  position: absolute;
  text-align: center;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 630px;
  display: inline-block;
}
.gxs-3 .text .h2 {
  font-size: 77px;
  color: #f0cf49;
  font-family: "coal";
  line-height: 1;
}
.gxs-3 .text .h2 em {
  color: #0020d9;
  font-size: 101px;
}
.gxs-3 .text .tag {
  color: #d8d8d8;
  font-family: "tcm";
}
.gxs-3 .tips {
  position: absolute;
  right: 60px;
  bottom: 35px;
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
}
.gxs-4 {
  padding: 100px 0 100px 0;
  background: #161616;
  color: #d8d8d8;
}
.gxs-4 .ui.container {
  text-align: center;
}
.gxs-4 .ui.container .h3 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}
.gxs-4 .ui.container .content {
  line-height: 1.5;
  margin-bottom: 40px;
}
.gxs-4 .ui.container .content p {
  max-width: 930px;
  margin: 0 auto;
}
.gxs-4 .ui.container ul.data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1045px;
  margin: 0 auto;
}
.gxs-4 .ui.container ul.data li {
  display: inline-block;
  text-align: center;
  margin-bottom: 58px;
}
.gxs-4 .ui.container ul.data li span {
  font-family: "tcm";
}
.gxs-4 .ui.container .btm {
  margin-bottom: 35px;
  position: relative;
}

.gxs-4 .ui.container .btm .play{
  display: inline-block;
  position: absolute;
  left:50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  cursor: pointer;
}
.gxs-4 .ui.container .btm .play em{
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  
  border:1px solid #fff;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 100%;
}
.gxs-4 .ui.container .btm .play em i{
  font-size: 36px;
  color: var(--base-color);
  margin-left: 5px;
}
.gxs-4 .ui.container .btm .play .h4{
  color: #FFF;
  font-weight: 700;
  width:100%;
  display: block;
}
.gxs-4 .ui.container .btms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.gxs-4 .ui.container .btms .column {
  padding: 12px;
}
.gxs-4 .ui.container .btms .column .item {
  position: relative;
}
.gxs-4 .ui.container .btms .column .item .h4 {
  color: #d8d8d8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "mon";
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
#footer {
  background: #212121;
  padding-top: 35px;
}
#footer .logo img{ width: 164px;}
#footer .ui.container {
  text-align: center;
}
#footer .ui.container .top {
  margin-bottom: 25px;
}
#footer .ui.container .formbox {
  width: 100%;
}
#footer .ui.container .formbox form {
  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;
}
#footer .ui.container .formbox form input[type="text"] {
  border: none;
  height: 50px;
  line-height: 50px;
  padding: 0 15px 0 42px;
  font-size: 16px;
  background: transparent;
  color: #d8d8d8;
  width: -webkit-calc(33.33% - 70px);
  width: -moz-calc(33.33% - 70px);
  width: calc(33.33% - 70px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .ui.container .formbox form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .ui.container .formbox form input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .ui.container .formbox form input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .ui.container .formbox form input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .ui.container .formbox form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .ui.container .formbox form input[name="name"] {
  background-image: url(../images/form-icon-1.png);
  background-position-y: center;
  background-position-x: 10px;
  background-repeat: no-repeat;
}
#footer .ui.container .formbox form input[name="mail"] {
  background-image: url(../images/form-icon-2.png);
  background-position-y: center;
  background-position-x: 10px;
  background-repeat: no-repeat;
}
#footer .ui.container .formbox form input[name="content"] {
  background-image: url(../images/form-icon-3.png);
  background-position-y: center;
  background-position-x: 10px;
  background-repeat: no-repeat;
}
#footer .ui.container .formbox form input[type="submit"] {
  width: 150px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  background: var(--base-color);
  color: #d8d8d8;
  font-size: 16px;
  font-family: "pop";
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
#footer .ui.container .formbox form input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#footer .ui.container .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 75px;
  padding-bottom: 90px;
}
#footer .ui.container .center > div {
  display: inline-block;
  text-align: left;
}
#footer .ui.container .center > div .h4 {
  font-family: "mon";
  font-weight: 400;
  color: #d8d8d8;
  margin-bottom: 15px;
  text-transform: capitalize;
}
#footer .ui.container .center > div ul li {
  font-family: "mon";
  font-weight: 300;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
#footer .ui.container .center > div ul li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 310px;
  display: inline-block;
}
#footer .ui.container .center > div ul li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#footer .ui.container .center > div ul li p {
  max-width: 250px;
}
#footer .ui.container .center > div.ewmbox {
  text-align: center;
}
#footer .ui.container .center > div.ewmbox #ewm {
  margin: 0 auto;
}
#footer ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

  margin-top: 20px;
}
#footer ul.sharelist li {
  margin: 0 6px;
}
#footer ul.sharelist li a:hover i {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#footer ul.sharelist li a i {
  font-size: 20px;
  color: #d8d8d8;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .more{color: #fff; font-size: 18px; background: #0298e8; margin-top: 20px; height: 40px; line-height: 40px;}
#footer .ui.container .center > div #ewm {
  width: 154px;
  height: 154px;
  padding: 10px;
  background: #d8d8d8;
}
#footer .footer-bottom {
  position: relative;
  padding: 0;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .footer-bottom .ui.container {
  padding: 5px 0;
  width: 95%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1300px;
}
#footer .footer-bottom .ui.container .center {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
}
#footer .footer-bottom .ui.container .center .right {
  width: auto;
  position: relative;
  top: 5px;
}
#footer .footer-bottom .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-bottom p {
  font-size: 16px;
  line-height: 30px;
  color: #d8d8d8;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a:hover {
  color: var(--base-color) !important;
}
#footer .footer-bottom svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #d8d8d8;
  position: relative;
  left: 10px;
  top: 0px;
}
#footer .footer-bottom svg text {
  fill: #d8d8d8;
}
#footer .footer-bottom svg:hover {
  fill: var(--base-color);
}
#footer .footer-bottom svg g.en {
  display: block;
}
#footer .footer-bottom svg g.cn {
  display: none;
}
.font-60 {
  font-size: 60px;
}
.font-48 {
  font-size: 48px;
}
.font-72 {
  font-size: 72px;
}
@media screen and (max-width: 1600px) {
  .gxs-3 .text .h2 {
    font-size: 50px;
  }
  .gxs-3 .text .h2 em {
    font-size: 77px;
  }
  .font-72 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px) {
  #header .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  #header .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
    font-size: 16px;
  }
  .gxs-3 .text .h2 {
    font-size: 40px;
  }
  .gxs-3 .text .h2 em {
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .font-60 {
    font-size: 40px;
  }
  .gxs-3 .text .h2 {
    font-size: 25px;
  }
  .gxs-3 .text .h2 em {
    font-size: 40px;
  }
  .font-72 {
    font-size: 24px;
  }
  .font-36 {
    font-size: 24px;
  }
  .gxs-4 {
    padding: 80px 0 60px 0;
  }
  .font-48 {
    font-size: 36px;
  }
  .gxs-1 {
    margin-top: 40px;
  }
  #footer .ui.container .center > div.quick {
    display: none;
  }
  #footer .ui.container .formbox form input[type="text"] {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  #footer .ui.container .formbox form input[name="content"] {
    width: 100%;
  }
  #footer .ui.container .formbox form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-bottom p {
    font-size: 12px;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
  }
  #footer .footer-bottom .ui.container {
    -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-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;
  }
  #footer .footer-bottom .ui.container p {
    text-align: center;
  }
  .mb-nav {
    display: none;
  }
  .gxs-3 .text {
    display: none;
  }
  .font-60 {
    font-size: 36px;
  }
  a.more {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    display: inline-block;
  }
  .gxs-3 .tips {
    font-size: 24px;
    bottom: 10px;
    right: 20px;
  }
  .font-16 {
    font-size: 14px;
  }
  .gxs-1 .content .ui.container .h2 {
    margin-bottom: 20px;
  }
  #footer .ui.container .formbox form input[type="text"] {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .font-60 {
    font-size: 20px;
  }
  .font-48 {
    font-size: 24px;
  }
  .gxs-4 .ui.container ul.data li {
    width: 100%;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.play2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #d8d8d8;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #d8d8d8;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#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%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -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: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -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: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  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: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
#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: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: var(--base-color);
}
#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: var(--base-color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: white;
  right: 2%;
  bottom: 5%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 999;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  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: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--base-color) !important;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #d8d8d8;
  right: 25px;
  bottom: 120px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 999;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
.mb-nav {
  position: relative;
  padding: 20px;
  display: none;
}
.mb-nav h5 {
  font-size: 24px;
  font-weight: bold;
  background: #7bc21f;
  color: #222;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav h5:hover {
  color: #d8d8d8;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav .catebox {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 99;
  background: #d8d8d8;
  display: none;
}
.mb-nav .catebox i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  z-index: 9999;
  font-size: 20px;
  padding: 20px;
}
.mb-nav .catebox i:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #7bc21f;
}
.mb-nav .catebox ul.catelist > li {
  margin: 5px 0;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.mb-nav .catebox ul.catelist > li ul.sub-menu {
  width: 100%;
}
.mb-nav .catebox ul.catelist > li ul.sub-menu li li {
  padding-left: 20px;
  margin: 5px;
  font-size: 14px;
  color: #000;
}
.mb-nav .catebox ul.catelist > li li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav .catebox ul.catelist > li li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #7bc21f;
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
.seo_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#seo_about ._box {
  margin: -15px;
}
#seo_about ._left,
#seo_about ._right {
  padding: 15px;
}
#honor_list ul {
  margin: -15px;
}
#honor_list ul li {
  padding: 15px;
}
#news_list ul {
  margin: -15px;
}
#news_list ul li {
  padding: 15px;
}
#news_list ._time span {
  display: inline-block;
  padding: 5px;
}
#news_list ._time span._cate {
  color: #d8d8d8;
  background-color: #000000;
}
#news_list ._time span._date {
  background-color: #CCCCCC;
}
#news_list ._table {
  padding: 20px;
  border: 2px solid #CCCCCC;
}


/*inner css kaishi*/
.inner-page{
  background: #262626;
  color: #d8d8d8;
}
.inner-banner {
    padding: 750px 0 200px 0;
    height: 850px;
   background-image: linear-gradient(90deg, #0e0e0e, #1b1a1a);
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
        background-attachment: fixed;
    z-index: 1;
    
}
 .inner-banner  .videobox{
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
   height: 100%;
   background: #262626;
   text-align: center;
 }
  .inner-banner  .videobox video{
    margin-left: auto;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
.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-weight: 600;
    text-align: left;
}
.inner-banner .box .mbx {
    color: white;
    font-size: 16px;
    line-height: 2;
    text-transform: capitalize;
    margin-top: 2px;
       text-align: left;
}
.inner-banner .box .mbx span {
    color:  #0298e8;
}
.inner-banner .box .mbx a,
.inner-banner .box .mbx span {
    margin: 3px;
}
.inner-page {
    position: relative;
    z-index: 1;
     background-image: linear-gradient(90deg, #0e0e0e, #1b1a1a);
}
.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:#0298e8;
    margin-bottom: 10px;
    FONT-WEIGHT: 600;
}
.inner-page .sidebar-left .box ul li {
  font-size: 18px;
  line-height: 2;
    color: #d8d8d8;
    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 >a,
.inner-page .sidebar-left .box ul li.active>a {
    color:  #0298e8;
    font-weight: bold;
}
.inner-page .sidebar-left .box ul li ul {
    padding-left: 10px;
    display: block;
}
.inner-page .sidebar-left .box ul li.active a.child {
    color:  #0298e8;
}
.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 .m-page {
    padding: 10px 0;
    /*border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;*/
    margin-top: 30px;
    font-size: 14px;
    color: #c3c3c3;
}
.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: #0298e8;
  color: #d8d8d8;
}
.inner-page .m-page a:hover,
.inner-page .m-page .cud {
    color:  #0298e8;
}
.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: 2;
    font-size: 18px;
}
.about-page .about-1 .left h3 {
    font-size: 24px;
    line-height: 2;
    color:#0298e8;
   
}
.about-page .about-1 .left h4{
  font-size: 30px;
    line-height: 2;
    color: #d8d8d8;
    font-weight: 600;
    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: 14px;
    color: #707070;
    line-height: 24px;
}
.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: #ff4545;
    -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: 55px 0 0px;
    text-align: center;
}
.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: 30px;
  
    font-weight: bold;
    color:#e8f3f9;
    margin: 20px 0 30px;
   
}
.about-page .about-3 ul li p {
    color: #f9f4f4;
    line-height: 1.5;
    font-size: 16px;
}
.about-page .about-4 h3 {
    font-size: 44px;
    line-height: 2;
    color: #333;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}
.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: 2;
    color: #333;
    text-align: center;
    text-transform: capitalize;
}
.faq-page h3 {
    font-size: 44px;
    color: #333;
    font-weight: 600;
    line-height: 2;
    padding: 3px 0;
    text-align: center;
    margin-top: 80px;
}
.faq-page h4 {
    font-size: 18px;
    color: #333;
    line-height: 2;
    padding: 3px 0;
    text-align: center;
    margin-top: 25px;
}
.gallery-page h3 {
    font-size: 44px;
    color: #333;
    font-weight: 600;
    line-height: 2;
    padding: 3px 0;
    text-align: center;
    margin-bottom: 40px;
}
.gallery-page h4 {
    font-size: 18px;
    color: #333;
    line-height: 2;
    padding: 3px 0;
    text-align: center;
    margin-top: 25px;
}

.faq-page p {
    font-size: 14px;
    color: #777;
    line-height: 2;
    margin-bottom: 10px;
}
.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;
    cursor: hand;
}
.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:  #0298e8;
}
.faq-page .bottom ul li.active h3 {
    background:  #0298e8;
    color: white;
}
.faq-page .bottom ul li.active h3:after {
    content: "\f068";
    color: white;
}
.product-page .sidebar-box {
    padding: 30px 0;
  
}
.product-page .sidebar-right ul {
    text-align: left;
    margin: -10px;
    
}
.product-page .sidebar-right ul.sharelist{
  display: flex;
  justify-content: flex-start;
}
.product-page .sidebar-right ul li {
    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;
}

.product-page .about-3 {
    padding: 75px 0;
    text-align: center
}

.product-page .about-3 ul {
    margin: 0 -20px
}

.product-page .about-3 ul li {
    padding: 0 20px
}

.product-page .about-3 ul li i {
    display: block
}

.product-page .about-3 ul li i img {
    max-height: 70px
}

.product-page .about-3 ul li h4 {
    font-size: 30px;
    font-weight: 700;
    color: #e8f3f9;
    margin: 20px 0 30px
}

.product-page .about-3 ul li p {
    color: #f9f4f4;
    line-height: 2;
    font-size: 16px
}

.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: #d8d8d8!important;
}
.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:  #0298e8;
    position: absolute;
    right: 0;
    top: 0;
}
.product-page .sidebar-right ul li .content h4 {
    display: block;
    font-size: 16px;
    line-height: 1.5;

    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: left;
}
/*.product-page .sidebar-right ul li .box:hover{
      border: 2px solid transparent;
  box-shadow:  0px 8px 10px rgba(0, 0, 0, 0.2);
}*/

.product-page .sidebar-right ul li .content p{
  font-size: 22px;
    color: #0298e8;
    text-align: left;
    line-height: 1.5;
   margin-top: 30px;
   font-weight: bold;
    /*height: 30px;*/
}
.product-page .sidebar-right ul li .content table p{color: #d8d8d8; font-weight: normal;}
.cloudzoom-blank,
.cloudzoom-zoom-inside {
    cursor: crosshair;
}
.prodet-page .prodet-1 {
    margin-top: 0px;
    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:  #0298e8;
}
.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:  #0298e8;
}
.prodet-page .prodet-1 .img .gallery ul:hover .slick-arrow {
    opacity: 1;
}
.prodet-page .prodet-1 .text {
    padding-left: 20px;
}
.prodet-page .prodet-1 .text h3,
.prodet-page .prodet-1 .text h1 {
    font-size: 30px;
    line-height: 1.5;
    color: #d8d8d8;
    padding-top: 10px;
      
}
.prodet-page .prodet-1 .text h3,
.prodet-page .prodet-1 .text h2 {
      font-size: 24px;
    line-height: 1.8;
    color: #0298e8;
    /* padding-top: 10px; */
    
    font-weight: 600;
}
.prodet-page .prodet-1 .text h2{font-size: 18px;}
.prodet-page .prodet-1 .text .content {
    padding: 25px 0;
    margin: 20px 5PX;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
 
    font-size: 18px;
    
    color: #d8d8d8!important
}
.prodet-page .prodet-1 .text .content h4{
  font-size: 14px;

}
.prodet-page .prodet-1 .text .content ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
   margin-top: 30px;
}
.prodet-page .prodet-1 .text .content ul li{
  display:flex;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
 

  
}
.prodet-page .prodet-1 .text .share{
  display: flex;
}
.prodet-page .prodet-1 .text .content ul li img{
  max-width: 20px;
  filter: invert(1);
  margin-right: 10px;
}
.prodet-page .prodet-1 .text .content .text:nth-child(1){
    display: none;
}
.prodet-page .prodet-1 .text .more .contact{
    display: block;
     width: 180px; 
     height: 45px; 
     line-height: 48px; 
    background:  #0298e8; 
    text-align: center; 
    font-size: 16px; 
    text-transform: uppercase; 
    color: #fff;
    float: left;
    margin-right: 20px;
    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: #4267b2;
    color: #d8d8d8;
}
.prodet-page .prodet-1 .text .share ul li:nth-child(2) a{
    background: #1da1f2;
}
.prodet-page .prodet-1 .text .share ul li:nth-child(3) a{
    background: #00c300;
}
.prodet-page .prodet-1 .text .share ul li:nth-child(4) a{
    background: #00c800;
}
.prodet-page .prodet-1 .text .share ul li:nth-child(5) a{
    background: #0077b5;
}
.prodet-page .prodet-1 .text .share ul li:nth-child(6) a{
    background: #bd081c;
}
.prodet-page .prodet-1 .text .share ul li:nth-child(7) a{
    background: #94d228;
}
.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: #d8d8d8;
}
.prodet-page .prodet-1 .text .share ul li:hover {
    color:  #0298e8;
}
.prodet-page .prodet-2 {
    padding:0;
    border-top: 1px solid #eee;
   
}
.prodet-page .prodet-2 .top {
    text-align: center;
}
.prodet-page .prodet-2 .top ul li {
    font-size: 24px;
    /* font-weight: 600; */
    line-height: 1.8;
    color: #525252;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 15px;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .top ul li.active,
.prodet-page .prodet-2 .top ul li:hover {
    color: #229e2e;
}
.prodet-page .prodet-2 .bottom {
    padding-top: 50px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.prodet-page .prodet-2 .bottom table img{background: #201f1f;}
.prodet-page .prodet-2 table td{padding: 5px 50px;}
.prodet-page .prodet-2 table strong{font-size: 30px;margin-bottom: 30px;}
.prodet-page .prodet-3 {
 
   
    margin: 0 0 0px 0;
}
.prodet-page .prodet-3 h3 {
    font-size: 30px;
    line-height: 2;
    color: #d8d8d8;
    font-weight: 600;
    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 p{    color: #0298e8;
    text-align: left;
    line-height: 1.5;
    margin-top: 30px;
    font-weight: 700;
    height: 30px;}
.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:  #0298e8;
    position: absolute;
    right: 0;
    top: 0;
}
.prodet-page .prodet-3 .list ul li .content h4 {
    display: block;
    font-size: 16px;
    line-height: 2;
    /*font-weight: bold;*/
    color: #d8d8d8;
    margin-top: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;    
    text-align: left;
}
.prodet-page .prodet-3 .list ul li .content h4:hover {
    color:  #0298e8;
}
.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;
    
    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: 2;
    color: #d8d8d8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: bold;
}
.news-page ul li .content h3:hover {
    color:  #0298e8;
}
.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:  #0298e8;
}
.news-page ul li .content p {
    font-size: 16px;
    color:#d8d8d8;
    line-height: 2;
    margin-bottom: 20px;
}
/*.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: #333;
    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 h3 {
    font-size: 30px;
    line-height: 1.8;
    color: #333; 
       
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page h3:hover {
    color:  #0298e8;
}
.newdet-page .tag {
    font-size: 14px;
    line-height: 2;
    color: #999;
    display: block;
    margin: 10px 0;
}
.newdet-page .tag i {
    color:  #0298e8;
}
.newdet-page .content {
    font-size: 16px;
    line-height: 2;
    color: #d8d8d8;
    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: #999;
    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:  #0298e8;
}
.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:  #0298e8;
}
.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:  #0298e8 !important;
}
.contact-page .contact-2 .box {
    padding: 80px 0;
    
}
.contact-page .contact-2 .box h3 {
    font-size: 44px;
    line-height: 2;
    color: #d8d8d8;
    margin-bottom: 14px;
    font-weight: 600;
}
.contact-page .contact-2 .box h4 {
    font-size: 48px;
    line-height: 2;
    color: #d8d8d8;
    margin-bottom: 20px;
    font-weight: 600;
}
.contact-page .contact-2 .box p {
    font-size: 15px;
    line-height: 2;
    color: #d8d8d8;
    margin-bottom: 20px;
}
.contact-page .contact-2.new .box p{
  margin-bottom: 0;
}
.contact-page .contact-2 .box text {
    font-size: 30px;
    line-height: 2;
    color:#0298e8;
    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: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.contact-page .contact-2 .box .left .list ul li h4 {
    font-size: 20px;
    line-height: 2;
    color: #d8d8d8;
    /*font-weight: 600;*/
    margin-bottom: 10px;
}
.contact-page .contact-2 .box .left .list ul li h4 i {
    font-size: 26px;
    color:#0298e8;
    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: #d8d8d8;
    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: 50%;
}
.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: #eaeaea;
    display: block;
    margin-bottom: 5px;
}
.form form ul li input,
.form form ul li textarea {
    width: 80%;
    line-height:2;    border-radius: 10px;
    border: 1px solid #c6cbc8;
    padding:0px 10px;
    font-size: 16px;
   
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: transparent;
    
    color: #727272;
    
}
.form form ul li input:focus,
.form form ul li textarea:focus {
    border-color:  #0298e8;
}
.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"] {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 8px 40px;
    background-color:#0298e8;
    font-size: 20px;
    font-weight: 600;
    color: white;
    border: 0px;
}
.form form ul li input[type="submit"]:hover {
    color: white;
    background: #222;
}
.prodet-page .prodet-2 .bottom .form h3 {
  font-size: 24px;
  line-height: 1.8;
  color: #d8d8d8;
  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:  #0298e8 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;
}
.contact-page .contact-2.new{
    /*background: #f5f5f5;*/
    padding: 6rem 0;
}
.contact-page .contact-2.new .box{
  text-align: center;
}
.contact-page .contact-2.new .contact-link-icon{
  font-size: 48px; color: var(--color);
  }
.contact-page .contact-2.new .list ul {
    margin: -10px;
}
.contact-page .contact-2.new.list ul li {
    padding: 10px;
    text-align: center;
}
.contact-page .contact-2.new.list ul li .box {
    padding: 20px;
    background-color: white;
        border-radius: 30px
}
.contact-page .contact-2.new .list ul li .box span.h6 {
    font-size: 18px;
    font-weight: bold;
}
.contact-page .contact-2.new .list ul li .box .text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 1.5em;
}
.contact-page .contact-2.new .header p {
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin-bottom: 15px;
}
.contact-page .contact-2.new .header .section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}
.contact-page .contact-2.new .header .section-title span {
    color: var(--color);
}
.contact-page .contact-2.new .content ul {
    margin-right: -2rem;
}
.contact-page .contact-2.new.content ul li {
    padding-right: 2rem;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
}
.contact-page .contact-2.new .content ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background-color: #fff;
}
.contact-page .contact-2.new .content ul li .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color);
    padding: 9px 14px;
    color: #fff;
}
.contact-page .contact-2.new .content ul li .title h6 {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
    color: #000;
}
.contact-page .contact-2.new .content ul li .accordion-info {
    display: none;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}
.contact-page .contact-2.new .content ul li.active .title {
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.contact-page .contact-2.new .content ul li.active .title h6 {
    color: #fff;
}
.contact-page .contact-2.new .content ul li.active .title::after {
    background: #fff;
    color: var(--color);
}

@media screen and (max-width: 1200px) {
   
    .contact-page .contact-2.new .content ul li {
        width: 50%;
    }
}
@media screen and (max-width: 1000px) {
  
}
@media screen and (max-width: 700px) {
    .contact-page .contact-2.new .content ul li {
        width: 100%;
    }
}
@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: 1280px) {
  .inner-banner{
    padding: 200px 0;
  }
}

@media screen and (max-width: 1250px) {
    .inner-banner .box h3 {
        font-size: 20px;
        line-height: 2;
    }
    .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: left;
    }
    .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;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page .contact-2 .box .left {
        width: 40%;
    }
    .form {
        width: 60%;
    }
    #mapContainer {
        height: 300px !important;
    }
    .contact-page .contact-2 .box h3 {
        font-size: 20px;
        line-height: 1.8;
    }
    .newdet-page h3 {
        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;
        margin-top: 60px;
        padding: 40px 0;
    }
    .inner-banner .box .mbx{
      line-height: 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: 100% !important;
    }
}
@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: 20px;
    }
    .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: 2;
    }
}

.prodet-page a.btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 24px;
  line-height: 2;
  color: #d8d8d8;
  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: 2;
}

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

.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 transparent;
}
.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: #d8d8d8;
}
.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: 2;
    padding-bottom: 10px;
}
.faq-page .init-2 ul.faq li div{
  font-family: Arial;
}
.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:  #0298e8;
}
/*add*/
.service-page{
        padding:80px 0;
        text-align:center;
    }
    .service-page .head-box h3{
        font-weight: 600;
    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:#d8d8d8;
        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: 2;
    padding-bottom: 10px;
    font-size: 30px!important;
    color: #d8d8d8;
    font-weight:bold;
}
 .inner-page .sidebar-right p{
    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 5px;
  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-weight: 600;
    color: #d8d8d8;
}
.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;
  padding-top: 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: 15px;
    /* text-transform: uppercase; */
    color: #d8d8d8;
    line-height: 2;
}
.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) {
  margin-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: 2;
    COLOR:#0298e8;
}
.about-page2 .about-2 .left ul li span {
  display: block;
  font-size: 20px;
  line-height: 2;
}
.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 50px;
  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: #d8d8d8;
  background-color:var(--base-color);;
}
.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 #7daf2a;
}
.about-page2 .about-4 .star-box {
  margin-top: 30px;
}
.about-page2 .about-4 .star-box i {
  color: #ffc821;
  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: 1200px) {
  .about-page2 .about-1 .left .img .year h2 {
    font-size: 60px;
  }
  .about-page2 .about-1 .right {
    padding-left: 30px;
  }
  .about-page2 .about-2 .left ul li:not(:last-child) {
    margin-right: 40px;
  }
  .about-page2 .about-2 .left ul li h3 {
    font-size: 50px;
  }
}
@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;
  }
}
@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: 0;
  }
  .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;
  }
}
.home-title h2 {
        font-size: 44px;
    line-height: 2;
    /* text-transform: uppercase; */
    font-weight: 600;
    color: #d8d8d8;
}

.inner-line {
    font-size: 14px;
    color: #7daf2a;
    letter-spacing: 3px;
}

.environment-page h2.title {
  text-transform: none;
  text-align: center;
  /*text-transform: uppercase;*/
  font-size: 2rem;
    color: #180f08;
    font-weight: 600;
    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: #289a32;
  border-radius: 50%;
  color: #d8d8d8;
  padding-top: 29px;
}
.environment-page .environment-add1 .box .header .info p{
  font-size: 28px;
  font-family: 'MB';
  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: 2;
   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: 2;
   color: #363636;
   font-family: 'MSB';
}
.environment-page .environment-add2 .header h3{
   font-size: 65px;
   line-height: 2;
   color: #289a32;
   font-family: 'MB';
   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: 16px;
  color: #2e2e2e;
  line-height: 2;
}
.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: #289a32;
  position: absolute;
  top: 0;
  left: 0;
}
.environment-page .environment-add2 .content .info::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 40px solid #289a32;
  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: #289a32;
  border-radius: 50%;
  text-align: center;
  line-height: 61px;
  color: #d8d8d8;
  font-size: 24px;
  font-family: 'MB';
  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 #289a32;
	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: 2;
  color: #030303;
  padding-left: 20px;
  font-family: 'MB';
  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: 2;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}
.environment-page .environment-1 h5 {
    display: block;
    max-width: 1280px;
    margin: 0 auto;
    font-size: 18px;
    color: #4e4243;
    line-height: 2;
    text-align: center;
    /* font-weight: 600; */
    margin-bottom: 100px;
}
.environment-page .environment-1 .box {
/*  padding-top: 80px;*/
}
.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: 1.7rem;
    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: #7bc21f;
  background: #7bc21f;
  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: 2;
}
.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: #289a32;
  font-weight:700;
  line-height: 2;
}
.environment-page .environment-3 .box ul li .text p {
  display: block;
  font-size: 17px;
  line-height: 2;
  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: #7bc21f;
  background: #7bc21f;
  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-weight: 600; 
    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-weight: 600; */
    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: 1rem;
}
.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;
  font-family: 'Open Sans', sans-serif, Arial;
}
.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: 2rem;
}
.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-weight: 600;
    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: #7bc21f;
  background: #7bc21f;
  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: 2;
    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-weight: 600;*/
}
.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: 2;
  display: block;
}
.social-page .social-1 h2.title {
  font-size:44px;
  color: #333;
  font-weight: 600;
}

.social-page .social-2 h2.title {
  font-size:44px;
  color: #333;
  font-weight: 600;
}
.social-page .social-3 h2.title {
  font-size:44px;
  color: #333;
  font-weight: 600;
}
.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: #7bc21f;
  background: #7bc21f;
  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: #d8d8d8;    
    line-height: 2;
    text-align: center;
    font-weight: 600;
}
.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: #a5bb40;
}
.why-choose-us-page .box ul li .text h3 {
font-size: 34px;
    color: #d8d8d8;
    font-weight: 700;
    line-height: 2;
}
.plastic-2 h5 {    
	font-size: 40px;
    color: #d8d8d8;
    font-weight: 700;
    text-align: center;
    margin-bottom: 100px;
}
.why-choose-us-page .box ul li .text .content {
    display: block;
    font-size: 18px;
    color: #d8d8d8;
    line-height: 2;
    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: #d8d8d8;
    font-weight: 600;
}
.strength-page .strength-img{
  padding: 4rem 0;
  text-align: center;
  background: #d8d8d8;
}
.strength-page .strength-1 {
  padding: 80px 0 0px;
  text-align: center;
}
.strength-page .strength-1 .text {
    font-size: 18px;
    color: #d8d8d8;
    line-height: 2;
    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: #1e1e1e;
}
.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: #1e1e1e;
}
.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-weight: 600;
}
.strength-page .strength-3 .box ul li .text .content {
  display: block;
  font-size: 18px;
  color: #d5d5d5;
  line-height: 2;
  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: 2;
    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: #7bc21f;
    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-weight: 600;
}
.strength-page .strength-4 a.more {
display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    background: #7bc21f;
    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: 50px;
}
.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; 
    line-height: 2;
}

@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: 2;
    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: 2;
  }
  .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: 2;
  }
  .social-page .social-4 ul li .text h3 {
    font-size: 30px;
    line-height: 2;
  }
  .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: 2;
  }
  .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: 2;
  }
  .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: 2;
  }
  .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: 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: 2;
  }
  .news-page ul li .content p{
  line-height: 2;
}
}
@media screen and (max-width: 700px) {
 .environment-page .environment-1{
   padding: 30px 0;
 }
 .environment-page .environment-1 h3{
   font-size: 30px;
   line-height: 2;
 }
  .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: 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: 2;
  margin-top: 30px;
}
.faq-page .init-2 ul.faq li h2{
  font-size: 18px;
  line-height: 2;
}
.faq-page .init-2 ul.faq li{
  padding: 10px 15px;
}
.faq-page .init-2 ul.faq li p{
  font-size: 14px;
  line-height: 2;
}
.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 h3{
  line-height: 2;
}
.newdet-page .content{
  line-height: 2;
}
.contact-page .contact-2 .box .left{
  padding-left: 0;
}
.contact-page .contact-2 .box h4{
  font-size: 36px;
}
.contact-page .contact-2 .box .left .list ul li p{
  font-size:18px;
  line-height: 2;
}
}
@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: 2;
  }
  .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;
  font-family: 'MB';
  margin-top: 19px;
}
.truth-page .top h3::before{
  content: '';
  width: 34.61%;
  height: 16px;
	background-color: var(--base-color);
  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: #18a422;
  }
  .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: #18a422;
  }
  .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;
     font-family: 'MB';
     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;
    font-family: 'MB';
    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);
    font-family: 'MB';
    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;
    font-family: 'MB';
  }
  .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;
    }
  }
  @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;
    }
}

#index-body .news .content ul li .text p {
  line-height: 2;
  font-size: 16px;
  color: #626262;
}
  @media screen and (max-width: 1000px) {
    .yincang {
          display: none!important;
    }
    .contact-page .contact-2 .box .right{
      width: 100%;
    }
    .contact-page .contact-2 .box .left{
      width: 100%;
      padding-left: 0;
    }
}
p.shangxai {
    font-size: 14px;
    line-height: 2;
    padding: 10px 0;
}

    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
        color: #d8d8d8;
    }

    .seoPublic > div {
        padding: 60px 0;
        background-image: linear-gradient(90deg, #0e0e0e, #1b1a1a);
    }

 

    .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: 90px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1em;
        color: #d8d8d8;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #d8d8d8;
        max-height: 400px;
        overflow: auto;
    }

    .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: 30px;
        color: #d8d8d8;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -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(--color);
        color: var(--color);
    }

    .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 textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .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(--color);
        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: #d8d8d8;
    }

    .seoPublic .text a {
        color: var(--color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: auto;
        padding: 5px 25px;
        font-size: 14px;
        color: #d8d8d8;
       margin: 5px 0;
        background:#262626;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        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 div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .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(--color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .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(--color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.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;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .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 .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            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: 10%;
            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;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    
    .colorbox .h4{
      margin-bottom: 20px;
    }
     .colorbox{
       padding:40px 0; 
     }
    .colorbox ul.colorlist{
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin: 0;
    }
      .colorbox ul.colorlist li{
        width: 37px;
        height: 37px;
        display: block;
        margin-right: 15px;
        border-radius: 5px;
        border: 2px  #d8d8d8 solid;
        padding: 0;
        cursor: pointer;
      }
        .colorbox ul.colorlist li.active{
          border-color:var(--base-color); 
        }
   .hoverbox{
     position: relative;
     display: block;
     background: #333333;
   }  
   .hoverbox img:nth-child(1){
     position: relative;
     transition: 0.3s all;
   } 
   .hoverbox img:nth-child(2){
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%,-50%);
     opacity: 0;
     transition: 0.3s all;
   }
   .hoverbox:hover img:nth-child(1){
     transition: 0.3s all;
     opacity: 0;
   }
   .hoverbox:hover img:nth-child(2){
     transition: 0.3s all;
     opacity: 1;
   }

   /*add css design*/
   .design-page {
  padding: 0;
}
.design-page .init-1 {
  background: #262626;
  padding: 50px 0;
}
.design-page .init-1 h2 {
  
  line-height: 2;
  margin-bottom: 6px;
  font-size: 48px;
  color: #ffffff;
  font-weight: 700;
  font-style: normal;
}
.design-page .init-1 p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-style: normal;
  line-height: 2;
}
.design-page .init-1 #carousel {
  padding: 50px 10%;
}
.design-page .init-1 .ft {
  padding-top: 60px;
}
.design-page .init-1 .btn a {
  display: block;
  width: 350px;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 2;
  color: #d8d8d8 !important;
  background: #017bc5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.design-page .init-1 ul li img {
  width: 100%;
}
.design-page .init-1 ul .slick-slide li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  z-index: 0;
  background: #333;
  padding: 0 10%;
}
.design-page .init-1 ul .slick-slide.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  left: 0;
  z-index: 1;
}
.design-page .init-1 ul .slick-slide.slick-current + div li {
  left: -25%;
}
.design-page .init-2 {
  padding: 120px 0;
  background-color: #1e1e1e;
}
.design-page .init-2 .grid-box .column {
  vertical-align: middle;
}
.design-page .init-2 .grid-box .column:nth-child(1) {
  padding-right: 5%;
}
.design-page .init-2 .grid-box .column:nth-child(1) h3 {
  margin-bottom: 8px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
}
.design-page .init-2 .grid-box .column:nth-child(1) h2 {
 
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 1.6;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.design-page .init-2 .grid-box .column:nth-child(1) p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #777 !important;
}
.design-page .tit {
  text-align: center;
}
.design-page .tit h3 {
  
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 1.7;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.design-page .tit p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-style: normal;
  line-height: 2;
}
.design-page .init-3 {
  background: #262626;
  padding: 100px 0;
}
.design-page .init-3 .init-3-list {
  padding-top: 60px;
  padding-left: 12%;
}
.design-page .init-3 .init-3-list ul li{
  padding: 0 20px;
  padding-top: 80px;
}

.design-page .init-3 .init-3-list ul li .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 40px;
  background-color: #121212;
}
.design-page .init-3 .init-3-list ul li .item .pic {
  position: relative;
  z-index: 10;
  max-width: 500px;
  width: 100%;
  -webkit-transform: translate(0, -80px);
  -ms-transform: translate(0, -80px);
  transform: translate(0, -80px);
}
.design-page .init-3 .init-3-list ul li .item .text {
  position: relative;
  max-width: 420px;
  width: 100%;
  padding-bottom: 50px;
  color: #fff;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main {
  max-width: 380px;
  margin: 0 auto;
  margin-right: 0;
  padding-top: 54px;
  padding-left: 30px;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main h4 {
  margin-bottom: 22px;
  font-size: 24px;
  color: #d8d8d8;
 
  font-weight: 700;
  font-style: normal;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main p{
  color: #d8d8d8!important;
    font-size: 16px;
  line-height: 2;
}
.design-page .init-4 {
  padding-top: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #262626), color-stop(0%, #1e1e1e));
  background: -webkit-linear-gradient(top, #262626 47%, #1e1e1e 0%);
  background: -o-linear-gradient(top, #262626 47%, #1e1e1e 0%);
  background: linear-gradient(180deg, #262626 47%,  #1e1e1e 0%);
}
.design-page .init-5 {
  padding: 40px 0 80px;
  text-align: center;
  background:  #1e1e1e;
}
.design-page .init-5 p {
  max-width: 760px;
  margin: 0 auto 52px;
}
.design-page .init-5 .section-link {
  display: inline-block;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #017bc5 !important;
  text-decoration: underline!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  .design-page .init-1 h2,
  .design-page .init-2 .grid-box .column:nth-child(1) h2,
  .design-page .tit h3{
    line-height: 30px;
    font-size: 25px;
  }
  .design-page .init-3,
  #banner .text p{
    display: none;
  }
}
@media screen and (max-width: 700px) {
    .design-page .init-2 .grid-box .column:nth-child(1) h3{
    font-size: 20px;
  }
  .design-page .init-2 .grid-box .column{
    width: 100%;
  }
  .design-page .init-2{
    padding: 30px 0;
  }
}
.about-1 .more{width: 200px; height: 45px; line-height: 45px; color: #fff; background: #017bc5; text-align: center; margin-top: 30px; border-radius: 4px;font-size: 18px;}


.showsize{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999999;
  display: none;
  
}
.showsize .main{
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 95vh;
  max-width: 80vw;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
transform: translate(-50%,-50%);
padding: 30px;
}
.showsize .main .close{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 10px;
cursor:pointer;
}
.showsize .main .close i{
  font-size: 20px;
  color: #000;
}
.showsize .main .content{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  max-height: 75vh;
  overflow-y: auto;
}
.showsize .main .content img{
  width: auto;
}
@media screen and (max-width: 1400px) {
.product-page .sidebar-right ul li .content p{
  height: auto;
  font-size: 18px;
}
.inner-banner .videobox{
  opacity: 0;
}
}
@media screen and (max-width: 1000px) {
.product-page .sidebar-right ul li .content p{
  height: auto;
  font-size: 14px;
}
.prodet-page .prodet-2 table strong {
    font-size: 18px;
    margin-bottom: 30px;
}
.product-page .sidebar-right ul li .content table{
  min-width:900px;
}
.product-page .sidebar-right ul li .content{
  overflow-x: auto;
}
}
@media screen and (max-width: 700px) {

}


.vr{
  position: relative;
}
.vr .play{
  display: inline-block;
  position: absolute;
  left:50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  cursor: pointer;
}
.vr .play em{
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  
  border:1px solid #fff;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 100%;
}
.vr .play em i{
  font-size: 36px;
  color: var(--base-color);
  margin-left: 5px;
}
.vr .play .h4{
  color: #FFF;
  font-weight: 700;
  width:100%;
  display: block;
}

/***********************************************SEO START***********************************************/
.gxs-4 .ui.container .content .rxhomeh1 {
    max-width: 930px;
    margin: 0 auto;
}
.gxs-4 .ui.container .content .rxhomeh1 h1 {
    display: inline;
}
.gxs-4 .ui.container .content {
    line-height: 1.8;
}
#footer .ui.container .center>div ul li {
    font-size: 15px;
    line-height: 2;
}
.product-page .sidebar-right ul li .content h4 {
    line-height: 2;
}
.seoPublic .Auxil-about .box .right .text {
    line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
    line-height: 1.7;
}
.seoPublic .Auxil-news .list ul li .content p {
    line-height: 2;
}
.prodet-page .prodet-1 .text h3, .prodet-page .prodet-1 .text h1 {
    line-height: 1.7;
}
.prodet-page .prodet-1 .text .content h4 {
    font-size: 15px;
    line-height: 1.7;
}
.product-page .sidebar-right ul li .content table p {
    line-height: 2;
}
.product-page .sidebar-right ul li .content table p {
    line-height: 2;
    margin-top: 1px;
    padding-bottom: 2px;
    height: auto;
}
.prodet-page .prodet-3 {
    margin: 150px 0 0;
}
#header .ui.menu .menu-box ul.menu>li ul.sub-menu li {
    line-height: 45px;
    font-size: 14px;
}
a.foota {
    text-overflow: ellipsis;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 600px;
}
#footer .footer-bottom .ui.container .center .right {
    top: 4px;
}
.seoPublic .text a {
    color: #d8d8d8;
}
@media screen and (max-width: 500px) {
  a.foota {
    display: none;
  }
  #footer .footer-bottom p {
      font-size: 15px;
  }
  #footer .footer-bottom svg {
      max-height: 26px;
  }
  #mobile .menu-content .menu-list ul li {
      font-size: 16px;
      line-height: 2;
  }
  .seoIndustry.Auxil-industry {
      display: none;
  }
  .prodet-page .prodet-1 .text h1 {
      font-size: 20px !important;
  }
  .prodet-page .prodet-2 table td {
      padding: 0;
  }
}
body{
  max-width: 100%;
}
.gxs-2 a img{
  width: 100%;
}
.gxs-3>a>img{
  width: 100%;
}



/***********************************************SEO END***********************************************/

/*7-25 add css */
.inner-banner{
  position: relative;
   background: transparent!important;
  padding: 0!important;
  height: auto!important;
}
.inner-banner>img{
  width: 100%;
}
.inner-banner .box{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15%;
}
.vr .ui>img{
  width: 100%;
}
.inner-banner .videobox{
  position: relative;
}
.inner-banner.gd{
  height:150px!important;
   padding:100px 0px!important; 
   text-align:left!important;
}


.prodet-page .prodet-1 .text .content table td{
  color: #000;
}

.prodet-page .prodet-2 .content.size img{
  width: 100%;
}