@font-face {
  font-family: 'Neutraface2Display-Titling';
  src: url(../fonts/Neutraface2Display-Titling.ttf) format('truetype'), url(../fonts/Neutraface2Display-Titling.eot) format('eot'), url(../fonts/Neutraface2Display-Titling.woff) format('woff'), url(../fonts/Neutraface2Display-Titling.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Bold';
  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-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
:root {
  --base-color: #333;
}
html,
body {
  font-size: 62.5%;
}
body {
  font-family: "Poppins-Regular";
  max-width: 1920px;
  margin: 0 auto;
}
.MainWrapper {
  padding-left: 100px;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: auto;
}

.ui.container {
  padding: 0 15px;
  position: relative;
  width: 85%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  top: 40px;
  right: 50px;
  z-index: 999;
}
#header #menu-on {
  width: 47px;
  height: 47px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#header.header-page {
  position: fixed;
}
#header #menu-on {
  position: absolute;
  top: 20px;
  right: 35px;
  border-radius: 100%;
}
#header #menu-on::after {
  position: absolute;
  content: "";
  width: 60px;
  height:60px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #222;
  z-index: 1;
  opacity: 1;
}
#header #menu-on:hover {
  cursor: pointer;
}
#header #menu-on i {
  width: 40px;
  height: 4px;
  background: #fff;
  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;
  z-index: 3;
}
#header #menu-on i.line1 {
  top: 11px;
}
#header #menu-on i.line2 {
  top: 20px;
}
#header #menu-on i.line3 {
  top: 29px;
}
#header.active {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#header.active .nav-bg {
  background: #222;
}
#header.active .nav-bg {
  top: 0;
  right: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#header.active #menu-on {
  position: absolute;
  top: 40px;
  right: 50px;
  border-radius: 100%;
  background: #fff;
}
#header.active #menu-on i {
  width: 40px;
  height: 4px;
}
#header.active #menu-on i.line1 {
  background: #fff !important;
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 7px;
  margin-left: 6px;
}
#header.active #menu-on i.line2 {
  opacity: 0;
}
#header.active #menu-on i.line3 {
  background: #fff !important;
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 36px;
  margin-left: 6px;
}
#header.active .h-nav {
  display: block;
  width: 23%;
  top: 90px;
  right: 0;
  -webkit-animation: 1s .3s fadeInUpSmall both;
  -moz-animation: 1s .3s fadeInUpSmall both;
  animation: 1s .3s fadeInUpSmall both;
  padding-right: 50px;
  overflow-x: hidden;
  overflow-y: auto;
}
#header.active .menu > li > a {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
}
#header.active .menu > li .sub-menu li a {
  font-size: 18px;
  line-height: 32px;
  color: #aaa;
  text-transform: capitalize;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
#header.active .menu > li .sub-menu li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#header .nav-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 163rem;
  padding-top: 190rem;
  margin-top: -86rem;
  margin-right: -76rem;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
  z-index: 1;
}
#header .h-nav {
  display: none;
  position: absolute;
  z-index: 2;
}
#header .h-nav .language {
  z-index: 10;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-nav .language .langs {
  position: relative;
  margin-right: 40px;
}
#header .h-nav .language .langs p {
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}
#header .h-nav .language .langs p i {
  font-size: 16px;
}
#header .h-nav .language .langs p span {
  width: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
}
#header .h-nav .language .langs a {
  top: 100%;
  left: 0;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 26px;
  font-size: 14px;
  padding-top: 15px;
  color: #aaa;
  line-height: 2;
}
#header .h-nav .language .langs a img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 10px;
}
#header .h-nav .language .icon {
  display: block;
  -webkit-animation: 1s .3s fadeInUpSmall both;
  -moz-animation: 1s .3s fadeInUpSmall both;
  animation: 1s .3s fadeInUpSmall both;
  padding-right: 50px;
}
#header .h-nav .language .icon a {
  color: #aaa;
}
#header .h-nav .language .icon a i {
  font-size: 16px;
  line-height: 30px;
  margin-right: 20px;
}
#header .menu {
  position: relative;
  z-index: 2;
}
#header .menu > li {
  margin-bottom: 30px;

}
#header .menu > li:hover>a{
   transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
#header .menu > li span {
  font-size: 18px;
  line-height: 1;
  color: #666;
  text-transform: capitalize;
  margin-right: 20px;
}
#header .menu > li .sub-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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  padding-left: 45px;
}
#header .menu > li .sub-menu li {
  padding-left: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
#header .menu > li .sub-menu li a {
  color: #aaa;
}
#left-side {
  width: 100px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  border-right: 1px solid #ccc;
  z-index: 100;
  background: #fff;
  padding: 40px 10px;
  text-align: center;
}
#left-side::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 0;
  background: #000;
  top: 0;
  right: -1px;
  -webkit-animation: hg 3s linear infinite;
  -moz-animation: hg 3s linear infinite;
  animation: hg 3s linear infinite;
}
#left-side .text h2 {
  position: absolute;
  bottom: 30%;
  left: 40%;
  width: 435px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  font-family: "Poppins-Regular";
  font-size: 15px;
  color: #000;
}
#left-side .sharebox {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#left-side .sharebox ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}
#left-side .sharebox ul li {
  margin-top: 20px;
}
#left-side .sharebox ul li i {
  font-size: 18px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-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: #000;
}
#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: #eb623a;
  -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: #eb623a;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  font-size: 18px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  text-transform: capitalize;
}
table td p,
table th p{
   color: #000!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: #eb623a;
}
#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: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #eb623a !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 0;
}
#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;
}
 .menu-content h3 {
  font-size: 20px;
  line-height: 36px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
 .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: 16px;
  line-height: 30px;
  color: inherit;
  text-transform: uppercase;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #eb623a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#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;
}
 .menu-content .mob-search form {
  position: relative;
}
 .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;
}
 .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;
  line-height: 28px;
}
#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: #eb623a;
}
#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;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .inner-page{
    margin-top: 70px;
  }
  .chanming{
    font-size: 18px!important;
line-height: 32px!important;
min-height: 10em!important;
  }
  .product-page .product-list .serviceBox .swiper-slide .item-content h4{
    font-size: 18px!important;
line-height: 32px!important;
min-height: 10em!important;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -transform: scale(2);
    opacity: 0.6;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -transform: scale(2);
    opacity: 0.6;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -transform: scale(2);
    opacity: 0.6;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes hg {
  0% {
    height: 0;
  }
  20% {
    height: 20%;
  }
  40% {
    height: 40%;
  }
  60% {
    height: 60%;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes hg {
  0% {
    height: 0;
  }
  20% {
    height: 20%;
  }
  40% {
    height: 40%;
  }
  60% {
    height: 60%;
  }
  100% {
    height: 100%;
  }
}
@keyframes hg {
  0% {
    height: 0;
  }
  20% {
    height: 20%;
  }
  40% {
    height: 40%;
  }
  60% {
    height: 60%;
  }
  100% {
    height: 100%;
  }
}
/*#index-body {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: 0;
}
#footer {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: 0;
}*/
#banner .bannerbox{
  direction: rtl;
}
#banner .bannerbox ul li {
  position: relative;
}
#banner .bannerbox ul li .textbox {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#banner .bannerbox ul li .textbox h2 {
  font-family: "Neutraface2Display-Titling";
  font-size: 70px;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 110px;
  margin-top: -100px;
}
#banner .bannerbox ul li .textbox .btnbox a.more {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #222222;
  padding: 5px 30px;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 700;
}
#banner .bannerbox ul li .textbox .btnbox a.more:hover {
  -webkit-transform: 0.3s all;
  -moz-transform: 0.3s all;
  -ms-transform: 0.3s all;
  transform: 0.3s all;
  background: #bfbfbf;
  color: #fff;
}
/* #index-body h1 {
  font-size: 140px;
  letter-spacing: 0px;
  color: transparent;
  -webkit-text-stroke-color: rgba(214, 214, 214, 0.5);
  opacity: 1;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  line-height: 1;
  font-weight: bold;
} */
#index-body h3 {
  font-family: "Neutraface2Display-Titling";
  font-size: 60px;
  line-height: 1.2;
  color: #222222;
  padding-bottom: 25px;
}
#index-body p {
  font-family: "Poppins-Regular";
  font-size: 20px;
  line-height: 1.5;
  color: #222222;
}
#index-body .pd-100 {
  padding: 100px 0;
}
#index-body .i-supplay .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .i-supplay .ui.container .left {
  width: 30%;
}
#index-body .i-supplay .ui.container .left p {
  margin-bottom: 70px;
}
#index-body .i-supplay .ui.container .left .zhengdaabs {
  font-family: "Poppins-Regular";
  font-size: 20px;
  line-height: 2;
  color: #222;
  margin-bottom: 70px;
}
#index-body .i-supplay .ui.container .left .zhengdaabs h1 {
  font-family: "Poppins-Regular";
  font-size: 20px;
  color: #222;
  display: inline;
}
#index-body .i-supplay .ui.container .left .btnbox {
  display: inline-block;
  padding-top: 50px;
  border-top: 1px solid #bfbfbf;
}
#index-body .i-supplay .ui.container .left .btnbox a.more2 {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  padding: 5px 30px;
  background: #afafaf;
  border: solid 1px #bfbfbf;
}
#index-body .i-supplay .ui.container .left .btnbox a.more2:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
  background: #fff;
}
#index-body .i-supplay .ui.container .right {
  width: 65%;
  overflow: hidden;
}
#index-body .i-product {
  padding: 80px 0;
}
#index-body .i-product .ui.container .top {
  position: relative;
}
#index-body .i-product .ui.container .top h3 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-product .ui.container .productbox{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#index-body .i-product .ui.container .productbox ul.productlist {
  margin: 0 -30px;
  width:80%;
}
#index-body .i-product .ui.container .productbox ul.productlist li {
  padding: 30px 30px;
}
#index-body .i-product .ui.container .productbox ul.productlist li .item .imgbox {
  overflow: hidden;
  position: relative;
}
#index-body .i-product .ui.container .productbox ul.productlist li .item .imgbox a img {
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  transition: 1s all;
}
#index-body .i-product .ui.container .productbox ul.productlist li .item .imgbox .textbox {
  width: 95%;
  height: 95%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  top: -50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
#index-body .i-product .ui.container .productbox ul.productlist li .item .textbox h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  min-height: 5.8em;
  color: #000;
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-bottom:10px; 
}
#index-body .i-product .ui.container .productbox ul.productlist li .item .textbox p{
    font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-bottom: 20px;
}
#index-body .i-product .ui.container .productbox ul.productlist li .item  .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
#index-body .i-product .ui.container .productbox ul.productlist li:hover .imgbox a img {
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*#index-body .i-product .ui.container .productbox ul.productlist li:hover .imgbox .textbox {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  top: 50%;
}
#index-body .i-product .ui.container .productbox ul.productlist .slick-current li .item {
  margin: -45px -30px;
}*/
#index-body .i-product .ui.container .productbox ul.productlist .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
#index-body .i-product .ui.container .productbox ul.productlist .slick-dots li {
  width: 56px;
  height: 5px;
  background-color: #bfbfbf;
  margin: 0 8px;
  padding: 0;
}
#index-body .i-product .ui.container .productbox ul.productlist .slick-dots li button {
  display: none;
}
#index-body .i-product .ui.container .productbox ul.productlist .slick-dots li.slick-active {
  width: 70px;
  height: 8px;
  display: block;
  background: #000;
}
#index-body .i-product .ui.container .productbox ul.navlist{
  width: 20%;
}
#index-body .i-product .ui.container .productbox ul.navlist li{
  width: 100%;
  margin-bottom:15px;
  border: 1px solid #333;
  padding: 10px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#index-body .i-product .ui.container .productbox ul.navlist li i{
  min-width: 40px;
  margin-right: 10px;
  position: relative;
}
#index-body .i-product .ui.container .productbox ul.navlist li i img:nth-child(2){
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
opacity: 0;
}
#index-body .i-product .ui.container .productbox ul.navlist li:hover{
 -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: url(/chinabwh/2022/04/26/2.png)  center left no-repeat #000;
  background-position-x: 10px;
}
#index-body .i-product .ui.container .productbox ul.navlist li:hover i img:nth-child(1){
  opacity: 0;
}
#index-body .i-product .ui.container .productbox ul.navlist li:hover i img:nth-child(2){
  opacity: 1;
}
#index-body .i-product .ui.container .productbox ul.navlist li:hover a{
 -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  color: #fff;
}
#index-body .i-product .ui.container .productbox ul.navlist li h4{
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
}
#index-body .i-why {
  background: #eeeeee;
  padding-bottom: 0;
}
#index-body .i-why .top {
  text-align: center;
  padding-bottom: 65px;
  border-bottom: 1px solid #7e7e7e;
}
#index-body .i-why .top h6 {
  font-family: "Poppins-Regular";
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #222222;
  margin-top: -25px;
}
#index-body .i-why .mian {
  padding-top: 100px;
  overflow: hidden;
}
#index-body .i-why .mian .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .i-why .mian .ui.container .left {
  display: inline-block;
  position: relative;
}
#index-body .i-why .mian .ui.container .left .text2 {
  position: absolute;
  top: 73%;
  left: 41%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-why .mian .ui.container .left .text2 h4 {
  font-family: "Poppins-Regular";
  font-size: 63px;
  line-height: 1.2;
  color: #222222;
}
#index-body .i-why .mian .ui.container .left .text2 h3 {
  line-height: 1.2;
}
#index-body .i-why .mian .ui.container .right{
  width: 50%;
}
#index-body .i-why .mian .ui.container .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap ;
  -ms-flex-wrap: wrap ;
  flex-wrap: wrap ;
}
#index-body .i-why .mian .ui.container .right ul li {
  margin-bottom: 90px;
}
#index-body .i-why .mian .ui.container .right ul li.dk{
min-width: 191px;
text-align: left;
}
#index-body .i-why .mian .ui.container .right ul li .item {
  display: inline-block;
}
#index-body .i-why .mian .ui.container .right ul li .item .top2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -moz-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}
#index-body .i-why .mian .ui.container .right ul li .item .top2 em {
  font-family: "Neutraface2Display-Titling";
  font-size: 85px;
  line-height: 1;
  letter-spacing: 0px;
  color: #222222;
}
#index-body .i-why .mian .ui.container .right ul li .item .top2 i {
  font-family: "Neutraface2Display-Titling";
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0px;
  color: #222222;
}
#index-body .i-why .mian .ui.container .right ul li .item p {
  font-family: "Poppins";
  font-size: 24px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #939393;
  font-weight: bold;
}
#index-body .i-data {
  background: url(../images/databj.jpg) center center no-repeat;
  background-size: cover ;
  padding: 95px 0;
}
#index-body .i-data .ui.container ul {
  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: top;
  -webkit-align-items: top;
  -moz-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .i-data .ui.container ul li {
  display: inline-block;
}
#index-body .i-data .ui.container ul li .item {
  text-align: center;
}
#index-body .i-data .ui.container ul li .item .icon {
  width: 95px;
  height: 70px;
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto;
}
#index-body .i-data .ui.container ul li .item .icon img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#index-body .i-data .ui.container ul li .item h5 {
  font-family: Neutraface2Display-Titling;
  font-size: 22px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 15px;
}
#index-body .i-data .ui.container ul li .item p {
  /*font-family: " Poppins-Regular";*/
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1px;
  color: #ffffff;
  max-width: 294px;
  margin-top: 12px;
}
#index-body .i-data .ui.container ul li:hover .item .icon img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .i-news {
  padding-top: 70px;
  padding-bottom: 100px;
}
#index-body .i-news .ui.container .top {
  position: relative;
}
#index-body .i-news .ui.container .zhengdamore {
  font-size: 16px;
  line-height: 2;
}
#index-body .i-news .ui.container .zhengdamore h2 {
  font-size: 24px;
  font-weight: bold;
}
#index-body .i-news .ui.container .top h3 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-news .ui.container .newsbox {
  margin-top: -60px;
}
#index-body .i-news .ui.container .newsbox ul {
  margin: 0 -15px;
}
#index-body .i-news .ui.container .newsbox ul li {
  padding: 0 15px;
}
#index-body .i-news .ui.container .newsbox ul li .item {
  background: transparent ;
  padding: 40px 20px;
  color: #fff;
  -webkit-transition: 0.8s all;
  -moz-transition: 0.8s all;
  transition: 0.8s all;
}
#index-body .i-news .ui.container .newsbox ul li .item .text {
  text-align: left;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#index-body .i-news .ui.container .newsbox ul li .item .text h5 {
  font-family: "Poppins-Bold";
  font-size: 20px;
  line-height: 2;
  min-height: 9.8em;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-bottom: 15px;
 
}
#index-body .i-news .ui.container .newsbox ul li .item .text h5:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;

}
#index-body .i-news .ui.container .newsbox ul li .item .text span.date {
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 28px;
  color: #bababa;
  margin-top: 15px;
}
#index-body .i-news .ui.container .newsbox ul li .item .text p {
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 2;
  color: #ffffff;
  margin-bottom: 15px;
}
#index-body .i-news .ui.container .newsbox ul li .item .text .btnbox {
  text-align: right;
}
#index-body .i-news .ui.container .newsbox ul li .item .text .btnbox a.more3 {
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: 1.66;
  color: #ffffff;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
#index-body .i-news .ui.container .newsbox ul li .item .text .btnbox a.more3::before {
  width: 49px;
  height: 1px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  right: 110%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#index-body .i-news .ui.container .newsbox ul li .item .text .btnbox a.more3:hover::before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  right: 0;
}
#index-body .i-news .ui.container .newsbox ul li .item .imgbox {
  overflow: hidden;
  margin: 30px 0;
}
#index-body .i-news .ui.container .newsbox ul li:hover .item {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#index-body .i-news .ui.container .newsbox ul li:hover .item .text {
  -webkit-transition: 0.8s all;
  -moz-transition: 0.8s all;
  transition: 0.8s all;
  opacity: 1;
}
#index-body .i-news .ui.container .newsbox ul .slick-current li .item {
  background: #222222;
}
#index-body .i-news .ui.container .newsbox ul .slick-current li .item .text {
  opacity: 1;
}
#footer {
  background: #f1f1f1;
}
#footer .footer-mian {
  padding: 50px;
}
#footer .footer-mian .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-mian .ui.container > div {
  padding-top: 10px;
}
#footer .footer-mian .ui.container > div.link {
  width: auto;
  display: inline-block;
}
#footer .footer-mian .ui.container > div.list {
  width: auto;
  display: inline-block;
}
#footer .footer-mian .ui.container > div.contact {
  width: 30%;
}
#footer .footer-mian .ui.container > div h2 {
  font-family: "Neutraface2Display-Titling";
  font-size: 26px;
  line-height: 1.4;
  color: #222222;
  margin-bottom: 45px;
}
#footer .footer-mian .ui.container > div .linklist li {
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: 2;
  color: #222222;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-bottom: 8px;
}
#footer .footer-mian .ui.container > div .linklist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
#footer .footer-mian .ui.container > div .infolist li p {
  font-family: "Poppins-Regular";
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0px;
  color: #222222;
  margin-bottom: 18px;
}
#footer .footer-mian .ui.container > div .infolist li p.pl20 {
  padding-left: 5rem;
}
#footer .footer-mian .ui.container > div.form {
  max-width: 318px;
}
#footer .footer-mian .ui.container > div.form ul li {
  margin-bottom: 10px;
}
#footer .footer-mian .ui.container > div.form ul li input[type="text"] {
  width: 100%;
  border-radius: 28px;
  border: solid 1px #7d7d7d;
  /*font-family: "Poppins-Light";*/
  font-size: 16px;
  line-height: 1.1;
  color: #9b9b9b;
  line-height: 55px;
  background: transparent;
  padding-left: 20px;
}
#footer .footer-mian .ui.container > div.form ul li input[type="text"]::-webkit-input-placeholder {
  color: #9b9b9b;
}
#footer .footer-mian .ui.container > div.form ul li input[type="text"]:-moz-placeholder {
  color: #9b9b9b;
}
#footer .footer-mian .ui.container > div.form ul li input[type="text"]::-moz-placeholder {
  color: #9b9b9b;
}
#footer .footer-mian .ui.container > div.form ul li input[type="text"]:-ms-input-placeholder {
  color: #9b9b9b;
}
#footer .footer-mian .ui.container > div.form ul li input[type="text"]::placeholder {
  color: #9b9b9b;
}
#footer .footer-mian .ui.container > div.form ul li input[type="submit"] {
  width: 52px;
  height: 52px;
  background: #222222 url(../images/plane.png) center center no-repeat;
  border-radius: 26px;
  color: transparent;
  border: none;
  margin-left: auto ;
  margin-right: 0;
  display: block;
  border: 1px solid #222222;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-mian .ui.container > div.form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: transparent url(/chinabwh/2022/02/20/plane.png) center center no-repeat;
}
#footer .footer-bottom {
  background: #222;
  padding: 10px 0;
}
#footer .footer-bottom .ui.container {
  width: 90%;
  color: #fff;
  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;
      font-size: 14px;
    line-height: 28px;
    text-align: left;
    padding: 20px 0;

}
#footer .footer-bottom .ui.container .sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
}
#footer .footer-bottom .ui.container .sharelist li {
  margin-left: 20px;
}
#footer .footer-bottom p {
  font-size: 14px;
  line-height: 2;
}
#footer .footer-bottom .zhengdafoot {
  margin: 0 10px;
  font-size: 14px;
line-height: 28px;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a:hover {
  color: #eeeeee !important;
}
#footer .footer-bottom svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
}
#footer .footer-bottom svg text {
  fill: #fff;
}
#footer .footer-bottom svg:hover {
  fill: #fff;
}
#footer .footer-bottom svg g.en {
  display: block;
}
#footer .footer-bottom svg g.cn {
  display: none;
}
.ewm{
  width: 115px;
  height: 115px;
  display: block;
  padding: 5px;
  background: #fff;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (max-width: 1800px) {
  #index-body h3 {
    font-size: 48px;
  }
  #index-body .i-why .mian .ui.container .right ul li .item .top2 em {
    font-size: 72px;
  }
  #footer .footer-mian .ui.container > div .infolist li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1600px) {
  #index-body h3 {
    font-size: 36px;
  }
  #index-body p {
    font-size: 16px;
  }
  #index-body .i-supplay .ui.container .left p {
    margin-bottom: 40px;
  }
  #index-body .i-why .mian .ui.container .right ul li .item .top2 em {
    font-size: 60px;
  }
  #footer .footer-mian .ui.container > div .infolist li p {
    font-size: 14px;
  }
  #index-body .i-news .ui.container .newsbox ul li .item .text h5 {
    font-size: 20px;
  }
  #footer .footer-mian .ui.container > div h2 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1400px) {
  #index-body .pd-100 {
    padding: 60px 0;
  }
  #index-body .i-why .mian .ui.container .right ul li .item .top2 em {
    font-size: 48px;
  }
  #banner .bannerbox ul li .textbox h2 {
    font-size: 42px;
  }
  .ui.container {
    width: 90%;
  }
  #footer .footer-mian .ui.container > div .infolist li p {
    font-size: 14px;
  }
  #index-body .i-data .ui.container ul li .item h5 {
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .i-data .ui.container ul li .item p {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .i-product .ui.container .productbox ul.navlist li h4 {
    font-size: 20px;
    font-weight: 700;
}
}
@media screen and (max-width: 1200px) {
  #index-body h3 {
    font-size: 28px;
  }
  #index-body .i-supplay .ui.container .left p {
    margin-bottom: 28px;
  }
  #index-body .i-product .ui.container .productbox ul.productlist li .item .imgbox .textbox h4 {
    font-size: 16px;
  }
  #index-body .i-product .ui.container .productbox ul.productlist li {
    padding: 45px 30px;
  }
  #index-body .i-news .ui.container .newsbox ul li .item .text h5 {
    font-size: 16px;
  }
  #index-body .i-why .mian .ui.container .left .text2 h4 {
    font-size: 28px;
  }
  #footer .footer-mian .ui.container > div.link {
    width: 50%;
  }
  #footer .footer-mian .ui.container > div.list {
    width: 50%;
  }
  #footer .footer-mian .ui.container > div.contact {
    width: 50%;
  }
  #footer .footer-mian .ui.container > div.form {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .ewm,.zhengdahide{
    display: none;
  }
  #header {
    display: none;
  }
  .swiper-slide swiper-slide-duplicate{
    width:100%!important;
  }
  #mobile {
    display: block;
  }
  .MainWrapper{
    padding-left: 0;
  }
  #left-side {
    display: none;
  }
  #index-body {
    width: 100%;
  }
  #footer {
    width: 100%;
  }
  #index-body .i-why .mian .ui.container .right ul li .item .top2 em {
    font-size: 32px;
  }
  #index-body .i-why .mian .ui.container .right ul li .item p {
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .i-why .mian .ui.container .right ul li .item .top2 i {
    font-size: 20px;
  }
  #footer .footer-mian .ui.container > div.link {
    display: none;
  }
  #footer .footer-mian .ui.container > div.list {
    display: none;
  }
  #index-body .i-why .mian .ui.container .right ul li {
    margin-bottom: 30px;
  }
  #index-body .i-data .ui.container ul li {
    margin-bottom: 20px;
  }
  #index-body .i-product {
    padding: 40px;
  }
  #index-body h3 {
    font-size: 24px;
    line-height: 44px;
  }
  #index-body p {
    font-size: 12px;
  }

  #index-body .i-product .ui.container .productbox ul.navlist li h4 {
    font-size: 16px;
    font-weight: 700;
}
}
@media screen and (max-width: 800px) {
  #banner .bannerbox ul li .textbox h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .inner-page h3 {
    line-height: 2 !important;
  }
  .prodet-page .prodet-2 .right h1 {
    font-size: 24px !important;
  }
  #index-body .i-supplay .ui.container .left {
    width: 100%;
  }
  #index-body .i-supplay .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-supplay .ui.container .left .btnbox {
    padding-top: 20px;
  }
  #index-body .i-why .mian .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-why .top h6 {
    font-size: 16px;
  }
  #index-body .i-why .mian .ui.container .left img {
    display: none;
  }
  #index-body .i-data .ui.container ul li {
    width: 50%;
  }
  .ui.container {
    width: 95%;
  }
  #index-body .i-product .ui.container .productbox ul.productlist {
    width: 100%;
    margin: 0 auto;
}
  #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 p {
    font-size: 14px;
    text-align: center;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
  }
  #index-body .i-product .ui.container .productbox ul.navlist{
   display: none;
}
#index-body .i-product {
    padding: 40px 0;
}
#index-body .i-why .mian .ui.container .left{
  width: 100%;
}
#index-body .i-why .mian .ui.container .right{
  width: 100%;
}
}
@media screen and (max-width: 600px) {
  #banner .bannerbox ul li .textbox {
    display: none;
  }
  #index-body .i-product .ui.container .productbox ul.productlist li{
    padding: 15px;
  }
  #index-body .i-product .ui.container .top h3 {
    position: relative;
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .i-product .ui.container .top img {
    display: none;
  }
  #index-body .i-why .mian .ui.container .left .text2 {
    position: relative;
  }
  #index-body .i-data .ui.container ul li {
    width: 100%;
  }
  #footer .footer-mian {
    padding: 25px 0;
  }
  #footer .footer-mian .ui.container > div.contact {
    width: 100%;
  }
  #footer .footer-mian .ui.container > div.form {
    width: 100%;
  }
}
/*neiye*/

.ishome0 .menu-on2{
  background: #fff;
  padding: 10px!important;
}
.ishome0 .menu-on2 i{
  height: 4px!important;
  background: #fff!important;
  width: 40px!important;
}
.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 100px -5px 0;
}
.inner-page .m-page a {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
    border-radius: 100%;
    border: 1px solid #cccccc;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page span{
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
    border-radius: 100%;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: #c7000a none repeat scroll 0 0;
    color: #fff;
}
.inner-page h3 {
  font-size: 70px;
  color: #222;
  line-height: 1.2;
  font-weight: bold;
  font-family: 'Neutraface2Display-Titling';
  text-transform: uppercase;
}
.inner-page img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.inner-page .side-title {
  padding: 85px 0 65px;
}
.inner-page .side-title h4 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #222;
  padding-left: 36px;
  font-family: 'Neutraface2Display-Titling';
}
.inner-page .side-title .singletit {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #222;
  padding-left: 36px;
  font-family: 'Neutraface2Display-Titling';
}
.inner-page .side-list {
  padding-top: 100px;
}
.inner-page .side-list .side-nav {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.inner-page .side-list .side-nav > li {
  padding: 0 10px;
  border-right: 1px solid #bfbfbf;
}
.inner-page .side-list .side-nav > li.active>a{
  color: #222;
}
.inner-page .side-list .side-nav > li.active>a:after{
  width: 100%;
  background: #222;
}
.inner-page .side-list .side-nav > li > a {
  display: block;
  font-size: 20px;
  color: #222;
  line-height: 2;
  /*text-transform: capitalize;*/
  font-family: 'Poppins-Regular';
  position: relative;
}
.inner-page .side-list .side-nav > li > a:hover::after {
  width: 100%;
}
.inner-page .side-list .side-nav > li > a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #222;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page {
  padding-top: 250px;
  padding-left: 0;
  background: url(../images/about-1-bg.png) no-repeat 90px 200px;
}
.about-page .more a {
  display: flex;
  margin-top: 35px;
  align-items: center;
  font-size: 20px;
  line-height: 1.8;
  color: #222;
  font-weight: bold;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  font-family: 'Poppins-Regular';
}
.about-page .more a span{
  display: inline-block;
  margin-left: 30px;
  width: 78px;
  height: 78px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: url(../images/about-right.png) no-repeat;
}
.about-page .more a span:hover{
  background: url(../images/right-hid.png) no-repeat;
}
.about-page .more a img {
  
}
.about-page .about-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 90px;
}
.about-page .about-1 .left {
  width: 40%;
  padding-right: 45px;
}
.about-page .about-1 .left h3 {
  margin-bottom: 25px;
}
.about-page .about-1 .left h3 span {
  display: block;
  font-size: 47px;
}
.about-page .about-1 .left p {
  margin-top: 40px;
  font-size: 18px;
  line-height: 32px;
  color: #222;
  font-family: 'Poppins-Regular';
}
.about-page .about-1 .left .more {
  margin-top: 20px;
}
.about-page .about-1 .right {
  width: 60%;
  overflow: hidden;
}
.about-page .about-1 .right .about-1-img {
  overflow: hidden;
}
.about-page .about-2 {
  padding: 150px 0 120px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-page .about-2 .left {
  width: 38%;
}
.about-page .about-2 .left img {
  width: 100%;
}
.about-page .about-2 .left .left-box {
  position: relative;
}
.about-page .about-2 .left .left-box::after {
  width: 730px;
  height: 730px;
  border-radius: 100%;
  z-index: -1;
  position: absolute;
  top: -180px;
  left: 90px;
  border: 1px solid #cbcbcb;
  content: "";
  -webkit-animation: kz 4s linear infinite;
  -o-animation: kz 4s linear infinite;
  -ms-animation: kz 4s linear infinite;
  -moz-animation: kz 4s linear infinite;
  animation: kz 4s linear infinite;
}
.about-page .about-2 .right {
  width: 62%;
  padding: 0 180px;
}
.about-page .about-2 .right h3 {
  margin-bottom: 55px;
}
.about-page .about-2 .right p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-family:'Poppins-Regular';
}
.about-page .about-2 .right .more {
  margin-top: 65px;
}

.about-page .about-3 {
  overflow: hidden;
}
.about-page .about-3 .about-3-img img {
  width: 100%;
}
.about-page .about-3 .about-3-img{
  position: relative;
}
.about-page .about-3 .about-3-img:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.about-page .about-3 .about-3-img .content{
  position: absolute;
  z-index: 2;
  left: 125px;
  bottom: 0%;
  max-width: 890px;
  text-align: left;
}
.about-page .about-3 .about-3-img .content h6{
font-size: 60px;
font-weight: bold;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: 'Neutraface2Display-Titling';
}
.about-page .about-3 .about-3-img .content h5{
  font-size: 32px;
  color: #fff;
  line-height: 1.4;
  padding-bottom: 20px;

  font-family: 'Poppins-Regular';
}
.about-page .about-3 .about-3-img .content p{
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  font-family: 'Poppins-Regular';
}
.about-page .about-3 .about-3-img .content .more{
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.about-page .about-3 .about-3-img .content .more a{
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-family: 'MyriadPro-Regular';
  display: none;
}
.about-page .about-3 .about-3-img .content .more a span{
  background: url(../images/about-more-1.png) no-repeat;
  margin-left: 0;
  margin-right: 55px;
}
.about-page .about-3 .about-3-img .content .more a span:hover{
  background: url(../images/right-hid.png) no-repeat
}
#advantages.init-2 {
  padding-top: 160px;
}
#advantages.init-2 h2{
  font-size: 90px;
  font-family: 'Neutraface2Display-Titling';
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
  color: #222;
}
#advantages.init-2 .content .top {
  display: block;
  padding-left: 100px;
}
#advantages.init-2 .content .center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 60px;
  position: relative;
  padding-top: 70px;
}
#advantages.init-2 .content .center .left {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 103px;
}
#advantages.init-2 .content .center .left h4 {
  font-size: 30px;
  line-height: 1;
  color: #222;
  font-family: 'Poppins-Regular';
  font-weight: 700;
  text-transform: uppercase;
}
#advantages.init-2 .content .center .right {
  width: 100%;
  padding: 95px 100px;
  z-index: 3;
  position: relative;
}
#advantages.init-2 .content .center .right ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
#advantages.init-2 .content .center .right ul li {
  width: 25%;
}
#advantages.init-2 .content .center .right ul li span {
  display: flex;
  align-items: flex-start;
  font-size: 25px;
  font-family: 'Poppins-Regular';
  line-height: 1;
  line-height: inherit;
  color: #222;
}
#advantages.init-2 .content .center .right ul li span em {
  font-size: 100px;
  line-height: 1;
  color: #222;
  font-weight: bold;
  font-family: 'Neutraface2Display-Titling';
}
#advantages.init-2 .content .center .right ul li p {
  max-width: 230px;
  font-size: 16px;
  line-height: 2;
  color: #222;
  font-family: 'Poppins-Regular';
  margin-top: 12px;
}
#advantages.init-2 .content .center .right ul .lifist {
  margin-bottom: 50px;
}
#advantages.init-2 .content .center .xian {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
#advantages.init-2 .content .center .xian .xianBox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 50%;
  bottom: 0;
}
.about-page .about-4 {
  padding: 170px 80px 0 90px;
}
.about-page .about-4 .top {
  padding: 0 10px 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
}
.about-page .about-4 .top h4 {
  font-size: 60px;
  color: #000000;
  line-height: 1;
  font-weight: bold;
  font-family: 'MyriadPro-Regular';
  text-transform: uppercase;
}
.about-page .about-4 .exhibitionBox {
  padding-top: 150px;
  position: relative;
}
.about-page .about-4 .exhibitionBox .swiper-slide .exhibition-img {
  display: inline-block;
}
.about-page .about-4 .exhibitionBox .navigation {
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 10;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev,
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next {
  width: 78px;
  height: 78px;
  position: relative;
  margin-top: 0;
  top: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:focus,
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:focus{
  display: none;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:root{
      --swiper-navigation-size: 0;
          --swiper-theme-color: #fff;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev {
  background: url(../images/about-left.png) no-repeat center center;
  left: 0;
  margin-right: 30px;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:root{
  --swiper-navigation-size: 0;
          --swiper-theme-color: #fff;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:hover{
  background: url(../images/left-had.png) no-repeat center center;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next {
  background: url(../images/about-right.png) no-repeat center center;
  right: 0;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:hover{
  background: url(../images/right-hid.png) no-repeat center center;
}
.about-page .about-5 {
  padding: 50px 80px 125px 90px;
}
.about-page .about-5 .partnerBox .swiper-slide {
  cursor: pointer;
}
.about-page .about-5 .partnerBox .swiper-slide:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}
.about-page .about-5 .partnerBox .swiper-slide img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.project-page {
  padding: 200px 55px 0 90px;
}
.project-page .project-1 {
  background: url(/chinabwh/2022/02/23/factory-bg.png) no-repeat left top;
}
.project-page .project-list .list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.project-page .project-list .list li {
  width: 23%;
  margin-bottom: 35px;
  overflow: hidden;
  padding: 0 0;
}
.project-page .project-list .list li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.project-page.project-content .project-list .list li:hover a:after{
  opacity: 0;
}
.project-page .project-list .list li img {
  width: 100%;
}
.project-page .project-list .list li > a {
  display: block;
  position: relative;
}
.project-page.project-content .project-list .list li > a:after{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.project-page.gallery-page .project-list .list{
  justify-content: inherit;
}
.project-page.gallery-page .project-list .list li{
  border: 0px solid #aaa;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.project-page.gallery-page .project-list .list li:hover{
  box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}
.project-page.gallery-page .project-list .list li:hover img{
  transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
.project-page.gallery-page .project-list .list li > a:after{
  background: rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.project-page.environment-page .project-list .list li{
  width: 49%;
}
.project-page.equipment-page .project-list .list li{
  width: 32%;
}
.project-page.gallery-page .project-list .list li > a .content{
 background: rgba(0, 0, 0, 0);
}
.project-page .project-list .list li > a .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}
.project-page .project-list .list li > a .content .title {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'MyriadPro-Regular';
}
.project-page .project-list .list li > a .content h4 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.project-page .project-list .list li > a .content h4 span {
  display: block;
  font-weight: 18px;
  margin-top: 15px;
}
.project-page.gallery-page .project-list .list li{
  width: 23%;
  margin-right: 1%;
}
.project-page.gallery-page .project-list .list li > a .content h4{
  font-size: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.project-page.gallery-page .project-list .list li:hover a .content h4{
  opacity: 0;
}
.project-world {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.project-world .world-img {
  position: relative;
}
.project-world .world-img .contactBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-world .world-img .contactBox .contact-box:hover .text p{
  color: #fff;
}
.project-world .world-img .contactBox .contact-box:hover .text h4{
  color: #fff;
}
.project-world .world-img .contactBox .contact-box:hover .text h4:after{
  background: #fff;
}
.project-world .world-img .contactBox .contact-box:hover .text .more{
  color: #fff !important;
}
.project-world .world-img .contactBox .contact-box {
  position: relative;
  width: 425px;
  height: 425px;
  border-radius: 100%;
}
.project-world .world-img .contactBox .contact-box:hover:before{
  background: rgba(0, 0, 0, 0.9);
}
.project-world .world-img .contactBox .contact-box:hover:after{
  border: 1px solid rgb(34 34 34);
}
.project-world .world-img .contactBox .contact-box::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-radius: 100%;
  z-index: 1;
  background: rgba(238, 238, 238, 0.2);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.project-world .world-img .contactBox .contact-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100%;
  border: 1px solid #dfdfdf;
  -webkit-animation: kz 2s linear infinite;
  -o-animation: kz 2s linear infinite;
  -ms-animation: kz 2s linear infinite;
  -moz-animation: kz 2s linear infinite;
  animation: kz 2s linear infinite;
  z-index: 1;
}
.project-world .world-img .contactBox .contact-box .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 240px;
  z-index: 3;
}
.project-world .world-img .contactBox .contact-box .text h4 {
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #222;
  padding:15px 0 30px;
  position: relative;
}
.project-world .world-img .contactBox .contact-box .text h4::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  width: 60px;
  height: 1px;
  background: #222;
  content: "";
}
.project-world .world-img .contactBox .contact-box .text p {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #222;
  font-family: 'Roboto-Light';
}
.project-world .world-img .contactBox .contact-box .text .more {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #222;
  position: relative;
}
.project-world .world-img .contactBox .contact-box .text .more:hover::after {
  width: 100%;
}
.project-world .world-img .contactBox .contact-box .text .more::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #000;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.product-page {
  padding: 200px 0 0 90px;
}
.product-page .product-1 {
  padding: 85px 0 65px;
  background: url(../images/product-bg.png) no-repeat left top;
}
.product-page .product-1 h4 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  padding-left: 35px;
}
.mbx {
  padding-left: 35px;
  font-size: 14px;
  line-height: 2;
}
.product-page .product-1 h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  padding-left: 85px;
}
.product-page .product-list {
  padding-top: 100px;
}
.product-page .product-list .tenaupro1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  /*text-transform: uppercase;*/
  font-family: 'Poppins-Regular';
}
.product-page .product-list .tenaupro2 {
  font-size: 16px;
  font-family: 'Poppins-Regular';
  line-height: 27px;
  color: #222;
  margin-bottom: 40px;
  max-width: 1600px;
}
.product-page .product-list .tenaupro2 a {
  font-size: 16px;
  font-family: 'Poppins-Regular';
  color: #222;
}
.product-page .product-list .product-nav {
  max-width: 800px;
  margin: 0 auto 0 0;
}
.product-page .product-list .product-nav .swiper-slide {
  text-align: center;
  border-right: 1px solid #bfbfbf;
}
.product-page .product-list .product-nav .swiper-slide > a {
  display: inline-block;
  font-size: 18px;
  color: #000;
  line-height: 1;
  text-transform: capitalize;
  font-family: 'MyriadPro-Regular';
  position: relative;
}
.product-page .product-list .product-nav .swiper-slide > a:hover::after {
  width: 100%;
}
.product-page .product-list .product-nav .swiper-slide > a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #000;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.product-page .product-list .product-nav .swiper-slide-thumb-active > a::after {
  width: 100%;
}
.product-page .product-list .product-pageBox {
  margin-top: 50px;
}
.product-page .product-list .product-pageBox .swiper-slide .product-pageBox-img {
  position: relative;
  overflow: hidden;
}
.product-page .product-list .product-pageBox .swiper-slide .product-pageBox-img img {
  width: 100%;
  opacity: 0;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transform: scale(2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .product-list .product-pageBox .swiper-slide .product-pageBox-img .content {
  position: absolute;
  left: 70px;
  bottom: 50px;
}
.product-page .product-list .product-pageBox .swiper-slide .product-pageBox-img .content h4 {
  font-size: 48px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  font-family: 'MyriadPro-Regular';
}
.product-page .product-list .product-pageBox .swiper-slide .product-pageBox-img .content p {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  margin-top: 10px;
  font-family: 'MyriadPro-Regular';
}
.product-page .product-list .product-pageBox .swiper-slide .productList {
  padding: 87px 80px 30px 0;
  display: none;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li {
  width: 25%;
  margin-right: 0;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li.bfzy{
  width: 12.5%;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li.bfzy a .item-img img{
  transform: scale(1.4);
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li.bfzy:hover a .item-img img{
  transform: scale(1.5);
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li.bfzy .item-content h4{
  height: 30px;
  text-align: center;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li.bfzy a .more-link{
  display: none;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li.bfzy p{
  display: none;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li a {
  display: block;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li a .item-img {
  overflow: hidden;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li a .item-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li a .item-img img {
  width: 100%;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li .item-content {
  padding: 70px 20px 40px;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li .item-content h4 {
  font-size: 18px;
  line-height: 2;
  color: #222;
  /*text-transform: uppercase;*/
  /*font-weight: bold;*/
  text-transform: capitalize;
  font-family: 'Poppins-Regular';
  height: 120px;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li .item-content p {
  padding: 20px 0 14px;
  font-size: 16px;
  line-height: 1.8;
  color: #8a8a8a;
  font-family: 'Poppins-Regular';
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li:nth-child(3n-1) {
  padding-top: 0;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li .item-content {
  padding: 35px 20px 40px;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li:nth-child(3n) {
  margin-right: 0;
}
.product-page .product-list .product-pageBox .swiper-slide-active .product-pageBox-img img {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.product-page .product-list .product-pageBox .swiper-slide-active .productList {
  display: block;
}
.product-page .product-list .product-pageBox .swiper-slide-active .productList .zhengdatit {
  font-size: 26px;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.product-page .product-list .product-pageBox .navigation {
  position: absolute;
  width: 31%;
  top: 50px;
  right: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 10;
}
.product-page .product-list .product-pageBox .navigation .swiper-button-prev,
.product-page .product-list .product-pageBox .navigation .swiper-button-next {
  width: 78px;
  height: 78px;
  position: relative;
  margin-top: 0;
  top: 0;
}
.product-page .product-list .product-pageBox .navigation .swiper-button-prev {
  background: url(../images/produvt-left.png) no-repeat center center;
  left: 0;
  margin-right: 30px;
}
.product-page .product-list .product-pageBox .navigation .swiper-button-next {
  background: url(../images/prodct-right.png) no-repeat center center;
  right: 0;
}
.product-page .product-list .serviceBox{
  margin-top: 50px;
}
.product-page .product-list .serviceBox .swiper-slide a{
  display: block;
}
.product-page .product-list .serviceBox .swiper-slide .item-img{
  overflow: hidden;
}
.product-page .product-list .serviceBox .swiper-slide .item-img img{
  width: 100%;
}
.product-page .product-list .serviceBox .swiper-slide .item-img:hover img{
  transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.product-page .product-list .serviceBox .swiper-slide .item-content{
  padding-top: 20px;
}
.chanming{
    font-size: 20px!important;
  color: #222!important;
  line-height: 36px!important;
  font-weight: 500;
  font-family: 'Poppins-Regular'!important;
  text-transform: capitalize!important;
  min-height: 5em;
}
.product-page .product-list .serviceBox .swiper-slide .item-content h4{
  font-size: 20px;
  color: #222;
  line-height: 36px;
  font-weight: 500;
  font-family: 'Poppins-Regular';
  text-transform: capitalize;
  min-height: 5em;
}
.product-page .product-list .serviceBox .swiper-slide .item-content p{
  line-height: 1.8;
  margin-bottom: 30px;
}
.news-page {
  padding: 200px 120px 20px 90px;
}
.news-page .news-1 {
  background: url(../images/news-bg.png) no-repeat left top;
}
.news-page .news-list .list{
  border-top: 5px solid #000000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.news-page .news-list .list li {
  width: 50%;
padding: 65px 50px;
position: relative;
}
.news-page .news-list .list li:after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 93%;
  height: 1px;
  background: #c7c7c9;
}
.news-page .news-list .list li:nth-child(even):after{
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 0;
  width: 94%;
  height: 1px;
  background: #c7c7c9;
}
.news-page .news-list .list li > a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.news-page .news-list .list li > a .right .content .time{
  display: flex;
  align-items: center;
}
.news-page .news-list .list li > a .right .content .time h2{
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  color: #c6c6c6;
  text-transform: capitalize;
  font-family: 'Neutraface2Display-Titling';
  margin-right: 10px;
}
.news-page .news-list .list li > a .right .content .time .time-box h4{
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #222;
  text-transform: capitalize;
  font-family: 'Neutraface2Display-Titling';
  margin-bottom: 0px;
  height: auto;
}
.news-page .news-list .list li > a .right .content h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #222;
  text-transform: capitalize;
  font-family: 'Neutraface2Display-Titling';
}
.news-page .news-list .list li > a .right .content h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #a3a3a3;
  text-transform: capitalize;
  font-family: 'MyriadPro-Regular';
  margin-bottom: 20px;
}
.news-page .news-list .list li > a .right .content h4 {
  font-size: 28px;
  line-height: 1.6;
  min-height: 7em;
  font-weight: bold;
  color: #222;
  font-family: 'Poppins-Regular';
  margin-bottom: 20px;
}
.news-page .news-list .list li > a .right .content p{
  font-size: 16px;
  color: #222;
  line-height: 30px;
  font-family: 'Poppins-Regular';
  margin-bottom: 30px;
}
.contact-page {
  padding: 200px 0 0 0;
}
.contact-page .contact-1 {
  background: url(../images/contact-bg.png) no-repeat 90px top;
  padding: 85px 120px 65px 90px;
}
.contact-page .contact-2 {
  padding: 110px 120px 60px 90px;
}
.contact-page .contact-2 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-page .contact-2 ul li {
  width: 33.3333%;
  padding-left: 40px;
}
.contact-page .contact-2 ul li:hover .content h6 {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.contact-page .contact-2 ul li .content {
  display: flex;
  align-items: center;
}
.contact-page .contact-2 ul li .content h6 {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #aaaaaa;
  display: flex;
  align-items: center;
  margin-right: 20px;
  justify-content: center;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.contact-page .contact-2 ul li .content h6 i {
  font-size: 20px;
  color: #222;
}
.contact-page .contact-2 ul li .content p {
  font-size: 18px;
  color: #222;
  line-height: 1.5;
  font-family: 'Poppins-Regular';
  max-width: 330px;
}
.contact-page .contact-2 ul .add {
  padding-left: 0;
}
.contact-page .contact-2 ul .add .content {
  align-items: center;
}
.contact-page .contact-3 {
  padding: 0 120px 0 90px;
}
.contact-page .contact-3 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-page .contact-3 ul li {
  width: 33.3333%;
  padding-left: 125px;
  position: relative;
  margin-bottom: 45px;
}
.contact-page .contact-3 ul li img {
      width: 160px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-3 ul li .content {
  background: #f8f8f8;
  padding: 35px 45px;
}
.contact-page .contact-3 ul li .content .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #b3b3b3;
}
.contact-page .contact-3 ul li .content .top .fa {
  font-size: 24px;
  color: #000000;
  line-height: 1;
  display: inline-block;
  margin-right: 18px;
}
.contact-page .contact-3 ul li .content .top h5 {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  font-weight: bold;
  font-family: 'MyriadPro-Regular';
  max-width: 230px;
  padding-bottom: 10px;
}
.contact-page .contact-3 ul li .content .bottom {
      max-width: 230px;
  margin: 0 0 0 auto;
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
  line-height: 1;
  font-family: 'MyriadPro-Regular';
}
.contact-page .contact-3 ul li .content .bottom>div{
  margin-bottom: 15px;
}
.contact-page .contact-3 ul li .content .bottom a{
  color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.contact-page .contact-3 ul li .content .bottom p {
  font-size: 14px;
  color: #000000;
  line-height: 1;
  font-family: 'Poppins-Regular';
  margin-bottom: 15px;
}
.contact-page .contact-4 {
  padding: 170px 120px 160px 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-4 .left {
  max-width: 380px;
  margin-left: 35px;
  padding-top: 40px;
}
.contact-page .contact-4 .left h4 {
  font-size: 48px;
  line-height: 1;
  color: #222;
  font-weight: bold;
  font-family: 'Neutraface2Display-Titling';
  margin-bottom: 10px;
}
.contact-page .contact-4 .left p {
  font-size: 20px;
  line-height: 1;
  color: #222;
  font-family: 'Poppins-Regular';
  margin-top: 20px;
}
.contact-page .contact-4 .right {
  width: 63%;
}
.contact-page .contact-4 .right form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-4 .right form input {
  width: 49%;
  background: none;
  padding: 10px 0;
  border: none;
  border-bottom: 2px solid #222;
  font-size: 16px;
  color: #222;
  line-height: 1;
  /*font-weight: bold;*/
  font-family: 'Poppins-Regular';
  margin-bottom: 30px;
}
.contact-page .contact-4 .right form textarea {
  width: 49%;
  background: none;
  border: none;
  padding: 10px 0;
  border-bottom: 2px solid #222;
  font-size: 16px;
  color: #222;
  line-height: 1;
  /*font-weight: bold;*/
  font-family: 'Poppins-Regular';
  margin-bottom: 30px;
}
.contact-page .contact-4 .right form input[type="submit"] {
  width: 220px;
  height: 48px;
  background: #222;
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  border: none;
  /*font-weight: bold;*/
  font-family: 'Poppins-Regular';
}
.contact-page .contact-4 .right p {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  font-family: 'Poppins-Regular';
  color: #989898;
}
.prodet-page {
  padding: 200px 130px 150px 90px;
}
.prodet-page h4 {
 font-size: 34px;
  color: #222;
  line-height: 1.4;
  font-weight: 500;
  font-family: 'Poppins-Regular';
  text-transform: capitalize;
}
.prodet-page h5 {
  font-size: 24px;
  color: #222;
  line-height: 44px;
  font-family: 'Poppins-Regular';
  font-weight: 700
}
.prodet-page p {
  font-size: 18px;
  color: #696969;
  line-height: 32px;
  font-family: 'Poppins-Regular';
  /*font-weight: 700;*/
}
.prodet-page .title {
  padding-left: 35px;
  padding-bottom: 40px;
  border-bottom: 5px solid #222;
}
.prodet-page .prodet-faq li h5 {
  padding: 30px 0 30px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #a3a3a3;
}
.prodet-page .prodet-faq li h5 .fa {
  font-size: 32px;
  line-height: 1;
  color: #000000;
}
.prodet-page .prodet-faq li p {
  padding: 20px 0 20px;
  display: none;
  border-bottom: 1px solid #a3a3a3;
}
.prodet-page .prodet-faq li.Scroll_Elm {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.prodet-page .prodet-faq li.Scroll_Elm.Scroll_In {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.prodet-page .prodet-1 {
  background: url(../images/product-bg.png) no-repeat left top;
}
.prodet-page .prodet-2 {
  padding: 40px 0 85px;
  border-bottom: 5px solid #000000;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.prodet-page .prodet-2 .left {
  width: 45%;
  text-align: center;
}
.prodet-page .prodet-2 .left .grayborder{
  border: 1px solid #d9d9d9;
}
.prodet-page .prodet-2 .left > a {
  display: inline-block;
  position: relative;
}
.prodet-page .prodet-2 .left .grayborder::after{
  display: none;
}
.prodet-page .prodet-2 .left > a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  border: 1px solid #d9d9d9;
  top: 30px;
  left: 80px;
  border: 1px solid #dfdfdf;
  -webkit-animation: kz 2s linear infinite;
  -o-animation: kz 2s linear infinite;
  -ms-animation: kz 2s linear infinite;
  -moz-animation: kz 2s linear infinite;
  animation: kz 2s linear infinite;
}
.prodet-page .prodet-2 .right {
  width: 55%;
  padding-left: 60px;
  padding-top: 0px;
}
.prodet-page .prodet-2 .right h4 {
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .right h1 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #222;
  line-height: 2;
  font-weight: 500;
  font-family: 'Poppins-Regular';
  text-transform: capitalize;
}
.prodet-page .prodet-2 .right .content {
  margin-bottom:10px;
}
.prodet-page .prodet-2 .right .content p {
  font-size: 18px;
  color: #696969;
  line-height: 2;
  font-family: 'Poppins-Regular';
  max-width: 580px;
}
.prodet-page .prodet-2 .right ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.prodet-page .prodet-2 .right ul li {
  display: flex;
  align-items: center;
  margin-right: 60px;
}
.prodet-page .prodet-2 .right ul li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #222;
  line-height: 32px;
  font-weight: bold;
  font-family: 'Poppins-Regular';
}
.prodet-page .prodet-2 .right ul li img {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.prodet-page .prodet-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  flex-wrap: wrap;
}
.prodet-page .prodet-3 .right {
  padding-right: 70px;
}
.prodet-page .prodet-3 .right ul li {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 2;
  color: #222;
  font-family: 'Poppins-Regular';
  margin-bottom: 30px;
}
.prodet-page .prodet-3 .right ul li a{
  color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-3 .right ul li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-3 .right ul li span {
  display: inline-block;
  width: 47px;
  height: 1px;
  background: #000;
  margin-right: 15px;
}
.prodet-page .prodet-3.pd{
      padding: 0px;
  }
.prodet-page .prodet-3 .prodet-4{
    margin-top: -250px;
}
.prodet-page .prodet-4 {
  /*padding-bottom: 140px;*/
}
.prodet-page .prodet-5 {
  /*padding-bottom: 140px;*/
}
.prodet-page .prodet-5 {
  
}
.prodet-page .prodet-5 .prodet-faq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prodet-page .prodet-5 .prodet-faq li{
  width: 48%;
}
.prodet-page .prodet-5 .prodet-faq li h5 {
  padding: 30px 20px 25px 35px;
}
.prodet-page .prodet-5 .prodet-faq li p {
  padding: 30px 20px 20px 35px;
}
.prodet-page .prodet-6 {
  /*padding-bottom: 140px;*/
}
.prodet-page .prodet-7 h5 {
  padding: 35px 35px 20px;
}
.prodet-page .prodet-7 p.p {
  padding: 0 35px 20px;
}
.prodet-page .prodet-7 .serviceBox {
  padding: 60px 35px 0;
}
.prodet-page .prodet-7 .serviceBox .swiper-slide:hover img {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.prodet-page .prodet-7 .serviceBox .swiper-slide .top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.prodet-page .prodet-7 .serviceBox .swiper-slide .top .service-icon {
  width: 90px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}
.prodet-page .prodet-7 .serviceBox .swiper-slide .top .service-icon img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.prodet-page .prodet-7 .serviceBox .swiper-slide p {
  line-height: 2;
}
.newdet-content {
  padding-top: 40px;
  padding-bottom: 120px;
}
.newdet-content h4 {
  font-size: 45px;
  color: #222;
  line-height: 2;
  font-weight: bold;
  font-family: 'Poppins-Regular';
  text-align: center;
  margin-bottom: 50px;
}
.newdet-content .content {
  padding: 50px 0;
  border-top: 3px solid #222;
  border-bottom: 3px solid #222;
  font-size: 18px;
  line-height: 2;
}
.newdet-content .content p{
  font-size: 16px;
  color: #222;
  line-height: 30px;
  font-family: 'Poppins-Regular';
  margin-bottom: 15px;
}
.newdet-content .m-link {
  padding-top: 40px;
  font-size: 16px;
  color: #222;
  line-height: 2;
  font-family: 'Poppins-Regular';
  text-transform: uppercase;
}
.newdet-content .m-link a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
  display: inline-block;
  position: relative;
}
.newdet-content .m-link a:hover::after {
  width: 100%;
}
.newdet-content .m-link a::after {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 0;
  height: 1px;
  background: #000;
  content: "";
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.faq-page .prodet-4 {
  padding-top: 30px;
}
.faq-page .prodet-4 .title {
  margin-bottom: 50px;
}
.prodet-page.faq-page{
    padding: 165px 130px 50px 90px;
}
.more-link{
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(../images/about-right.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.more-link:hover{
  background: url(../images/right-hid.png) no-repeat;
}
.pdf{
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(../images/pdf.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
      margin-right: 20px;
}
.pdf:hover{
background: url(../images/pdf-black.png) no-repeat;
}
.contact{
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(/chinabwh/2022/02/20/contact-1.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  margin-right: 14px;
}
.contact:hover{
background: url(/chinabwh/2022/02/20/contactb.png) no-repeat;
}
.dwo{
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(/chinabwh/2022/02/20/contactb.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.dwo:hover{
background: url(../images/right-hid.png) no-repeat;
}
@media screen and (max-width: 1600px) {
  .about-page {
    padding-top: 170px;
    background: url(../images/about-1-bg.png) no-repeat 0 120px;
  }
  .inner-page h3 {
    font-size: 45px;
  }
  .about-page .about-1 .left h3 span {
    font-size: 30px;
  }
  .about-page .about-1 {
    padding-left: 20px;
  }
  .about-page .about-1 .left p {
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-2 .right {
    padding: 0 100px;
  }
  .about-page .about-2 {
    padding: 140px 0 140px;
  }
  .contact-page {
    padding: 150px 0 0 0;
  }
  .contact-page .contact-2 {
    padding: 100px 40px;
  }
  .contact-page .contact-2 ul li {
    padding-left: 0;
  }
  .contact-page .contact-2 ul li .content p {
    max-width: 290px;
  }
  .contact-page .contact-3 {
    padding: 0 40px;
  }
  .contact-page .contact-3 ul li img {
    width: 100px;
  }
  .contact-page .contact-3 ul li {
    padding-left: 80px;
  }
  .contact-page .contact-2 ul li .content p {
    font-size: 14px;
  }
  .contact-page .contact-4 {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 1440px) {
  .product-page {
    padding: 100px 0 0 30px;
  }
  .contact-page .contact-1 {
    padding: 85px 15px;
  }
  .contact-page .contact-2 {
    padding: 50px 15px;
  }
  .contact-page .contact-2 ul li .content p {
    max-width: 230px;
  }
  .contact-page .contact-3 {
    padding: 0 15px;
  }
  .contact-page .contact-3 ul li .content .top h5 {
    font-size: 15px;
  }
  .contact-page .contact-3 ul li .content {
    padding: 20px;
  }
  .contact-page .contact-4 {
    padding: 50px 15px;
  }
  .contact-page .contact-4 .left h4 {
    font-size: 30px;
  }
  .contact-page .contact-4 .left p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1230px) {
  .about-page .about-4 {
    padding: 90px 15px 0 15px;
  }
  .about-page .about-4 .top h4 {
    font-size: 30px;
  }
  .inner-page h3 {
    font-size: 25px;
  }
  .about-page .about-5 {
    padding: 60px 20px 70px 20px;
  }
  .news-page {
    padding: 100px 40px;
  }
  .news-page .news-list .list li > a .right .content {
    padding: 20px 15px;
  }
  .news-page .news-list .list li > a .right .content h4 {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .news-page .news-list .list li > a .right {
    width: 50%;
    padding-left: 30px;
  }
  .news-page .news-list .list li {
    margin-bottom: 40px;
  }
  .newdet-content h4 {
    font-size: 32px;
  }
  .newdet-content .m-link {
    font-size: 14px;
  }
  .project-page .project-list .list li > a .content h4 {
    bottom: 20px;
    left: 20px;
    font-size: 24px;
  }
  .project-page .project-list .list li > a .content {
    padding: 20px;
  }
  .inner-page .side-list {
    padding-top: 40px;
  }
  .project-page {
    padding: 100px 15px 0 15px;
  }
  .project-world .world-img .contactBox .contact-box {
    width: 325px;
    height: 325px;
  }
  .project-world .world-img .contactBox .contact-box .text p {
    font-size: 16px;
  }
  .project-world .world-img .contactBox .contact-box .text h4 {
    font-size: 24px;
    padding: 10px 0;
  }
  .project-world .world-img .contactBox .contact-box .text h4::after {
    bottom: 7px;
  }
  .project-world .world-img .contactBox .contact-box .text .more {
    font-size: 12px;
  }
  .product-page .product-list .product-pageBox .swiper-slide .productList {
    padding: 50px 30px 100px 0;
  }
  .product-page .product-list .product-pageBox .swiper-slide .productList ul li .item-content h4 {
    font-size: 16px;
  }
  .product-page .product-list .product-pageBox .swiper-slide .productList ul li .item-content p {
    font-size: 12px;
  }
  .product-page .product-list .product-pageBox .swiper-slide .product-pageBox-img .content h4 {
    font-size: 24px;
  }
  .product-page .product-list .product-pageBox .swiper-slide .product-pageBox-img .content p {
    font-size: 16px;
  }
  .product-page .product-list .product-pageBox .swiper-slide .product-pageBox-img .content {
    position: absolute;
    left: 30px;
    bottom: 30px;
  }
  .product-page .product-list .product-pageBox .navigation {
    top: 20px;
    right: 20px;
  }
  .prodet-page {
    padding: 100px 40px;
  }
  .prodet-page h4 {
    font-size: 30px;
  }
  .prodet-page .prodet-2 .right {
    padding-left: 30px;
    padding-top: 20px;
  }
  .prodet-page .prodet-2 .right .content p {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .right .content {
    margin-bottom: 40px;
  }
  .prodet-page .prodet-2 .right ul li a {
    font-size: 14px;
    line-height: 28px;
  }
  .prodet-page .prodet-2 .right ul li {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .inner-page .side-list .side-nav > li > a {
    font-size: 16px;
  }
  .inner-page .side-list .side-nav > li {
    padding: 0 20px;
  }
  .inner-page .side-list .side-nav {
    margin-bottom: 10px;
  }
  .prodet-page .prodet-3 .right ul li {
    font-size: 16px;
  }
  .prodet-page .prodet-3 .left img {
    width: 400px;
  }
  
  .prodet-page h5 {
    font-size: 20px;
  }
  .prodet-page .prodet-faq li h5 {
    padding: 20px 0 20px;
  }
  .prodet-page .prodet-faq li p {
    padding: 20px 15px;
  }
  .prodet-page p {
    font-size: 18px;
    line-height: 1.8;
  }
  .contact-page .contact-2 ul li .content h6 {
    width: 40px;
    height: 40px;
  }
  .contact-page .contact-2 ul li .content p {
    font-size: 14px;
    max-width: 200px;
  }
  .contact-page .contact-3 ul li {
    width: 50%;
  }
  .contact-page .contact-2 ul li .content p {
    max-width: 160px;
  }
  .contact-page .contact-4 .left {
    margin-left: 0;
  }
}
.xinwenbiaoti{
  font-size: 30px;
    line-height: 2;
    font-weight: 700;
    color: #222;
    font-family: 'Poppins-Regular';
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .left .left-box:after{
    display: none;
  }
  .jinhesockshide{
    display: none;
  }
  .xinwenbiaoti{
    font-size: 20px;
line-height: 36px;
  }
  #index-body .init-5{
    padding-bottom: 0;
  }
  #index-body .init-5 .newsBox .swiper-slide h4{
    font-size: 18px;
  }
  #index-body .init-5 .newsBox .swiper-slide .mb-abst{
    margin-top: 10px;
    font-size: 14px;
  }
  .about-page {
    padding-top: 80px;
  }
  .about-page .about-1 {
    padding: 0 15px;
  }
  .about-page .about-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-2 {
    padding: 40px 15px;
  }
  .about-page .about-2 .left {
    width: 100%;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding: 0 0;
  }
  .about-page .about-2 .right h3 {
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .about-page .about-4 .exhibitionBox .navigation {
    display: none;
  }
  .about-page .about-4 .exhibitionBox {
    margin-top: 30px;
  }
  .news-page {
    padding: 80px 15px;
  }
  .inner-page .side-title {
    padding: 30px 0 30px;
  }
  .inner-page .side-title h4 {
    padding-left: 0;
    text-align: center;
  }
  .inner-page .side-list {
    padding-top: 30px;
  }
  .inner-page .side-list .side-nav {
    margin-bottom: 30px;
  }
  .inner-page .side-list .side-nav > li > a {
    font-size: 18px;
  }
  .inner-page .side-list .side-nav > li {
    padding: 0 5px;
  }
  .news-page .news-list .list li > a .left {
    width: 100%;
  }
  .news-page .news-list .list li > a .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .newdet-content h4 {
    font-size: 20px;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .inner-page .side-title h4 {
    font-size: 20px;
  }
  .project-page .project-list .list li {
    width: 100%;
  }
  .project-world .world-img .contactBox .contact-box {
    width: 200px;
    height: 200px;
  }
  .inner-page .side-list .side-nav {
    flex-wrap: wrap;
  }
  .inner-page .side-list .side-nav > li {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .product-page {
    padding: 60px 15px 0;
  }
  .product-page .product-list {
    padding-top: 30px;
  }
  .product-page .product-list .product-pageBox .navigation {
    display: none;
  }
  .product-page .product-list .product-pageBox .swiper-slide .productList {
    padding: 50px 0 100px 0;
  }
  .product-page .product-list .product-pageBox .swiper-slide .productList ul li {
    width: 100%;
    margin-right: 0%;
  }
  .product-page .product-list .product-pageBox .swiper-slide .productList ul li:nth-child(3n-1) {
    padding-top: 0;
  }
  .prodet-page {
    padding: 80px 15px;
  }
  .prodet-page .prodet-2 {
    padding: 40px 0;
  }
  .prodet-page .prodet-2 .left {
    width: 100%;
    text-align: center;
  }
  .prodet-page .prodet-2 .right {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
  .prodet-page h4 {
    font-size: 24px;
  }
  .prodet-page .prodet-2 .right .content p {
    font-size: 14px;
    line-height: 28px;
  }
  .prodet-page .prodet-3 .left {
    display: none;
  }
  .prodet-page .prodet-3 .right {
    padding-right: 0;
  }
  .prodet-page .prodet-3 .right{
    width: 100%;
  }
.prodet-page .prodet-3 .prodet-4{
  margin-top: 10px;
  width: 100%;
}
  .prodet-page .prodet-faq li h5 {
    padding: 25px 0 20px;
  }
  .prodet-page h5 {
    font-size: 16px;
  }
  .prodet-page .prodet-faq li p {
    padding: 10px;
  }
  .prodet-page p {
    font-size: 12px;
    line-height: 1.8;
  }
  .prodet-page .prodet-5 .prodet-faq {
    width: 100%;
  }
  .prodet-page .prodet-5 .prodet-faq li h5 {
    padding: 25px 0 20px;
  }
  .prodet-page .prodet-5 .prodet-faq li p {
    padding: 10px;
  }
  .prodet-page .title {
    text-align: center;
    padding-left: 0;
    padding-bottom: 40px;
  }
  .prodet-page .prodet-7 h5 {
    padding: 25px 0 20px;
  }
  .prodet-page .prodet-7 p.p {
    padding: 0;
    margin: 10px;
  }
  .prodet-page .prodet-7 .serviceBox {
    padding: 60px 0 0;
  }
  .contact-page {
    padding: 60px 0 0 0;
  }
  .contact-page .contact-2 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-page .contact-2 ul li .content p {
    max-width: 220px;
  }
  .contact-page .contact-3 ul li {
    width: 100%;
  }
  .contact-page .contact-3 ul li img {
    left: 0;
  }
  .contact-page .contact-3 ul li .content {
    padding: 10px;
  }
  .contact-page .contact-3 ul li img {
    width: 80px;
  }
  .contact-page .contact-3 ul li .content .bottom p {
    font-size: 12px;
  }
  .contact-page .contact-3 ul li .content .top h5 {
    font-size: 14px;
  }
  .contact-page .contact-4 {
    padding: 30px 15px;
  }
  .contact-page .contact-4 .left {
    padding-top: 0;
  }
  .contact-page .contact-4 .right {
    width: 100%;
    margin-top: 30px;
  }
.prodet-page.faq-page{
      padding: 80px 15px 50px;
}
#footer.footer .top .topBox .two img{
  display: none;
}
.news-page .news-list .list li{
  width: 100%;
    padding: 0;
}
.inner-page .side-title{
  display: none;
}
.prodet-page .prodet-5 .prodet-faq li{
  width: 100%;
}
.about-page .about-3 .about-3-img .content h6{
  font-size: 24px;
}
.about-page .about-3 .about-3-img .content h5{
  display: none;
}
.about-page .about-3 .about-3-img .content{
  left: 0;
  max-width: 100%;
  padding: 0 20px;
}
.about-page .about-3 .about-3-img .content .more a span{
  margin-right: 15px;
}
.about-page .about-3 .about-3-img .content p{
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.about-page .about-3 .about-3-img .content .more a span{
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
.about-page .about-3 .about-3-img .content .more{
      margin-top: 10px;
}
#advantages.init-2 {
    padding-top: 50px;
}
#advantages.init-2 .content .top{
  padding-left: 20px;
}#advantages.init-2 h2{
  font-size: 35px;
}
#advantages.init-2 .content .center{
  padding: 50px 15px;
}
#advantages.init-2 .content .center .left{
  width: 100%;
  padding-left: 0;
}
#advantages.init-2 .content .center .right{
  width: 100%;
  padding: 30px 0;
}
#advantages.init-2 .content .center .right ul li{
  width: 100%;
}
#advantages.init-2 .content .center .right ul li span em{
      font-size: 50px;
}
#advantages.init-2 .content .center .right ul li p{
      max-width: 100%;
}
#advantages.init-2 .content .center .right ul li{
  margin-bottom: 50px;
}
#advantages.init-2 .content .center .xian .xianBox{
  display: none;
}
.project-page.gallery-page .project-list .list li{
  width: 100%;
}
.project-page.environment-page .project-list .list li{
  width: 100%;
}
.project-page .project-list .list li>a .content h4{
  font-size: 14px;
  font-weight: 500;
}


#advantages.init-2 .content .center .right ul li span{
  float: left;
  width:40%;
}
#advantages.init-2 .content .center .right ul li span em {
    font-size: 36px;
}
#advantages.init-2 .content .center .right ul li p {
    float: left;
    width: 58%;
    margin-top: -10px;
}
.about-page .about-4{
  padding-top: 0;
}
.about-page .about-4 .exhibitionBox{
  padding-top: 0;
}
.about-page .about-5{
  padding-bottom: 0;
}
.inner-page .side-list .side-nav,
.faq-page .prodet-4 .title{
  display: none;
}
.prodet-page{
  padding-top: 40px;
}
.product-page .product-list .product-pageBox .swiper-slide .productList{
  padding-top: 0;
}
.product-page .product-list .product-pageBox {
    margin-top: 0px;
}
.project-page {
    padding: 20px 15px 0;
}
.inner-page .m-page{
  margin-top:20px;
}
.prodet-page.faq-page {
    padding: 20px 15px 50px;
}
.prodet-page .prodet-4 {
    padding-bottom: 40px;
}
.news-page {
    padding: 0px 15px;
}
.newdet-content{
  padding-bottom: 40px;
}


}
@media screen and (min-width:700px){

  .mb-abst,#mb-footer{
    display: none!important;
  }
}
@media screen and (max-width:700px){

  #mb-footer {
    display: block!important;
    padding: 35px 0 90px;
    background: #222222;
}
#mb-footer .f-top {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #303030;
    padding-bottom: 25px;
    text-align: center;
}
#mb-footer .f-top img {
    width: auto;
    height: auto;
    max-width:91px;
}
#mb-footer .f-top p {
    color: #bbbbbb;
    font-size: 12px;
    margin: 12px 0 15px;
}
#mb-footer .f-top .f-social a {
    margin: 0 6px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #bbbbbb;
    color: #fff;
}
#mb-footer .f-copyright {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #303030;
}
#mb-footer .f-copyright p {
    color: #bbbbbb;
    font-size: 14px;
    transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
}
#mb-footer .f-copyright a{
  display: inline-block;
  margin-top: 5px;
}
#mb-footer .f-copyright a img{
  max-height: 12px;
  width: auto;
}
.f-tool {
    padding-top: 10px;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 46px;
    background: #222222;
    left: 0;
    bottom: 0;
    z-index: 1001;
}
.f-tool a {
    float: left;
    width: 25%;
}
.f-tool a i,.f-tool a span {
    display: block;
    color: #dddddd;
    margin-top: 2px;
}
.f-tool a span {
    font-size: 14px;
}

.about-page{
  background: url(/template/en/images/about-1-bg.png) no-repeat 50px 80px;
  background-size: 300px;
}
#advantages.init-2 .content .center .right ul li{
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.prodet-page .prodet-2 .left>a:after{
  display: none;
}
}

.button-group .button{
  background-color: #222 !important;
}

#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: 99;
}
#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;
}
#mobile #menu-on .txt{
    position: absolute;
    top: 50%;
    left: 115%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #f00;
    font-weight: bold;
}
.knowledgetext {
    margin-top: 40px;
    font-size: 16px;
    line-height: 2;
    color: #222;
    font-family: 'Poppins-Regular';
}
.hangyezhishi {
    margin-top: 40px;
    font-size: 18px;
    line-height: 2;
    color: #222;
    font-weight: 800;
    font-family: 'Poppins-Regular';
}
#Pop_UpsBtn{
  display: none!important;
}