@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Georgia-Bold';
  src: url(../fonts/Georgia-Bold.ttf) format('truetype'), url(../fonts/Georgia-Bold.eot) format('eot'), url(../fonts/Georgia-Bold.woff) format('woff'), url(../fonts/Georgia-Bold.woff2) format('woff2');
}
body {
  font-family: "Poppins";
  font-weight: 400;
}
.ui.container {
  padding: 0 7%;
  position: relative;
}
:root {
  --white: #fff;
  --black: #000;
  --primary: #b2916d;
  --color: #e60012;
  --font: 'Georgia-Bold';
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  
}
#header.inner {
    box-shadow: 0 0 10px #ccc;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #fff;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  font-size: 20px;
  font-weight: 500;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #fd2318;
  color: #fd2318;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .p-search {
  border: 1px solid #000;
  border-radius: 15px;
}
#header .nav .ui.menu .p-search form {
    pointer-events: none;
}
#header .nav .ui.menu .p-search input {
  font-size: 16px;
  height: 30px;
  width: 120px;
  border: none;
  padding-left: 20px;
  border-radius: 15px 0 0 15px;
}
#header .nav .ui.menu .p-search button {
  font-size: 18px;
  height: 30px;
  width: 50px;
  border: none;
  background-color: transparent;
  border-radius: 0 15px 15px 0;
}
#header .nav .ui.menu .h-search {
  display: none;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .msgBtn {
  cursor: pointer;
}
#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: #fd2318;
}
#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: #fd2318;
  -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: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 600px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  word-break: normal;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: black;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
  line-height: 2;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 15px;

}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-family: var(--font);
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }

  #nav-height{
      display: none;
  }
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 100px;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li img{
    width: 20px;
    vertical-align: middle;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  position: relative;
  padding-left: 460px;
  padding-right: 7%;
  padding-top: 30px;
}
#banner li {
  position: relative;
}
#banner li img {
  width: 100%;
  -webkit-transition: 3s linear;
  -moz-transition: 3s linear;
  transition: 3s linear;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#banner .slick-active li img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  padding: 60px 120px;
  max-width: 960px;
  position: relative;
  z-index: 1;
}
#banner .left::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
#banner .left::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 460px;
  background-color: rgba(156, 156, 156, 0.05);
}
#banner h2 {
  margin-bottom: 30px;
  font-size: 73px;
  line-height: 1.3;
  font-family: var(--font);
}
#banner p {
  margin-bottom: 40px;
  font-size: 18px;
}
#banner .dots {
  left: 10%;
  top: 5%;
}
#banner .social-links {
  width: 7%;
  right: 0;
  top: 0;
}
#banner .social-links > div {
  margin-top: 75%;
}
#banner .page {
  width: 7%;
  right: 0;
  bottom: 0;
}
#banner .page > div:first-child,
#banner .page > div:last-child {
  font-size: 25px;
  font-family: var(--font);
}
#banner .page > div.line {
  width: 2px;
  height: 70px;
  margin: 10px auto;
  background-color: black;
}
.baseBtn {
  font-weight: 500;
  font-size: 18px;
  font-family: var(--font);
  display: inline-block;
  line-height: 3.61111111em;
  height: 3.61111111em;
  padding: 0 2em 0 2.5em;
  position: relative;
  background-color: #ededed;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.baseBtn::before {
  content: '';
  width: .5em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: var(--color);
  z-index: -1;
}
.baseBtn:hover {
  color: #fff;
}
.baseBtn:hover::before {
  width: 100%;
}
.subBtn {
  padding: 12px 49px;
  display: inline-block;
  font-size: 19px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  border: 1px solid var(--white);
  color: var(--white);
  font-family: var(--font);
}
.subBtn:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -moz-transition: transform .5s ease, -moz-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease;
  background: var(--color);
}
.subBtn:hover {
  color: var(--white);
  border-color: var(--color);
}
.subBtn:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.baseTit {
  font-size: 60px;
  font-family: var(--font);
}
.baseTit span {
  color: var(--color);
}
.our-about {
  padding: 120px 0 90px;
}
.our-about h1 {
  display: inline;
}
.our-about .content {
  padding: 0 15%;
  margin-bottom: 50px;
}
.our-about .date {
  right: 5%;
  top: 10%;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--color);
  padding: 10px;
  border-radius: 5px;
}
.our-about .date span {
  font-size: 23px;
  font-family: var(--font);
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
}
.i-advantage {
  background-color: #303030;
  padding: 70px 0;
}
.i-advantage .Tit {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: auto;
}
.i-advantage .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.our-product {
  background-color: #e9e9e9;
  padding: 10px 0;
  overflow: hidden;
}
.our-product ul {
  margin: 0 -10px;
}
.our-product li {
  padding: 10px;
}
.our-product .img .text {
  padding: 20px;
  top: 30px;
  bottom: 30px;
  left: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .img .text .name {
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.our-product .img .text p {
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.our-product .img:hover .text {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.our-product .img:hover .text .name {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}
.our-product .img:hover .text p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}
.our-news {
  padding: 140px 0;
}
.our-news .left {
  width: 40%;
  padding-right: 5%;
}
.our-news .right {
  width: 60%;
}
.our-news .right ul {
  margin: -80px;
}
.our-news .right li {
  padding: 80px;
}
.our-news .right .name {
  font-weight: 500;
}
.our-news .right p {
  line-height: 2;
}
.our-news .right .newsBtn {
  font-size: 19px;
  font-family: var(--font);
  border-bottom: 1px solid black;
  display: inline-block;
}
#footer {
  position: relative;
  background: var(--black);
  padding: 60px 0 20px;
  color: var(--white);
}
#footer .f-info .left {
  width: 33.488%;
  padding-top: 50px;
}
#footer .f-info .left span.s1 {
  font-size: 25px;
  line-height: 1;
  font-family: var(--font);
  border-bottom: 1px solid var(--white);
  color: var(--white);
}
#footer .f-info .left h1.title,
#footer .f-info .left h2.title {
  font-size: 50px;
  margin-top: 23px;
  font-family: var(--font);
}
#footer .f-info .left ul {
  margin: 60px 0 -20px;
}
#footer .f-info .left ul li {
  padding-bottom: 20px;
}
#footer .f-info .left ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  font-size: 0;
}
#footer .f-info .left ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 2;
  padding-left: 15px;
  width: 65%;
}
#footer .f-info .left #ewm {
  margin-top: 98px;
  width: 120px;
  border: 3px solid #fff;
}
#footer .f-info .right {
  width: 66.512%;
  background: #202020;
  padding: 60px;
}
#footer .f-info .right form ul {
  margin: 0 -30px -47px 0;
}
#footer .f-info .right form ul li {
  padding: 0 30px 47px 0;
}
#footer .f-info .right form ul li label {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  margin-bottom: 10px;
}
#footer .f-info .right form ul li input,
#footer .f-info .right form ul li textarea {
  width: 100%;
  height: 40px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.22);
}
#footer .f-info .right form ul li.wid-100 {
  width: 100%;
}
#footer .f-info .right form ul li.wid-100 textarea {
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 20px 0 0 15px;
  text-align: left;
  line-height: 2;
}
#footer .f-info .right form ul li.wid-100 .more {
  padding: 12px 62px;
}
#footer .f-info .right form ul li:last-child {
  text-align: right;
}
#footer .f-list {
  margin-top: 40px;
}
#footer .f-list .left {
  width: 70%;
  vertical-align: middle;
}
#footer .f-list .left .f-logo {
  display: inline-block;
  vertical-align: middle;
}
#footer .f-list .left .f-nav {
  display: inline-block;
  vertical-align: middle;
  padding-left: 120px;
  width: 80%;
}
#footer .f-list .left .f-nav ul li {
  font-size: 16px;
  padding-left: 40px;
}
#footer .f-list .left .f-nav ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .f-list .left .f-nav ul li a {
  display: block;
  position: relative;
}
#footer .f-list .left .f-nav hr {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
#footer .f-list .right {
  width: 30%;
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.21);
  font-weight: 500;
}
#footer .f-list .right img {
  vertical-align: top;
  width: auto;
  max-height: 14px;
  margin-top: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(0.21);
  filter: brightness(0.21);
}
@media (max-width: 1800px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
    font-size: 18px;
  }
  #banner h2 {
    font-size: 50px;
  }
  #banner .social-links > div {
    margin-top: 50%;
  }
  .our-news .right ul {
    margin: -40px;
  }
  .our-news .right li {
    padding: 40px;
  }
  .baseTit {
    font-size: 50px;
  }
  #footer .f-info .left h1.title,
  #footer .f-info .left h2.title {
    font-size: 40px;
  }
  #footer .f-info .left ul li span {
    width: 80%;
  }
  #footer .f-list .left .f-nav ul li {
    padding-left: 20px;
  }
}
@media (max-width: 1600px) {
  .ui.container {
    padding: 0 5%;
  }
  #banner {
    position: relative;
    padding-left: 350px;
    padding-right: 5%;
  }
  #banner .social-links {
    width: 5%;
  }
  #banner .page {
    width: 5%;
  }
  #banner .left::before {
    width: 350px;
  }
  #banner .left {
    max-width: 800px;
    padding: 30px 60px;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner p {
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .p-search {
    display: none;
  }
  #header .nav .ui.menu .h-search {
    display: block;
  }
  .baseTit {
    font-size: 40px;
  }
  .our-about .content {
    padding: 0 5%;
    font-size: 18px;
  }
  .i-advantage .Tit {
    font-size: 30px;
  }
  .our-product .img .text .name {
    font-size: 20px;
  }
  .our-news .right ul {
    margin: -20px;
  }
  .our-news .right li {
    padding: 20px;
  }
  .our-news .left .desc {
    font-size: 18px;
  }
  #footer .f-list .left .f-nav {
    padding-left: 60px;
  }
  #footer .f-list .left .f-nav ul li {
    font-size: 14px;
  }
  .subBtn {
    font-size: 16px;
  }
  #footer .f-info .left #ewm {
    margin-top: 60px;
  }
  #footer .f-info .left span.s1 {
    font-size: 18px;
  }
  #footer .f-info .left h1.title,
  #footer .f-info .left h2.title {
    font-size: 30px;
  }
}
@media (max-width: 1400px) {
  #header .nav .ui.menu .logo {
    width: 100px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  .our-about .content {
    font-size: 16px;
  }
  .i-advantage .Tit {
    font-size: 24px;
  }
  .our-product .img .text .name {
    margin-bottom: 0;
  }
  .our-product .img .text p {
    display: none;
  }
  .our-product .img .text .name {
    font-size: 18px;
  }
  .our-news .left .desc {
    font-size: 16px;
  }
  #footer .f-list .left {
    width: 100%;
  }
  #footer .f-list .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #header .nav .ui.menu .logo {
    width: 80px;
  }
  #banner {
    padding-left: 250px;
  }
  #banner .left {
    max-width: 500px;
    padding: 30px 30px;
  }
  #banner h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  #banner p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #banner .left::before {
    width: 250px;
  }
  #banner .page > div:first-child,
  #banner .page > div:last-child {
    font-size: 20px;
  }
  .baseBtn {
    font-size: 14px;
  }
  .baseTit {
    font-size: 30px;
  }
  .our-about .content {
    font-size: 15px;
    line-height: 2;
  }
  .our-about .date span {
    font-size: 18px;
    vertical-align: inherit;
  }
  .our-about .date {
    font-size: 14px;
  }
  .font-16 {
    font-size: 15px;
  }
  .our-news .left .desc {
    font-size: 15px;
    line-height: 2;
  }
  #footer .f-info .right {
    padding: 30px;
  }
  #footer .f-info .right form ul li label {
    font-size: 14px;
  }
  #footer .f-info .right form ul li input,
  #footer .f-info .right form ul li textarea {
    font-size: 14px;
  }
  #footer .f-info .left ul li span {
    font-size: 14px;
  }
  #footer .f-info .left ul {
    margin: 30px 0 -20px;
  }
  #footer .f-list .left .f-nav {
    padding-left: 30px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #nav-height {
    display: none;
  }
  #banner .social-links {
    display: none;
  }
  #banner .page {
    display: none;
  }
  #banner {
    padding-left: 0;
    padding-right: 0;
  }
  #banner .dots {
    display: none;
  }
  #banner .content {
    left: 5%;
    width: 90%;
  }
  #banner h2 {
    font-size: 24px;
    line-height: 2;
  }
  #banner .left::before {
    display: none;
  }
  .our-about {
    padding: 90px 0;
  }
  .our-about .content {
    padding: 0;
  }
  .i-advantage .box {
    display: block;
    text-align: center;
  }
  .i-advantage .Tit {
    margin-bottom: 30px;
  }
  .our-news {
    padding: 90px 0;
  }
  .our-news .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .our-news .right {
    width: 100%;
  }
  .our-news .right .name {
    font-size: 18px;
    line-height: 2;
  }
  #footer .f-info .left {
    width: 100%;
    padding-top: 0;
  }
  #footer .f-info .left #ewm {
    display: none;
  }
  #footer .f-info .right {
    width: 100%;
    margin-top: 40px;
  }
  #footer .f-list .left {
    display: none;
  }
  #footer .f-list .right {
    margin-top: 0;
  }
  #footer .f-list {
    margin-top: 20px;
  }
  .baseTit {
    font-size: 24px;
  }
  #footer .f-info .left h1.title,
  #footer .f-info .left h2.title {
    font-size: 24px;
  }
  #footer .f-info .left span.s1 {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .our-about {
    padding: 60px 0;
  }
  .i-advantage {
    padding: 35px 0;
  }
  .i-advantage .Tit {
    font-size: 18px;
    line-height: 2;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .right .newsBtn {
    font-size: 14px;
  }
  #footer .f-info .right {
    padding: 15px;
  }
  #footer .f-info .right form ul {
    margin: 0 -15px -15px 0;
  }
  #footer .f-info .right form ul li {
    padding: 0 15px 15px 0;
  }
  #footer .f-info .right form ul li.wid-100 .more {
    padding: 10px 30px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  #banner p {
    display: none;
  }
  #banner .left {
    max-width: 100%;
    padding: 15px;
  }
}






/*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: 0px -5px 0px;
}
.inner-page .m-page a {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 16px;
    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: 16px;
    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: var(--color) none repeat scroll 0 0;
    color: #fff;
}
.inner-page h3 {
    font-size: 50px;
    color: #222;
    line-height: 1.2;
    font-family: var(--font);
    /*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;
    line-height: 1;
    text-transform: uppercase;
    color: #222;
    padding-left: 36px;
    font-family: var(--font);
}
.inner-page .side-title .singletit {
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    color: #222;
    padding-left: 36px;
    font-family: var(--font);
}
.inner-page .side-list {
    padding-top: 0px;
}
.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-weight: normal;
    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: 120px;
    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: 36px;
    color: #222;
    font-family: var(--font);
    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-weight: normal;
}
.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;
}
.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: 1.8;
    color: #222;
    font-weight: normal;
        max-height: 407px;
    overflow-y: scroll;
    padding-right: 1em;
}
.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: 1.8;
    color: #000;
    font-weight: normal;
}
.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: 8%;
    bottom: 10%;
    max-width: 890px;
    text-align: left;
}
.about-page .about-3 .about-3-img .content h6{
    font-size: 55px;
    color: #fff;
    margin-bottom: 10px;
    font-family: var(--font);
}
.about-page .about-3 .about-3-img .content h5{
    font-size: 32px;
    color: #fff;
    line-height: 1.4;
    padding-bottom: 20px;

    font-weight: normal;
}
.about-page .about-3 .about-3-img .content p{
    font-size: 18px;
    color: #fff;
    line-height:32px;
    font-weight: normal;
}
.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-weight: normal;
    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;
    line-height: 1;
    font-family: var(--font);
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    color: #222;
}
#advantages.init-2 .content .top {
    display: block;
    padding-left: 7%;
}
#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: 7%;
}
#advantages.init-2 .content .center .left h4 {
    font-size: 30px;
    line-height: 1.6;
    color: #222;
    font-family: var(--font);
    text-transform: uppercase;
}
#advantages.init-2 .content .center .right {
    width: 100%;
    padding: 95px 7%;
    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: 26px;
    font-weight: normal;
    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-family: var(--font);
}
#advantages.init-2 .content .center .right ul li p {
    max-width: 230px;
    font-size: 16px;
    line-height: 30px;
    color: #222;
    font-weight: normal;
    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-family: var(--font);
    font-weight: normal;
    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: 50px 0 50px;
}
.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-family: var(--font);
    font-weight: normal;
}
.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-weight: normal;
}
.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-family: var(--font);
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    padding-left: 35px;
}
.mbx {
    padding-left: 0px;
    font-size: 14px;
    line-height: 2;
}
.product-page .product-1 h1 {
    font-size: 30px;
    font-family: var(--font);
    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-family: var(--font);
    margin-bottom: 10px;
    /*text-transform: uppercase;*/
    font-weight: normal;
}
.product-page .product-list .tenaupro2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 27px;
    color: #222;
    margin-bottom: 40px;
    max-width: 1600px;
}
.product-page .product-list .tenaupro2 a {
    font-size: 16px;
    font-weight: normal;
    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-weight: normal;
    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-family: var(--font);
    font-weight: normal;
}
.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-weight: normal;
}
.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-family: var(--font);*/
    text-transform: capitalize;
    font-weight: normal;
    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-weight: normal;
}
.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-family: var(--font);
}
.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;
}
.product-page .product-list .serviceBox .swiper-slide .item-content h4{
    margin: 10px 0 20px;
    font-size: 22px;
    color: #222;
    line-height: 2;
    /*font-weight: 700;*/
    font-weight: normal;
    text-transform: capitalize;
}
.product-page .product-list .serviceBox .swiper-slide .item-content p{
    line-height: 1.8;
    margin-bottom: 30px;
}
.news-page {
    padding: 50px 0 20px;
}
.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-family: var(--font);
    line-height: 1;
    color: #c6c6c6;
    text-transform: capitalize;
    font-family: var(--font);
    margin-right: 10px;
}
.news-page .news-list .list li > a .right .content .time .time-box h4{
    font-size: 30px;
    font-family: var(--font);
    line-height: 1;
    color: #222;
    text-transform: capitalize;
    font-family: var(--font);
    margin-bottom: 0px;
    height: auto;
}
.news-page .news-list .list li > a .right .content h5 {
    font-size: 20px;
    font-family: var(--font);
    line-height: 36px;
    color: #222;
    text-transform: capitalize;
    font-family: var(--font);
}
.news-page .news-list .list li > a .right .content h6 {
    font-size: 14px;
    font-family: var(--font);
    line-height: 2;
    color: #a3a3a3;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 20px;
}
.news-page .news-list .list li > a .right .content .h4news {
    font-size: 30px;
    line-height: 1.4;
    font-family: var(--font);
    min-height: 2.8em;
    color: #222;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px;
}
.news-page .news-list .list li > a .right .content p{
    font-size: 16px;
    color: #222;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 30px;
}
.contact-page {
    padding: 0px 0 0 0;
}
.contact-page .contact-1 {
    background: url(../images/contact-bg.png) no-repeat 90px top;
    padding: 85px 0 65px;
}
.contact-page .contact-2 {
    padding: 110px 0 120px;
}
.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: 32px;
    font-weight: normal;
    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-family: var(--font);
    font-weight: normal;
    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-weight: normal;
}
.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-weight: normal;
    margin-bottom: 15px;
}
.contact-page .contact-4 {
    padding: 150px 0 20px;
}
.contact-page .contact-4 .box {
    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-family: var(--font);
    margin-bottom: 10px;
}
.contact-page .contact-4 .left p {
    font-size: 20px;
    line-height: 36px;
    color: #222;
    font-weight: normal;
    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: 30px;
    /*font-family: var(--font);*/
    font-weight: normal;
    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-family: var(--font);*/
    font-weight: normal;
    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-family: var(--font);*/
    font-weight: normal;
}
.contact-page .contact-4 .right p {
    font-size: 14px;
    line-height: 1;
    font-family: var(--font);
    font-weight: normal;
    color: #989898;
}
.prodet-page {
    padding: 120px 0 150px;
}
.prodet-page h4 {
    font-size: 24px;
    color: #222;
    line-height: 44px;
    font-weight: 500;
    font-weight: normal;
    text-transform: capitalize;
    padding: 30px 0;
}
.prodet-page .h4product{
    font-size: 24px;
    color: #222;
    line-height: 44px;
    font-weight: 500;
    font-weight: normal;
    min-height: 5.4em;
    text-transform: capitalize;
}
.prodet-page h5 {
    font-size: 24px;
    color: #222;
    line-height: 44px;
    font-weight: normal;
    font-weight: 700;
}
.prodet-page p {
    font-size: 18px;
    color: #696969;
    line-height: 32px;
    font-weight: normal;
    /*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 20px;
    font-family: 'Georgia-Bold';
    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 > div {
    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: "";
    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-weight: normal;
    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-weight: normal;
    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: 1;
    font-family: var(--font);
    font-weight: normal;
}
.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-weight: normal;
    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: 0px;
    /*padding-bottom: 120px;*/
}
.newdet-content h1 {
    font-size: 30px;
    color: #222;
    line-height: 2;
    font-family: var(--font);
    text-transform: capitalize;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0px;
    font-family: "poppins";
    font-weight: 500;
}
.riqi{
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin-top: 10px;
}
.newdet-content .content {
    padding: 50px 0;
    /*border-top: 3px solid #222;
    border-bottom: 3px solid #222;*/
    font-size: 18px;
    line-height: 32px;
}
.newdet-content .content p{
    font-size: 16px;
    color: #222;
    line-height: 2;
    font-weight: normal;
    margin-bottom: 15px;
}
.newdet-content .m-link {
    padding-top: 40px;
    font-size: 16px;
    color: #222;
    line-height: 2;
    font-weight: normal;
    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: 50px 130px 200px 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 .left p {
        font-size: 14px;
        line-height: 2;
    }
    .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;
    }


    #advantages.init-2 .content .center .right ul li span em {
        font-size: 60px;
    }
}
@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;
        line-height: 1.6;
    }
    .contact-page .contact-4 .left p {
        font-size: 16px;
        line-height: 2;
    }
}
@media screen and (max-width: 1230px) {
    .about-page .about-3 .about-3-img .content h6{
        font-size: 32px;
    }

    #advantages.init-2 .content .center .right ul li span em{
        font-size: 40px;
    }


    .about-page .about-4 {
        padding: 90px 15px 0 15px;
    }
    .about-page .about-4 .top h4 {
        font-size: 30px;
    }
    .inner-page h3 {
        font-size: 24px;
        line-height: 44px;
    }
    .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 .h4news {
        font-size: 24px;
        line-height: 44px;
        margin-bottom: 20px;
        min-height: 0;
    }

    .news-page .news-list .list li {
        margin-bottom: 40px;
    }
    .newdet-content h1 {
        font-size: 32px;
    }
    .newdet-content .m-link {
        font-size: 13px;
        line-height: 2.5;
    }
    .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;
    }
    .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 > div {
        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: 16px;
        max-width: 200px;
        line-height: 2;
    }
    .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;
    }
    
}


@media screen and (max-width: 1000px) {
    .news-page .news-list .list li{
        width: 100%;
        padding: 0;
    }
    .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;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-2 .right p{
        font-size: 14px;
    }

    .about-page .about-2 .left .left-box:after{
        display: none;
    }
    #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 .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;
    }
    
    .newdet-content h1 {
        font-size: 20px;
        line-height: 2;
        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;
        line-height: 44px;
    }
    .prodet-page .h4product{
        font-size: 18px;
        line-height: 32px;
        min-height: 8.4em;
    }
    .prodet-page .prodet-2 .right .content p {
        font-size: 12px;
    }
    .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;
        line-height: 30px;
    }
    .prodet-page .prodet-faq li > div {
        padding: 10px;
    }
    .prodet-page p {
        font-size: 14px;
        line-height: 2;
    }
    .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;
    }
    
    .inner-page .side-title{
        display: none;
    }
    .prodet-page .prodet-5 .prodet-faq li{
        width: 100%;
    }
    .about-page .about-3 .about-3-img{
        height: 300px;
    }

    .about-page .about-3 .about-3-img > img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .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: 34px;
         line-height: 1.4;
     }
    #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: 25px!important;
    }
    #advantages.init-2 .content .center .xian .xianBox{
        display: none;
    }
    .project-page.gallery-page .project-list .list li{
        width: 49%;
    }
    .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;
        line-height: 1.2;
    }
    #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 (max-width: 500px) {
    #advantages.init-2 .content .center .right ul li span{
        float: none;
        width: 100%;
    }

    #advantages.init-2 .content .center .right ul li p{
        float: none;
        width: 100%;
        margin-top: 15px;
    }
}
@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;
}
#mobile #menu-on .txt{
    position: absolute;
    top: 50%;
    left: 115%;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--color);
    font-family: var(--font);
}
.knowledgetext {
    margin-top: 40px;
    font-size: 16px;
    line-height: 2;
    color: #222;
    font-weight: normal;
}
.hangyezhishi {
    margin-top: 40px;
    font-size: 18px;
    line-height: 2;
    color: #222;
    font-weight: 800;
    font-weight: normal;
}
.product2-page .sideBarLeft {
    width: 75%;
}
.product2-page .sideBarLeft .blueshipcatintro{
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}
.product2-page .sideBarRight {
    width: 25%;
    padding-right: 7%;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.product2-page .sideBarRight h3.title {
    font-size: 30px;
    line-height: 36px;
    color: #373330;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: var(--font);
    margin-bottom: 15px;
}
.product2-page .sideBarRight form {
    position: relative;
}
.product2-page .sideBarRight form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #373330;
    font-size: 18px;
    color: black;
    background: transparent;
    padding: 4px 0;
}
.product2-page .sideBarRight form input::-webkit-input-placeholder {
    color: #989898;
}
.product2-page .sideBarRight form input:-moz-placeholder {
    color: #989898;
}
.product2-page .sideBarRight form input::-moz-placeholder {
    color: #989898;
}
.product2-page .sideBarRight form input:-ms-input-placeholder {
    color: #989898;
}
.product2-page .sideBarRight form input::placeholder {
    color: #989898;
}
.product2-page .sideBarRight form input[type="submit"] {
    width: 30px;
    background: url("../images/icon-search.png") center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
.product2-page .sideBarRight > div {
    margin-top: 80px;
}
.product2-page .sideBarRight .list ul {
    margin: -5px;
}
.product2-page .sideBarRight .list ul li {
    padding: 5px;
}
.product2-page .sideBarRight .nav ul li {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #5b5b5b;
    margin-bottom: 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product2-page .sideBarRight .nav ul li ul li {
    font-weight: 500;
}
.product2-page .sideBarRight .nav ul li ul li ul li {
    font-weight: 400;
}
.product2-page .sideBarRight .nav ul li:last-child {
    margin-bottom: 0;
}
.product2-page .sideBarRight .nav ul li:hover,
.product2-page .sideBarRight .nav ul li a.active {
    color: var(--color);
}
.product2-page .sideBarRight .share ul li {
    width: auto;
    margin-right: 15px;
    color: #5b5b5b;
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product2-page .sideBarRight .share ul li:hover {
    color: var(--color);
}
.prodet2-page .form ul {
    margin: -17px;
}
.prodet2-page .form ul li {
    padding: 17px;
}
.prodet2-page .form ul li input,
.prodet2-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.prodet2-page .form ul li input:focus,
.prodet2-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.prodet2-page .form ul li input::-webkit-input-placeholder, .prodet2-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.prodet2-page .form ul li input:-moz-placeholder, .prodet2-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.prodet2-page .form ul li input::-moz-placeholder, .prodet2-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.prodet2-page .form ul li input:-ms-input-placeholder, .prodet2-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.prodet2-page .form ul li input::placeholder,
.prodet2-page .form ul li textarea::placeholder {
    color: #898989;
}
.prodet2-page .form ul li.wid-100 {
    width: 100%;
}
.prodet2-page .form ul li textarea {
    height: 210px;
}
.prodet2-page .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--color);
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    /*font-family: var(--font);*/
    width: auto;
    border: none;
}
.prodet2-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}
.inner-banner {
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #373330;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-banner .container3 {
    padding: 0 4.948%;
}
.inner-banner .grid-box .mbx{
    font-size: 18px;
    line-height: 2;
    margin-top: 10px;
}
.inner-banner:after {
    content: '';
    width: 0;
    height: 1px;
    top: 100%;
    background: var(--color);
    z-index: 1;
    position: absolute;
    -webkit-animation: wd 10s linear forwards;
    -moz-animation: wd 10s linear forwards;
    animation: wd 10s linear forwards;
}
.inner-banner .left {
    vertical-align: middle;
}
.inner-banner .left h2 {
    line-height: 1.4;
    font-size: 60px;
    font-family: var(--font);
    color: #373330;
}
.inner-banner .right {
    vertical-align: middle;
    text-align: right;
}
.inner-banner .right .text {
    max-width: 330px;
    text-align: left;
    display: block;
    margin-left: auto;
    font-weight: 300;
    font-size: 18px;
    color: #373330;
    line-height: 2;
}
.product2-page .product-1 {
    padding: 80px 0 120px;
}
.product2-page .product-1 .ui.container h1.catphintro{
    font-size: 34px;
    line-height: 2;
    margin-bottom: 10px;
        font-family: 'Georgia-Bold';
    /*color: var(--color);*/
}

.product2-page .product-1 .sideBarLeft .text {
    line-height: 2;
    /*max-height: 12em;
    overflow-y: auto;*/
}

.product2-page .product-1 .sideBarLeft .text strong{
    font-weight: bold;
}

.product2-page .product-1 .sideBarLeft .text::-webkit-scrollbar{
    display: none;
}

.product2-page .product-1 .sideBarLeft .list ul {
    margin: -25px -20px 0;
}
.product2-page .product-1 .sideBarLeft .list ul li {
    padding: 25px 20px;
}
.product2-page .product-1 .sideBarLeft .list ul li a.img-box {
    display: block;
}
.product2-page .product-1 .sideBarLeft .list ul li a.img-box img {
    display: block;
    width: 100%;
}
.product2-page .product-1 .sideBarLeft .list ul li a.img-box img.op2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}
.product2-page .product-1 .sideBarLeft .list ul li a.img-box:hover img.op2 {
    opacity: 1;
}
.product2-page .product-1 .sideBarLeft .list ul li a.img-box span {
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 5%;
    font-size: 16px;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}
.product2-page .product-1 .sideBarLeft .list ul li h6 {
    margin-top: 20px;
    font-size: 20px;
    color: #373330;
    font-weight: 500;
    line-height: 40px;
        /*font-family: 'Georgia-Bold';*/
    text-transform: capitalize;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product2-page .product-1 .sideBarLeft .list ul li .rating {
    margin-top: 15px;
    text-align: center;
    line-height: 1;
    letter-spacing: 3px;
}
.product2-page .product-1 .sideBarLeft .list ul li .rating:after {
    font-family: "FontAwesome";
    color: var(--color);
    font-size: 18px;
}
.product2-page .product-1 .sideBarLeft .list ul li .rating.one:after {
    content: "\f005 \f006 \f006 \f006 \f006";
}
.product2-page .product-1 .sideBarLeft .list ul li .rating.two:after {
    content: "\f005 \f005 \f006 \f006 \f006";
}
.product2-page .product-1 .sideBarLeft .list ul li .rating.three:after {
    content: "\f005 \f005 \f005 \f006 \f006";
}
.product2-page .product-1 .sideBarLeft .list ul li .rating.four:after {
    content: "\f005 \f005 \f005 \f005 \f006";
}
.product2-page .product-1 .sideBarLeft .list ul li .rating.five:after {
    content: "\f005 \f005 \f005 \f005 \f005";
}
.product2-page .product-1 .sideBarLeft .list ul li:hover a.img-box span {
    bottom: 5%;
    opacity: 1;
}
.product2-page .product-1 .sideBarLeft .list ul li:hover h6 {
    color: var(--color);
}
.prodet2-page .prodet-1 {
    padding-top: 80px;
}
.prodet2-page .prodet-1 .box .left {
    width: 55%;
    vertical-align: middle;
}
.prodet2-page .prodet-1 .box .left img {
    width: 100%;
}
.prodet2-page .prodet-1 .box .left .smallImg {
    width: 22.6%;
    float: left;
}
.prodet2-page .prodet-1 .box .left .smallImg ul {
    margin: -10px;
}
.prodet2-page .prodet-1 .box .left .smallImg ul li {
    padding: 10px;
}
.prodet2-page .prodet-1 .box .left .smallImg ul li a {
    display: block;
}
.prodet2-page .prodet-1 .box .left .smallImg ul li a img {
    display: block;
    width: 100%;
}
.prodet2-page .prodet-1 .box .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block;
}
.prodet2-page .prodet-1 .box .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    cursor: hand;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet2-page .prodet-1 .box .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.prodet2-page .prodet-1 .box .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}
.prodet2-page .prodet-1 .box .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.prodet2-page .prodet-1 .box .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}
.prodet2-page .prodet-1 .box .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.prodet2-page .prodet-1 .box .left .bigImg .slick-arrow:hover {
    background: var(--color);
}
.prodet2-page .prodet-1 .box .right {
    width: 45%;
    padding-left: 5%;
    vertical-align: middle;
}
.prodet2-page .prodet-1 .box .right span.tag {
    display: block;
    font-size: 20px;
    color: #373330;
    text-transform: uppercase;
    line-height: 36px;
}
.prodet2-page .prodet-1 .box .right span.tag:before {
    content: '';
    width: 10%;
    height: 1px;
    margin-right: 2%;
    background: var(--color);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
}
.prodet2-page .prodet-1 .box .right h1 {
    font-size: 32px;
    color: #373330;
    line-height: 2;
    /*margin: 30px 0;*/
        font-weight: 600;
    /*font-family: 'Georgia-Bold';*/
}
.prodet2-page .prodet-1 .box .right .rating {
    line-height: 1;
    letter-spacing: 3px;
}
.prodet2-page .prodet-1 .box .right .rating:after {
    font-family: "FontAwesome";
    color: var(--color);
    font-size: 18px;
}
.prodet2-page .prodet-1 .box .right .rating.one:after {
    content: "\f005 \f006 \f006 \f006 \f006";
}
.prodet2-page .prodet-1 .box .right .rating.two:after {
    content: "\f005 \f005 \f006 \f006 \f006";
}
.prodet2-page .prodet-1 .box .right .rating.three:after {
    content: "\f005 \f005 \f005 \f006 \f006";
}
.prodet2-page .prodet-1 .box .right .rating.four:after {
    content: "\f005 \f005 \f005 \f005 \f006";
}
.prodet2-page .prodet-1 .box .right .rating.five:after {
    content: "\f005 \f005 \f005 \f005 \f005";
}
.prodet2-page .prodet-1 .box .right .content {
    margin: 20px 0;
    color: #373330;
    max-height: 365px;
overflow-y: scroll;
padding-right: 1em;
line-height: 2;
}
.prodet2-page .prodet-1 .box .right .color {
    margin-bottom: 20px;
}
.prodet2-page .prodet-1 .box .right .color h6 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: .5em;
    display: block;
}
.prodet2-page .prodet-1 .box .right .color ul {
    margin: -5px;
}
.prodet2-page .prodet-1 .box .right .color ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}
.prodet2-page .prodet-1 .box .right .color ul li span {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #fffbf3;
    cursor: pointer;
    cursor: hand;
}
.prodet2-page .prodet-1 .box .right .color ul li.active span {
    -o-box-shadow: 0 0 0 1px #000;
    -webkit-box-shadow: 0 0 0 1px #000;
    box-shadow: 0 0 0 1px #000;
}
.prodet2-page .prodet-1 .box .right .share ul li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #eee;
}
.prodet2-page .prodet-1 .box .right .share ul li a {
    display: block;
}
.prodet2-page .prodet-1 .box .right .share ul li:hover {
    background: var(--color);
}
.prodet2-page .prodet-1 .box .right a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    border-radius: 5px;
    background: var(--color);
    font-size: 16px;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    /*margin-top: 45px;*/
}
.prodet2-page .prodet-1 .box .right a.more:hover {
    color: white;
    background: #222;
}
.prodet2-page .prodet-2 {
    padding: 90px 0;
}
.prodet2-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
    font-weight: 600;
}
.prodet2-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 26px;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    cursor: hand;
    line-height: 1.2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet2-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color);
}
.prodet2-page .prodet-2 .options ul li:hover,
.prodet2-page .prodet-2 .options ul li.active {
    color: #373330;
}
.prodet2-page .prodet-2 .options ul li:hover:after,
.prodet2-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.prodet2-page .prodet-2 .ret {
    margin-top: 50px;
}
.prodet2-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 2;
}
.prodet2-page .prodet-3 {
    padding-bottom: 40px;
}
.prodet2-page .prodet-3 h2 {
    font-family: var(--font);
    font-size: 40px;
    color: #373330;
    line-height: 1.2;
}
.font-16{
    line-height: 30px;
}
.prodet2-page .prodet-3 .list {
    margin-top: 40px;
}
.prodet2-page .prodet-3 .list ul {
    margin: -19px;
}
.prodet2-page .prodet-3 .list ul li {
    padding: 19px;
}
.prodet2-page .prodet-3 .list ul li a.img-box {
    display: block;
}
.prodet2-page .prodet-3 .list ul li a.img-box img {
    display: block;
    width: 100%;
}
.prodet2-page .prodet-3 .list ul li a.img-box span {
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 5%;
    font-size: 16px;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.prodet2-page .prodet-3 .list ul li h6 {
    font-size: 20px;
    color: #373330;

    text-align: center;
    line-height: 40px;
    margin-top: 10px;
    font-weight: normal;
    padding: 0 5%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet2-page .prodet-3 .list ul li:hover a.img-box span {
    bottom: 5%;
    opacity: 1;
}
.prodet2-page .prodet-3 .list ul li:hover h6 {
    color: var(--color);
}

@media screen and (max-width: 1700px) {
    .inner-banner .left h2 {
        font-size: 90px;
    }
    .factory-page .navList ul li {
        font-size: 20px;
    }
    .prodet2-page .prodet-1 .box .right .content {
        font-size: 18px;
    }
    .prodet2-page .prodet-3 h2 {
        font-size: 32px;
    }
    .prodet2-page .prodet-3 .list ul li h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1500px) {
    .inner-banner .left h2 {
        font-size: 70px;
    }
    .inner-banner .right .text {
        font-size: 16px;
    }
    .prodet2-page .prodet-1,
    .product2-page .product-1 {
        padding-top: 50px;
    }
    .inner-banner {
        padding: 60px 0;
    }
    .prodet2-page .prodet-1 .box .right h1 {
        font-size: 32px;
    }
    .product2-page .form ul li input,
    .product2-page .form ul li textarea {
        font-size: 16px;
    }
    .product2-page .sideBarRight {
        padding-right: 5%;
    }
    .product2-page .sideBarRight > div {
        margin-top: 40px;
    }
    .product2-page .sideBarRight h3.title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .prodet2-page .prodet-1 .box .right h1 {
        margin: 15px 0;
    }
    .prodet2-page .prodet-1 .box .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .prodet2-page .prodet-1 .box .right a.more {
        margin-top: 25px;
    }
    .prodet2-page .prodet-2 {
        padding: 70px 0;
    }
    .prodet2-page .prodet-2 .options ul li {
        font-size: 20px;
    }
}
@media screen and (max-width: 1250px) {
    .inner-banner .left h2 {
        font-size: 50px;
    }
    .inner-banner .right .text {
        font-size: 14px;
        line-height: 2;
    }
    .inner-banner {
        padding: 20px 0;
    }
    .product2-page .product-1 .sideBarLeft .list ul li {
        padding: 10px;
    }
    .product2-page .product-1 .sideBarLeft .list ul {
        margin: -10px;
    }
    .product2-page .product-1 .sideBarLeft .list ul li .rating:after {
        font-size: 16px;
    }
    .prodet2-page .prodet-1 .box .right h1,
    .prodet2-page .prodet-3 h2 {
        font-size: 22px;
        line-height: 2;
    }
    .prodet2-page .prodet-1 .box .right .content {
        font-size: 15px;
        margin: 15px 0;
        line-height: 2;
    }
    .prodet2-page .prodet-1 .box .right span.tag {
        font-size: 16px;
    }
    .prodet2-page .prodet-1 .box .left .bigImg {
        padding-left: 2.5%;
    }
    .prodet2-page .prodet-3 .list ul li {
        padding: 10px;
    }
    .prodet2-page .prodet-3 .list ul {
        margin: -10px;
    }
    .product2-page .form ul li {
        padding: 10px;
    }
    .product2-page .form ul {
        margin: -10px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner .left h2 {
        font-size: 36px;
    }
    .prodet2-page .prodet-1 .box .right h1,
    .prodet2-page .prodet-3 h2 {
        font-size: 24px;
    }
    .product2-page .sideBarRight {
        display: none;
    }
    .product2-page .sideBarLeft {
        width: 100%;
    }
    .prodet2-page .prodet-1 .box .right {
        padding-left: 0;
        width: 100%;
        padding-top: 20px;
    }
    .prodet2-page .prodet-1 .box .left {
        width: 100%;
    }
    .prodet2-page .prodet-2 .options ul li {
        margin-right: 25px;
    }
    .prodet2-page .prodet-1 .box .left .bigImg {
        padding-left: 4%;
    }
    .product2-page .product-1 .sideBarLeft .list ul li h6 {
        font-size: 20px;
        line-height: 2;
    }
    .font-16{
        line-height: 30px;
    }
    .prodet2-page .prodet-1 .box .left .bigImg {
        padding-left: 2%;
    }
    .prodet2-page .prodet-2 .options {
        display: none;
    }
    .prodet2-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .product2-page .form ul li input,
    .product2-page .form ul li textarea {
        padding: 10px;
    }
    .product2-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
    .inner-banner .right {
        padding-top: 15px;
    }
    .inner-banner .left h2 {
        font-size: 25px;
        line-height: 2;
    }
    .prodet2-page .prodet-1,
    .product2-page .product-1 {
        padding-bottom: 50px;
    }
    .prodet2-page .prodet-1 .box .left .smallImg {
        display: none;
    }
    .prodet2-page .prodet-1 .box .left .bigImg {
        width: 100%;
        padding-left: 0;
    }
    .prodet2-page .prodet-2 {
        padding-top: 0;
    }
    .prodet2-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 28px;
    }
}
@media screen and (max-width: 500px) {
    .inner-banner .right .text {
        max-width: none;
        display: none;
    }
    .prodet2-page .prodet-2 .ret {
        margin-top: 0;
    }
    .prodet2-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
}


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

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 2.5;
    padding: 0 25px;
    font-size: 13px;
    color: #000;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    max-width: 100%;
}

.seoPublic .Auxil-through a:hover {
    background: var(--color);
    color: #fff;
}






.why-page .why-2 {
  padding: 110px 0;
}
.why-page .why-2 ul {
  margin: -20px;
  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;
}
.why-page .why-2 ul li {
  padding: 20px;
}
.why-page .why-2 ul li .box {
  -o-box-shadow: 2px 0 9px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 2px 0 9px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 0 9px rgba(0, 0, 0, 0.07);
  padding: 55px 35px 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  height: 100%;
}
.why-page .why-2 ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #c70020;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #c70020), color-stop(100%, #64a5da));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(-45deg, #c70020 0%, #64a5da 100%);
  /* firefox */
  background: -webkit-linear-gradient(45deg, #c70020 0%, #64a5da 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, -45deg, from(#c70020), to(#64a5da));
  background: -webkit-linear-gradient(-45deg, #c70020, #64a5da);
  background: -moz-linear-gradient(-45deg, #c70020, #64a5da);
  background: linear-gradient(to -45deg, #c70020, #64a5da);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c70020', endColorstr='#64a5da',GradientType=1)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c70020', endColorstr='#64a5da', GradientType=1);
  /* 兼容IE5~IE9 */
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.why-page .why-2 ul li .box i {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 67px;
}
.why-page .why-2 ul li .box h4 {
  font-size: 24px;
  font-family: var(--font);
  line-height: 1.2;
  margin: 30px 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.why-page .why-2 ul li .box p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.why-page .why-2 ul li .box:hover:after {
  opacity: 1;
}
.why-page .why-2 ul li .box:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.why-page .why-2 ul li .box:hover h4,
.why-page .why-2 ul li .box:hover p {
  color: white;
}

@media screen and (max-width: 1700px) {
    .why-page .why-2 {
        padding: 60px 0;
        padding-top: 30px;
    }
    .why-page .why-2 ul li .box {
        padding: 25px;
    }
    .why-page .why-2 ul li .box h4 {
        font-size: 20px;
        margin: 20px 0 10px;
    }
    .why-page .why-2 ul li .box i {
        height: auto;
    }
    .why-page .why-2 ul li .box i img {
        max-height: 48px;
    }
    .why-page .why-2 ul li .box p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1250px) {
    .why-page .why-2 ul li .box h4 {
        font-size: 18px;
    }
    .why-page .why-2 ul li .box {
        padding: 10px;
    }
    .why-page .why-2 ul li {
        padding: 10px;
    }
    .why-page .why-2 ul {
        margin: -10px;
    }
}

@media screen and (max-width: 1000px) {
    .why-page .why-2 ul li {
        width: 50% !important;
    }
}

@media screen and (max-width: 700px) {
    .why-page .why-2 ul li {
        width: 100% !important;
    }
}






.solu-5 {
    padding-top: 110px;
}

.solu-5 ul.solulist2 li {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.solu-5 ul.solulist2 li .text {
    width: 40%;
    max-width: 550px;
}

.solu-5 ul.solulist2 li .text .h3 {
    padding-left: 35px;
    border-left: 3px solid var(--color);
    margin-bottom: 25px;
    /*text-transform: uppercase;*/
    font-family: var(--font);
}

.solu-5 ul.solulist2 li .text span {
    font-family: "rom";
    text-transform: uppercase;
    color: #000;
    opacity: .5;
}

.solu-5 ul.solulist2 li .text P {
    margin-top: 15px;
}

.solu-5 ul.solulist2 li .imgbox {
    width: -webkit-calc(100% - 650px);
    width: -moz-calc(100% - 650px);
    width: calc(100% - 650px);
}


@media screen and (max-width: 1000px) {
    .solu-5 ul.solulist2 li .imgbox {
        width: 55%;
    }
}

@media screen and (max-width: 700px) {
    .solu-5 ul.solulist2 li .imgbox {
        width: 100%;
    }

    .solu-5 ul.solulist2 li .text {
        width: 100%;
        max-width: none;
        margin-top: 40px;
    }

    .solu-5 ul.solulist2 li:nth-child(2n) {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
}




.service-page span.tag {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #e60012;
    position: relative;
}

.service-page h2.title {
    font-size: 48px;
    line-height: 1.2;
    color: #181818;
    margin-top: 16px;
    font-family: var(--font);
}


.service-page .service-2 {
    background: #fff;
    padding: 120px 0;
    padding-top: 0;
}

.service-page .service-2 .header {
    width: 70%;
    margin: 0 auto;
}

.service-page .service-2 .content {
    margin-top: 25px;
}

.service-page .service-2 .content ul {
    margin: 0 -30px;
}

.service-page .service-2 .content ul li {
    padding-right: 30px;
    margin-top: 20px;
    padding: 0 30px;
}

.service-page .service-2 .content ul li .ig {
    text-align: center;
}

.service-page .service-2 .content ul li .ig .img-box {
    display: block;
    width: 60%;
    margin: 0 auto;
    border-radius: 50%;
}

.service-page .service-2 .content ul li .ig .text {
    padding-top: 28px;
}

.service-page .service-2 .content ul li .ig .text span {
    font-size: 17px;
    color: #83827f;
    line-height: 1.6;
    text-transform: uppercase;
}

.service-page .service-2 .content ul li .ig .text h3 {
    font-size: 26px;
    line-height: 1.6;
    margin-top: 10px;
    font-family: var(--font);
}

.service-page .service-2 .content ul li .ig .text p {
    font-size: 18px;
    line-height: 32px;
    color: #83827f;
    margin-top: 10px;
}

.service-page .service-2 .content ul li .ig .text .mores {
    width: 47px;
    height: 47px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    border: 1px solid #d1d0c8;
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 25px;
    display: inline-block;
}

.service-page .service-2 .content ul li .ig .text .mores img {
    display: inline-block;
    vertical-align: middle;
}

.service-page .service-2 .content ul li .ig .text .mores:hover {
    background: #e60012;
    border-color: #e60012;
}


.service-page .partner ul{
    margin: -15px;
}

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

@media screen and (max-width: 1440px) {
    .service-page .service-2 {
        padding: 100px 0;
        padding-top: 0;
    }
}

@media screen and (max-width: 1250px) {
    .service-page .service-2 .content ul {
        margin: 0 -10px;
    }

    .service-page .service-2 .content ul li {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1000px) {
    .service-page h2.title {
        font-size: 42px;
    }

    .service-page .service-2 {
        padding: 60px 0;
        padding-top: 0;
    }
}

@media screen and (max-width: 700px) {
    .service-page h2.title {
        font-size: 36px;
    }

    .service-page .service-2 {
        padding: 30px 0;
        padding-top: 0;
    }

    .service-page .service-2 .header {
        width: 100%;
    }

    .service-page .service-2 .content {
        margin-top: 20px;
    }

    .service-page .service-2 .content ul {
        margin-right: -15px;
    }

    .service-page .service-2 .content ul li {
        padding-right: 15px;
    }

    .service-page .service-2 .content ul li .ig .text {
        padding-top: 14px;
    }

    .service-page .service-2 .content ul li .ig .text span {
        font-size: 15px;
    }

    .service-page .service-2 .content ul li .ig .text h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    .service-page .service-2 .content ul li .ig .text p {
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {
    .service-page h2.title {
        font-size: 24px;
    }
}


.img-border{
    border: 1px solid #eee;
}




.i-category{
    padding: 0 0 100px;
}
.i-category ul{
    margin: -25px;
}
.i-category ul li{
    padding: 25px;
}

.i-category ul li .box{
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.i-category ul li .box .img {
    height: 300px;
    position: relative;
}
.i-category ul li .box .img:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(rgba(255,255,255,0) 80%, rgba(255,255,255,1));
    pointer-events: none;
}

.i-category ul li .box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.i-category ul li .box .name{
    font-size: 30px;
    font-family: var(--font);
}
.i-category ul li .box .text{
    padding: 5%;
}
.i-category ul li .box .desc {
    font-size: 17px;
}

@media (max-width: 1600px) {
    .i-category .container > .desc{
        font-size: 18px;
    }
}

@media (max-width: 1400px) {
    .i-category .container > .desc{
        font-size: 16px;
    }

    .i-category ul li .box .name{
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .i-category .container > .desc{
        font-size: 15px;
        line-height: 2;
    }

    .i-category ul li .box .name{
        font-size: 18px;
    }

    .i-category ul li .box .desc {
        font-size: 14px;
    }
}

@media (max-width: 1000px) {
    .i-category{
        padding: 0 0 90px;
    }
}

@media (max-width: 700px) {
    .i-category{
        padding: 0 0 60px;
    }
}
#seo_about ._right ._text {
    line-height: 2;
}
#news_list ._table {
    line-height: 2;
}
.product2-page .product-1 .sideBarLeft .text p {
    padding-bottom: 15px;
}
@media (max-width: 700px) {
    #footer .f-list .right a.foota {
    display: none;
}   
    .product2-page .product-1 .ui.container h1.catphintro {
    font-size: 22px;
}
    div#seo_other {
    display: none;
}
.product2-page .product-1 .sideBarLeft .text {
    height: 100px;
    overflow-y: overlay;
}
table tbody {
    min-width: auto;
}
.inner-banner .grid-box .mbx {
    font-size: 15px;
}

}
div#seo_other h3 {
    font-weight: 600;
    padding: 25px 0 10px;
}
.miaoshu {
    font-size: 16px;
    line-height: 2;
}