@font-face {
  font-family: 'Swiss721BT';
  src: url(../fonts/Swiss721BT-Light.ttf) format('truetype'), url(../fonts/Swiss721BT-Light.eot) format('eot'), url(../fonts/Swiss721BT-Light.woff) format('woff'), url(../fonts/Swiss721BT-Light.woff2) format('woff2');
  font-weight: 300;
   font-display: swap;
}
@font-face {
  font-family: 'Swiss721BT';
  src: url(../fonts/Swiss721BT-Roman.ttf) format('truetype'), url(../fonts/Swiss721BT-Roman.eot) format('eot'), url(../fonts/Swiss721BT-Roman.woff) format('woff'), url(../fonts/Swiss721BT-Roman.woff2) format('woff2');
  font-weight: 400;
   font-display: swap;
}
@font-face {
  font-family: 'Swiss721BT';
  src: url(../fonts/Swiss721BT-Bold.ttf) format('truetype'), url(../fonts/Swiss721BT-Bold.eot) format('eot'), url(../fonts/Swiss721BT-Bold.woff) format('woff'), url(../fonts/Swiss721BT-Bold.woff2) format('woff2');
  font-weight: bold;
   font-display: swap;
}
@font-face {
  font-family: 'DINCond-Bold';
  src: url(../fonts/DINCond-Bold.ttf) format('truetype'), url(../fonts/DINCond-Bold.eot) format('eot'), url(../fonts/DINCond-Bold.woff) format('woff'), url(../fonts/DINCond-Bold.woff2) format('woff2');
  font-weight: bold;
   font-display: swap;
}
body {
  font-family: "Swiss721BT";
  font-weight: 300;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1450px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 40px;
  left: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header.fixed {
  top: 0;
  background-color: black;
}
#header.fixed .nav > .menu .logo {
  width: 120px;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav > .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 > .menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  width: 186px;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
#header .nav > .menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6%;
  margin-right: 0;
}
#header .nav > .menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 20px;
  font-weight: 400;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav > .menu .menu-box ul.menu > li:hover {
  border-color: #fd2318;
  color: #0ba29a;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav > .menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav > .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 #0ba29a;
  display: none \9;
}
#header .nav > .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;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav > .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 > .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 > .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 > .menu .msgBtn {
  font-weight: 400;
  margin-left: auto;
  margin-right: 0;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: white;
  background-color: #0ba29a;
  font-size: 0;
  padding: 0 25px;
  border-radius: 42px;
  cursor: pointer;
}
#header .nav > .menu .msgBtn span {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
#header .nav > .menu .msgBtn img {
  vertical-align: middle;
}
#header .nav > .menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav > .menu .line {
  margin: 0 15px;
  height: 30px;
  border-left: 2px solid white;
  opacity: .2;
}
#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-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  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: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 32px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
}
.language-box .language-img {
  width: auto;
  vertical-align: middle;
}

.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #FFFFFF;
  font-size: 18px;
  display: block;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 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;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 10px;
  color: #000000;
  line-height: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}

.language-box ul.sub-menu li a img {
  width: 30px;
  vertical-align: middle;
}

.language-box ul.sub-menu li a span {
  display: inline-block;
  vertical-align: top;
}

.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .language ul li a img {
  width: 23px;
  vertical-align: middle;
  margin-right: 6px;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 86%;
  left: 7%;
  top: 28%;
}
#banner h2 {
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  color: white;
}
#banner h2 span {
  font-size: 68px;
  line-height: 1.3;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
#banner p {
  margin-bottom: 48px;
  font-size: 18px;
  color: white;
  font-weight: 300;
}
#banner .page-dot {
  position: absolute;
  left: 7%;
  top: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .page-dot .arrow {
  font-size: 30px;
  color: white;
  cursor: pointer;
}
#banner .page-dot .arrow:hover {
  color: #0ba29a;
}
#banner .page-dot .dots {
  margin: 0 10px;
}
#banner .page-dot .dots li {
  margin: 0 15px;
  display: inline-block;
  font-size: 24px;
  opacity: .6;
  color: white;
  font-weight: 400;
}
#banner .page-dot .dots li button {
  display: none;
}
#banner .page-dot .dots li.slick-active {
  opacity: 1;
  font-weight: bold;
}
.baseTit {
  font-size: 45px;
  line-height: 56px;
  font-weight: bold;
}
.baseTit.line::after {
  content: "";
  margin-top: 15px;
  display: block;
  width: 160px;
  border-bottom: 3px solid #0ba29a;
}
.baseMore {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  text-align: center;
  min-width: 240px;
  padding: 0 30px;
  border-radius: 30px;
  color: white;
  border: 1px solid #0ba29a;
  background-color: #0ba29a;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseMore.on {
  color: black;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2);
}
.baseMore.on:hover {
  color: white;
  background-color: black;
}
.baseMore:hover {
  background-color: black;
}
.our-equipment {
  overflow: hidden;
  padding: 80px 0 90px;
}
.our-equipment .top {
  margin-top: 60px;
  position: relative;
}
.our-equipment .top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 95px;
  border-bottom: 1px solid black;
  opacity: .1;
}
.our-equipment .top ul {
  margin: 0 -15px;
}
.our-equipment .top li {
  padding: 0 15px;
}
.our-equipment .top li.active .icon img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  opacity: 1;
}
.our-equipment .top li.active .dot {
  background-color: #0ba29a;
}
/*.our-equipment .top li.active .name {
  opacity: 0;
}*/
.our-equipment .top .icon {
  height: 80px;
  line-height: 80px;
  font-size: 0;
}
.our-equipment .top .icon img {
  vertical-align: middle;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: .2;
}
.our-equipment .top .dot {
  margin: auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #cbd0d0;
}
.our-equipment .top .name {
  font-weight: 400;
}
.our-equipment .bottom {
  margin-top: 60px;
}
.our-equipment .bottom .slick-list {
  overflow: visible;
}
.our-equipment .bottom span.arrow {
  font-size: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .2;
  cursor: pointer;
}
.our-equipment .bottom span.arrow.arrow_l {
  left: 30px;
}
.our-equipment .bottom span.arrow.arrow_r {
  right: 30px;
}
.our-equipment .bottom .list {
  position: relative;
  padding: 0 110px;
}
.our-equipment .bottom .list .wrapper {
  margin: 0 -55px;
}
.our-equipment .bottom .list .item {
  padding: 0 55px;
}
.our-equipment .bottom .mml-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.our-equipment .bottom .mml-text .img {
  width: 65%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.our-equipment .bottom .mml-text .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-equipment .bottom .mml-text .content {
  width: 35%;
  background-color: #0ba29a;
  padding: 30px;
}
.our-equipment .bottom .mml-text .content .num {
  font-size: 120px;
  line-height: 1;
  color: white;
  font-family: 'DINCond-Bold';
  margin-bottom: -55px;
}
.our-equipment .bottom .mml-text .content .name {
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 42px;
  color: white;
  font-weight: bold;
}
.our-equipment .bottom .mml-text .content .text {
  font-weight: 400;
  color: white;
  line-height: 32px;
}
.our-equipment .bottom .mml-text .content .text li {
  padding-left: 15px;
  position: relative;
}
.our-equipment .bottom .mml-text .content .text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  background-color: white;
  border-radius: 50%;
}
.our-product {
  background: url(../images/index2-4.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0 60px;
}
.our-product .right {
  margin-top: 70px;
}
.our-product .list ul {
  margin: -15px;
}
.our-product .list li {
  padding: 15px;
}
.our-product .list .box {
  text-align: center;
  background-color: white;
}
.our-product .list .box .img {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.our-product .list .box .content {
  padding: 30px 15px;
}
.our-product .list .box .content .name {
  font-weight: 200;
}
.our-product .dots li {
  display: inline-block;
  margin: 0 15px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #cbd0d0;
}
.our-product .dots li button {
  display: none;
}
.our-product .dots li.slick-active {
  background-color: #0ba29a;
}
.our-about {
  padding: 90px 0;
}
.our-about .play {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.our-about .top {
  margin-top: 80px;
}
.our-about .top ul {
  margin-left: -70px;
  margin-right: -15px;
}
.our-about .top li {
  position: relative;
  padding-left: 70px;
  padding-right: 15px;
}
.our-about .top li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  height: 60px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.our-about .top li .num {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}
.our-about .top li .num em {
  color: #0ba29a;
  font-size: 72px;
  font-family: 'DINCond-Bold';
}
.our-about .top li .num span {
  font-size: 24px;
  font-weight: bold;
  color: #0ba29a;
  vertical-align: top;
}
.our-about .bottom {
  margin-top: 90px;
}
.our-about .bottom .Tit {
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 30px;
}
.our-about .bottom .left {
  padding-right: 5%;
}
.our-about .bottom .left .text {
  line-height: 34px;
  color: #696969;
}
.our-about .bottom .left .text strong {
  font-weight: bold;
  color: #06413e;
}
.our-about .bottom .right .img {
  margin-right: -140px;
}
.i-value {
  background: url(../images/value-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
.i-value .pro1 {
  top: -10%;
  left: 1%;
  width: 40%;
}
.i-value .pro2 {
  top: -7%;
  right: 0;
  width: 40%;
}
.i-value .container {
  max-width: 50%;
}
.i-value .Tit {
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  color: white;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}
.i-value .baseMore {
  border-color: white;
  background-color: transparent;
}
.i-value .baseMore:hover {
  color: #0ba29a;
  background-color: white;
}
.i-advantage {
  margin-top: 220px;
}
.i-advantage .mask {
  left: 0;
  top: 55%;
}
.i-advantage .left {
  width: 45%;
  margin-left: 5%;
}
.i-advantage .right {
  width: 50%;
}
.i-advantage .right .imgs {
  margin-right: -webkit-calc((1700px - 1920px) / 2);
  margin-right: -moz-calc((1700px - 1920px) / 2);
  margin-right: calc((1700px - 1920px) / 2);
}
.i-advantage .list {
  margin-right: -65px;
  position: relative;
  z-index: 1;
}
.i-advantage .list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px;
  border-radius: 15px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list .item .icon {
  width: 90px;
}
.i-advantage .list .item .icon img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list .item .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.i-advantage .list .item .content .name {
  margin-bottom: 10px;
  font-size: 20px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list .item .content .text {
  font-size: 18px;
    line-height: 34px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list .item .moreBtn {
  margin: auto;
  width: 40px;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list .item.active {
  background-color: #0ba29a;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.i-advantage .list .item.active .icon img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.i-advantage .list .item.active .content .name {
  color: white;
}
.i-advantage .list .item.active .content .text {
  color: white;
}
.i-advantage .list .item.active .moreBtn {
  opacity: 1;
}
.our-news {
  padding: 60px 0;
  background: url(../images/news-bg.jpg) no-repeat center bottom;
}
.our-news .list {
  position: relative;
}
.our-news .list span.arrow {
  position: absolute;
  top: 30%;
  cursor: pointer;
}
.our-news .list span.arrow.arrow_l {
  left: -90px;
}
.our-news .list span.arrow.arrow_r {
  right: -90px;
}
.our-news .list ul {
  margin: -18px;
}
.our-news .list li {
  padding: 18px;
}
.our-news .list li .content {
  padding: 20px 5px;
}
.our-news .list li .content img {
  display: inline-block;
}
.our-news .list li .content time {
  font-style: italic;
}
.our-news .list li .content .name {
  font-weight: 400;
  line-height: 34px;
}
#footer {
  background-color: #f2f2f2;
  padding-top: 30px;
  border-top: 3px solid #0ba29a;
}
#footer .form ul {
  margin: -15px;
}
#footer .form li {
  padding: 15px;
  width: 26%;
}
#footer .form li:nth-child(3) {
  width: 30%;
}
#footer .form li:nth-child(4) {
  width: 18%;
}
#footer .form input {
  padding-left: 55px;
  padding-right: 15px;
  font-size: 16px;
  width: 100%;
  height: 65px;
  border-radius: 6px;
  border: none;
  background-color: #e1e1e1;
  background-repeat: no-repeat;
  background-position: left 15px center;
}
#footer .form input[name="name"] {
  background-image: url(../images/user-icon.png);
}
#footer .form input[name="mail"] {
  background-image: url(../images/email-icon.png);
}
#footer .form input[name="content"] {
  background-image: url(../images/msg-icon.png);
}
#footer .form button {
  width: 100%;
  height: 65px;
  border: 0;
  color: white;
  background-color: #0ba29a;
  font-size: 0;
  border-radius: 6px;
}
#footer .form button span {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#footer .form button img {
  vertical-align: middle;
}
#footer .foot-top {
  margin-top: 36px;
  padding: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#footer .foot-top .foot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .foot-top .foot-block {
  max-width: 330px;
}
#footer .foot-top .foot-block.ewm {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
#footer .foot-top .foot-block h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#footer .foot-top .foot-block h4::after {
  content: "";
  display: block;
  width: 30px;
  border-bottom: 1px solid #0ba29a;
  margin-top: 10px;
}
#footer .foot-top .foot-block ul li {
  line-height: 30px;
}
#footer .foot-top .foot-block ul li + li {
  margin-top: 10px;
}
#footer .foot-top .foot-block ul li i {
  font-size: 0;
  width: 30px;
  text-align: center;
}
#footer .foot-top .foot-block ul li i img {
  vertical-align: middle;
}
#footer .foot-bottom {
  font-size: 16px;
    line-height: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px 0 30px;
}
#footer .foot-bottom .left p,
#footer .foot-bottom .left a {
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom .left img {
  height: 16px;
  vertical-align: middle;
}
#footer .foot-bottom .social-links {
  font-size: 0;
}
#footer .foot-bottom .social-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: white;
  background-color: #3d3d3d;
  border-radius: 3px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-family: FontAwesome;
}
#footer .foot-bottom .social-links a + a {
  margin-left: 15px;
}
#goback {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 120px;
  width: 48px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}
#goback:hover {
  color: white;
  background-color: #0ba29a;
}
#ewm {
  width: 140px;
  border: 5px solid white;
}
@media (max-width: 1730px) {
  #header .nav > .menu .menu-box ul.menu > li {
    margin: 0 25px;
    font-size: 18px;
  }
  #banner h2 {
    font-size: 36px;
  }
  #banner h2 span {
    font-size: 52px;
  }
  .our-about .bottom .right .img {
    margin-right: 0;
  }
  .our-about .bottom .left .text {
    margin-bottom: 30px;
  }
  .baseTit {
    font-size: 40px;
  }
  .i-advantage .right .imgs {
    margin-right: -15px;
  }
  .i-advantage .left {
    width: 50%;
    margin-left: 0;
  }
  .i-advantage .list .item {
    padding: 20px 40px;
  }
  .our-news .list span.arrow {
    position: static;
    display: inline-block;
  }
  .our-news .list .arrows {
    text-align: center;
    margin-top: 30px;
  }
  .our-news .list span.arrow.arrow_l {
    margin-right: 40px;
  }
}
@media (max-width: 1450px) {
  #header .nav > .menu .msgBtn {
    display: none;
  }
  #header .nav > .menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  .ui.container {
    width: 1230px;
  }
  #header {
    top: 0;
  }
  #header .nav > .menu .logo {
    width: 120px;
  }
  
  #banner h2 {
    font-size: 30px;
  }
  #banner h2 span {
    font-size: 40px;
  }
  #banner p {
    margin-bottom: 30px;
  }
  #banner .page-dot {
    top: 90%;
  }
  .baseTit {
    font-size: 34px;
  }
  .our-equipment .bottom .mml-text .content .num {
    font-size: 80px;
    margin-bottom: -40px;
  }
  .our-equipment .bottom .mml-text .content .name {
    font-size: 24px;
  }
  .our-about .top ul {
    margin-left: -30px;
  }
  .our-about .top li {
    padding-left: 30px;
  }
  .our-about .top li .num em {
    font-size: 60px;
  }
  .our-about .bottom .Tit {
    font-size: 24px;
    line-height: 40px;
  }
  .i-value .Tit {
    font-size: 30px;
  }
  .i-value .container {
    max-width: 60%;
  }
  .i-value .pro1 {
    top: 0;
  }
  .i-value .pro2 {
    top: 0;
  }
  .i-advantage {
    margin-top: 120px;
  }
  .i-advantage .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }
  .i-advantage .list .item {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
  .i-advantage .list .item .icon {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .i-advantage .list .item .content .text {
    display: none;
  }
  .i-advantage .list .item .content .name {
    text-align: center;
    font-size: 18px;
  }
  .i-advantage .left {
    padding-right: 30px;
  }
  #footer .foot-top {
    padding: 40px 0;
  }
  #footer .foot-top .foot-block {
    max-width: 300px;
  }
}
@media (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }

  .language-box .language-img {
    display: none;
  }

  #header .nav > .menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 16px;
  }
  .font-18 {
    font-size: 16px;
  }
  .language-box .zhuyu {
    font-size: 16px;
  }
  
  .baseMore {
    height: 50px;
    line-height: 50px;
    min-width: auto;
  }
  #banner .page-dot .dots li {
    font-size: 18px;
  }
  .baseTit {
    font-size: 30px;
  }
  .our-equipment .bottom .list {
    padding: 0 30px;
  }
  .our-equipment .bottom .list .wrapper {
    margin: 0 -30px;
  }
  .our-equipment .bottom .list .item {
    padding: 0 30px;
  }
  .our-equipment .bottom span.arrow.arrow_l {
    left: 0;
  }
  .our-equipment .bottom span.arrow.arrow_r {
    right: 0;
  }
  .our-equipment .bottom span.arrow {
    font-size: 45px;
  }
  #footer .form li {
    width: 50%!important;
  }
  #footer .foot-top .foot-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
  }
  #footer .foot-top .foot-block {
    max-width: 100%;
    width: 50%;
    padding: 15px;
  }
  #footer .foot-bottom {
    padding: 15px 0;
  }
  #footer .foot-bottom .left,
  #footer .foot-bottom .right {
    float: none;
    text-align: center;
    margin: 10px 0;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 768px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .page-dot {
    display: none;
  }
  #banner .content {
    width: 90%;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner h2 {
    font-size: 20px;
  }
  #banner h2 span {
    font-size: 30px;
    line-height: 1.5;
  }
  #banner p {
    font-size: 16px;
  }
  .our-equipment {
    padding: 60px 0;
  }
  .baseTit {
    font-size: 24px;
    line-height: 40px;
  }
  .our-equipment .top::before {
    display: none;
  }
  .our-equipment .top {
    margin-top: 40px;
  }
  .our-equipment .top ul {
    margin: -15px;
  }
  .our-equipment .top li {
    width: 33.33%!important;
    padding: 15px;
  }
  .our-equipment .top li .dot {
    display: none;
  }
  .our-equipment .top li.active .name {
    opacity: 1;
  }
  .our-equipment .bottom .mml-text {
    display: block;
  }
  .our-equipment .bottom .mml-text .img {
    width: 100%;
  }
  .our-equipment .bottom .mml-text .content {
    width: 100%;
  }
  .our-product .left {
    width: 100%;
  }
  .our-product .right {
    width: 100%;
    margin-top: 30px;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .top ul {
    margin: -15px;
  }
  .our-about .top li {
    width: 50%!important;
    padding: 15px;
  }
  .our-about .top li + li::before {
    display: none;
  }
  .our-about .top li .num em {
    font-size: 40px;
  }
  .our-about .top {
    margin-top: 40px;
  }
  .our-about .bottom {
    margin-top: 40px;
  }
  .our-about .bottom .left {
    width: 100%;
    padding-right: 0;
  }
  .our-about .bottom .right {
    width: 100%;
    margin-top: 40px;
  }
  .i-value .pro1,
  .i-value .pro2 {
    display: none;
  }
  .i-value .container {
    max-width: 100%;
  }
  .i-value .Tit {
    font-size: 24px;
    line-height: 1.5;
  }
  .i-advantage {
    margin-top: 60px;
  }
  .i-advantage .left {
    width: 100%;
    padding: 0;
  }
  .i-advantage .right {
    width: 100%;
    margin-top: 40px;
  }
  .i-advantage .right .imgs {
    margin-right: 0;
  }
  .i-advantage .mask {
    display: none;
  }
  .our-news {
    padding: 60px 0;
  }
  #footer .form input {
    font-size: 16px;
    height: 50px;
  }
  #footer .form button {
    height: 50px;
  }
  #footer .logo {
    width: 100px;
    margin: auto;
  }
  #goback {
    display: none!important;
  }
}
@media (max-width: 768px) {
  .ui.container {
    width: 700px;
  }
  #banner h2 {
    font-size: 18px;
  }
  #banner h2 span {
    font-size: 24px;
  }
  #banner p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .font-16 {
    font-size: 16px;
    line-height: 32px;
  }
  .baseMore {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner p {
    display: none;
  }
  .our-equipment .bottom .mml-text .content .name {
    font-size: 18px;
  }
  .our-equipment .bottom .mml-text .content {
    padding: 15px;
  }
  .our-equipment .bottom .list {
    padding: 0;
  }
  .our-equipment .bottom span.arrow {
    display: none;
  }
  .our-product .dots {
    display: none;
  }
  .baseTit br {
    display: none;
  }
  .i-advantage {
    display: none;
  }
  .our-news .list .arrows {
    display: none;
  }
  .our-news .list ul {
    margin: -15px;
  }
  .our-news .list li {
    padding: 15px;
  }
  .our-equipment .bottom .slick-list {
    overflow: hidden;
  }
  .our-equipment .bottom .list .wrapper {
    margin: 0 -15px;
  }
  .our-equipment .bottom .list .item {
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  #banner li {
    height: 300px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .baseTit {
    font-size: 20px;
  }
  .i-value .Tit {
    font-size: 20px;
  }
  .our-equipment .top ul {
    margin: -10px;
  }
  .our-equipment .top li {
    padding: 10px;
  }
  .our-about .bottom .Tit {
    font-size: 20px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 32px;
  }
  #footer .form ul {
    margin: -10px;
  }
  #footer .form li {
    width: 100% !important;
    padding: 10px;
  }
  #footer .form input {
    font-size: 14px;
  }
  #footer .foot-top .foot-block {
    width: 100%;
  }
  #footer .form button span {
    font-size: 16px;
  }
  #footer .foot-bottom .left img {
    height: 14px;
  }
}







.contact-page {
  padding-top: 138px;
}
.contact-page .title {
  font-size: 50px;
  font-weight: bold;
}
.contact-page .contact-1 form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 form input {
  width: 46%;
  font-size: 20px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid black;
  height: 63px;
  margin-bottom: 30px;
}
.contact-page .contact-1 form p {
  width: 100%;
  font-size: 20px;
  opacity: 0.6;
  margin-bottom: 10px;
}
.contact-page .contact-1 form textarea {
  width: 100%;
  height: 177px;
  font-size: 20px;
  padding: 25px 20px;
}
.contact-page .contact-1 form input[type="submit"] {
  background: #0ba29a;
  color: white;
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-page .contact-1 form input[type="submit"]:hover {
  background: black;
}
.contact-page .contact-2 {
  padding: 70px 0;
}
.contact-page .contact-2 .left {
  width: 60%;
  padding-right: 60px;
}
.contact-page .contact-2 .left .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 8px 0 42px;
}
.contact-page .contact-2 .left .content .box:first-child {
  margin-bottom: 50px;
}
.contact-page .contact-2 .left .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
}
.contact-page .contact-2 .left .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-2 .left .content ul li {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  width: 50%;
  margin-bottom: 16px;
}
.contact-page .contact-2 .left .content ul li.add {
  width: 100%;
}
.contact-page .contact-2 .right {
  width: 40%;
}
.contact-page .contact-2 .right img {
  display: block;
  margin-left: auto;
}


@media screen and (max-width: 1000px) {
  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    display: none;
  }
}


@media screen and (max-width: 768px) {
  .contact-page .title {
    font-size: 34px;
  }
  .contact-page .contact-2 .left .content ul li {
    width: 50%;
  }
  .contact-page .contact-2 .left .content ul li.add {
    width: 100%;
  }
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-2 {
    padding: 50px 0;
  }
}


@media screen and (max-width: 500px) {
  .contact-page .title, .newdet-page .newdet-2 h2 {
    font-size: 24px;
  }
  .contact-page .contact-1 form textarea,
  .contact-page .contact-1 form p,
  .contact-page .contact-1 form input{
    font-size: 18px;
  }
  .contact-page .contact-2 .left{
    padding-right: 0;
  }
  .contact-page .contact-2 .left .content ul li,
  .contact-page .contact-1 form input {
    width: 100%;
  }
}





.inner-banner {
    height: 600px;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;

}


.inner-banner .box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}
.inner-banner .box .mbx {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 5px;
}
.inner-banner .box h2 {
    font-size: 36px;
    line-height: 1.6;
    font-weight: bold;
}
.inner-banner .box h2 em {
    color: #0ba29a;
}
.inner-banner::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}




.inner-banner {
    height: 450px;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
    /*background-attachment: fixed;*/

}


.inner-banner .box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}
.inner-banner .box .mbx {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 5px;
}
.inner-banner .box h2 {
    font-size: 36px;
    line-height: 1.6;
    font-weight: bold;
}
.inner-banner .box h2 em {
    color: #0ba29a;
}
.inner-banner::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

@media screen and (max-width: 1600px){
    .inner-banner.product{
        height: 650px;

    }
}
@media screen and (max-width: 1400px){
    .inner-banner.product{
        height: 510px;

    }
}
@media screen and (max-width: 1200px){
    .inner-banner.product{
        height: 110px;

    }
}
@media screen and (max-width: 1000px) {
    .inner-banner .box{
        top: 40%;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner .box{
        top: 30%;
    }
    .inner-banner .box h2{
        font-size: 18px;
        line-height: 1.8;
    }
    .inner-banner .box .mbx {
        font-size: 14px;
        line-height: 2;
    }
    .inner-banner {
        height: auto;
        padding-top: 100px;
    }
    .inner-banner.single .box h2{
        display: none!important;
    }

a.yiyilingye {
    display: none !important;
}
h1.Auxil-h1.fproduct {
    font-size: 24px;
    font-weight: 600;
    padding-top: 0px !important;
    padding-left: 0px !important;
}

}




.mbx{
    padding: 12px 0;
    background: #f2f2f2;
    font-size: 16px;
    line-height: 32px;
}
.inner-page{
    overflow: hidden;
}

.inner-page span.h2 {
    font-size: 36px;
    color: #4f4d4d;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}
.about2-page .about-1 {
    padding: 80px 0 5%;
    background: url(../images/about-1.jpg) bottom right no-repeat;
    background-size: 45% auto;
}
.about2-page .about-1 .text {
    width: 67%;
}
.about2-page .about-1 .text span.h3{    font-size: 36px;}
.about2-page .about-1 .text span.h3 em{color: #0ba29a;}
.about2-page .about-1 .text span.h2 {
    font-size: 48px;
    font-weight: 700;
    max-width: 24em;
}
.about2-page .about-1 .text .con {
    font-size: 18px;
    line-height: 1.9;
    margin-top: 1.5em;
}

.about2-page .about-1 .list {
    margin-top: 45px;
    max-width: 70%;
    margin-right: auto;
    display: block;
}
.about2-page .about-1 .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about2-page .about-1 .list ul li {
    width: auto;
    text-align: center;
}
.about2-page .about-1 .list ul li span {
    font-size: 50px;
    font-weight: bold;
    color: #0ba29a;
    line-height: 1;
    display: block;
}
.about2-page .about-1 .list ul li span i {
    color: #c0c3c0;
    margin-left: .1em;
    font-size: 18px;
}
.about2-page .about-1 .list ul li p {
    font-size: 16px;
    opacity: .8;
    display: block;
}
.about2-page .about-2 {
    text-align: center;
    padding: 180px 0;
    background-attachment: fixed;
}
.about2-page .about-2 .play {
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}
.about2-page .about-3 {
    padding: 90px 0;
}
.about2-page .about-3 .left {
    width: 42%;
    vertical-align: middle;
}
.about2-page .about-3 .right {
    width: 58%;
    vertical-align: middle;
    padding: 0 8%;
}
.about2-page .about-3 .right span.h2 {
    display: flex;
    align-items: center;
    margin-bottom: 4em;
}
.about2-page .about-3 .right span.h2:before {
    content: '';
    width: 1.5em;
    height: 2px;
    background-color: #181818;
    margin-right: .5em;
}
.about2-page .about-3 .right .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}
.about2-page .about-4 {
    padding: 80px 0 100px;
    background-color: #0ba29a;
    color: white;
}
.about2-page .about-4 .left {
    width: 60%;
    vertical-align: bottom;
}
.about2-page .about-4 .left span.h2 {
    color: inherit;
    text-transform: uppercase;
}
.about2-page .about-4 .right {
    width: 40%;
    text-align: right;
    vertical-align: bottom;
}
.about2-page .about-4 .right a.more {
    font-size: 16px;
    font-weight: 600;
    color: white;
    line-height: 3em;
    height: 3em;
    padding: 0 3em;
    border-radius: 1.5em;
    border: 1px solid white;
    transition: .5s;
    display: inline-block;
}
.about2-page .about-4 .right a.more:hover {
    background-color: black;
}
.about2-page .about-5 {
    padding: 80px 0 120px;
}
.about2-page .about-5 .left {
    width: 40%;
    padding-right: 3%;
    vertical-align: middle;
}
.about2-page .about-5 .right {
    width: 60%;
    vertical-align: middle;
}
.about2-page .about-5 .left span.h2 {
    text-transform: uppercase;
}
.about2-page .about-5 .left .text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 2em;
}
.about2-page .about-5 .right ul {
    margin: -25px;
}
.about2-page .about-5 .right ul li {
    padding: 25px;
}
.about2-page .about-5 .right ul li img {
    width: 100%;
}
.about2-page .about-5 .right ul li p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: .5em;
}
.about2-page .about-6 {
    padding: 90px 0 70px;
    background-color: #efefef;
}
.about2-page .about-6 span.h2 {
    margin-bottom: 1em;
}
.about2-page .about-6 .box .left {
    width: 76.5%;
    padding-right: 20px;
}
.about2-page .about-6 .box .right {
    width: 23.5%;
}
.about2-page .about-6 .box img {
    width: 100%;
}
.about2-page .about-6 .box .right ul {
    margin: -10px;
}
.about2-page .about-6 .box .right ul li {
    padding: 10px;
    cursor: pointer;
    cursor: hand;
}



@media screen and (max-width: 1000px) {
 
    .about2-page .about-1 .text,
    .about2-page .about-3 .right,
    .about2-page .about-4 .right,
    .about2-page .about-4 .left,
    .about2-page .about-5 .left,
    .about2-page .about-5 .right,
    .about2-page .about-6 .box .left {
        width: 100%;
        padding: 0;
    }
    .about2-page .about-1 .img,.about2-page .about-3 .left,.about2-page .about-6 .box .right {
        display: none;
    }
    .about2-page .about-1 .text span.h2,.inner-page span.h2,.application-page .application-2 .box span.h2 {
        font-size: 24px;
    }
    .about2-page .about-1 .text .con,.about2-page .about-1 .list ul li p,.about2-page .about-5 .left .text {
        font-size: 14px;
    }
    .about2-page .about-1 .list ul li span {
        font-size: 32px;
    }
    .about2-page .about-2 {
        padding: 120px 0;
    }
    .about2-page .about-2 .play {
        max-width: 70px;
    }
    .about2-page .about-3 .right span.h2 {
        margin-bottom: 2em;
    }
    .about2-page .about-4 .left {
        margin-bottom: 20px;
    }
    .about2-page .about-4,
    .about2-page .about-3,
    .about2-page .about-1,
    .about2-page .about-5,
    .about2-page .about-6 {
        padding: 50px 0;
    }
    .about2-page .about-1 {
        background-image: unset;
    }
    .about2-page .about-1 .list {
        max-width: none;
    }

}

@media screen and (max-width: 500px) {
    .about2-page .about-1 .list ul li {
        width: 50%;
        padding: 5px;
    }
    .about2-page .about-1 .text span.h2, .inner-page span.h2 {
        font-size: 20px;
    }
}




.rn_about2 {
  background: #F8F8F8;
}
.rn_about2 > .box .boxLeft {
  width: 544px;
}
.rn_about2 > .box .boxLeft .content1 {
  font-size: 20px;
  color: #666;
  margin-top: 22px;
}
.rn_about2 > .box .boxLeft .content2 {
  font-size: 108px;
  color: #999;
  margin-top: 160px;
}
.rn_about2 > .box .boxRight {
  position: relative;
  width: -webkit-calc(100% - 544px);
  width: -moz-calc(100% - 544px);
  width: calc(100% - 544px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 288px;
}
.rn_about2 > .box .boxRight .banner .swiper-container {
  height: 568px;
}
.rn_about2 > .box .boxRight .banner .swiper-slide .item {
  height: 568px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
.rn_about2 > .box .boxRight .banner .swiper-slide .item::-webkit-scrollbar {
  width: 1px;
  height: 2px;
}
.rn_about2 > .box .boxRight .banner .swiper-slide .item::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
.rn_about2 > .box .boxRight .banner .swiper-slide .item::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.rn_about2 > .box .boxRight .banner .swiper-slide div h5 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin: 16px 0;
}
.rn_about2 > .box .boxRight .banner .swiper-slide div p {
  margin: 25.6px 0;
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  padding-left: 22px;
}
.rn_about2 > .box .boxRight .banner .swiper-slide div p span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 0;
  top: 12px;
}
.rn_about2 > .box .boxRight .banner1 {
  position: absolute;
  right: 0;
  width: 288px;
  height: 530px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container {
  height: 100%;
  padding-right: 5px;
  z-index: 2;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .swiper-slide {
  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;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .item {
  font-size: 16px;
  color: #999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 58.88px;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .item span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0ba29a;
  position: relative;
  top: -3px;
  margin-left: 13px;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .item font {
  display: inline-block;
  text-align: right;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .swiper-slide-thumb-active .item font {
  font-size: 18px;
  font-weight: bold;
  color: #0ba29a;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .swiper-slide-thumb-active .item span {
  opacity: 1;
}
.rn_about2 > .box .boxRight .banner1 .xian {
  position: absolute;
  right: 7px;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.rn_about2 > .box .boxRight .banner1 .button p {
  right: 0;
  position: absolute;
}
.rn_about2 > .box .boxRight .banner1 .button p span {
  font-size: 18px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.rn_about2 > .box .boxRight .banner1 .button p span:hover {
  color: #0ba29a;
}
.rn_about2 > .box .boxRight .banner1 .button .prev {
  top: -16px;
}
.rn_about2 > .box .boxRight .banner1 .button .next {
  bottom: -16px;
}
.index_title .box .left {
  font-size: 48px;
}
.index_title .box .biaoti {
  font-size: 20px;
  color: #666;
  margin-top: 12px;
}
.index_link a {
  font-size: 16px;
  display: block;
  width: 160px;
  line-height: 55px;
  color: #fff;
  background: #0ba29a;
  text-align: center;
  position: relative;
}
.index_link a img {
  margin-left: 10px;
  position: relative;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  right: 0;
}
.index_link a:hover img {
  right: -16px;
}
.index_link p {
  font-size: 16px;
  display: block;
  width: 160px;
  line-height: 55px;
  color: #fff;
  background: #0ba29a;
  text-align: center;
  position: relative;
}
.index_link p img {
  margin-left: 10px;
  position: relative;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  right: 0;
}
.index_link p:hover img {
  right: -16px;
}
.w1720 {
  max-width: 1750px;
  padding: 0 15px;
  display: block;
  margin: 0 auto;
}
.p98 {
  padding-top: 98px;
}
.p98_ {
  padding-bottom: 98px;
}
.m60 {
  margin-top: 60px;
}
.p98 {
  padding-top: 98px;
}
.case_three .box ul li .content3 {
  font-size: 22.4px;
}
.flexBetween {
  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;
}
.flexCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flexStart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}



.slick-vertical .slick-slide {
  border: 0;
}


.rn_about2 > .box .boxRight .banner1 .swiper-container .slick-current .item font {
  font-size: 18px;
  font-weight: bold;
  color: #0ba29a;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .slick-current .item span {
  opacity: 1;
}




.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-xc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-xb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-xend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flex-yc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-xc-yc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}
.Cmore {
  font-size: 16px;
  color: #FFFFFF;
  background: #0ba29a;
  padding: 0 30px;
  width: max-content;
  flex-wrap: nowrap;
  white-space: nowrap;
  height: 56px;
  cursor: pointer;
  transition: all ease .3s;
  margin-top: 30px;
}

.Cmore span {
  white-space: nowrap
}

.Cmore:hover {
  opacity: 0.8;
}

.Cmore img {
  margin-right: 5px;
}



.pd1 {
  padding: 62px 0 30px;
}

.pd1 .ev {
  display: block;
  padding: 83px 0 0px;
  position: relative;
  margin-bottom: 123px;
}

.pd1 .ev:nth-of-type(even) .wrap {
  flex-direction: row-reverse;
}

.pd1 .ev:nth-of-type(even) .intr {
  padding-left: 5%;
  padding-right: 0;
}

.pd1 .ev:nth-of-type(even)::after {
  left: auto;
  right: 0;
}

.pd1 .ev::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 74%;
  height: 100%;
  background: #F8F8F8;
  z-index: -1;
  transition: all ease .8s;
  border-radius:40px;
}

.pd1 .ev:hover::after {
  width: 88%;
  background: #eaeaea;
}
.pd1 .ev:nth-of-type(even)::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pd1 .ev:nth-of-type(odd)::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pd1 .ev .intr {
  width: 37%;
  padding-right: 5%;
}

.pd1 .ev .pic {
  width: 50%;
}

.pd1 .ev .pic img {
  width: 100%;
}

.pd1 .ev h2 {
  font-size: 30px;
  color: #0ba29a;
}

.pd1 .ev h2::after {
  content: '';
  display: block;
  width: 37px;
  height: 6px;
  background: #D5D5D5;
  margin: 15px 0 20px;
}

.pd1 .ev p {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  text-align: justify;
}

.pd1 .ev .text {
  max-height: 15em;
  overflow-y: auto;
  padding-right: 15px;
}


@media (max-width:1230px) {
  .pd1 .ev .intr {
    width: 50%;
  }
}

@media (max-width:1000px) {
  .pd1 .ev .intr {
    width: 100%;
    padding: 0 !important;
  }

  .pd1 .ev .pic {
    width: 100%;
  }

  .pd1 .ev::after {
    display: none;
  }

  .pd1 .ev {
    margin-bottom: 60px;
    background-color: #F8F8F8;
  }
}





/* news */
.news-page {
  padding: 60px 0;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
  border-left: 1px solid #e7e7e7;
  padding-left: 20px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: #0ba29a;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #0ba29a;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #0ba29a;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 16px;
  line-height: 2;
}


@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }
}

.list.newsList ul li {
    padding: 30px 40px;
    border-bottom: 1px dashed #ccc;
}

.list.newsList ul li .content .left.txt-center span {
  background-color: #0ba29a;
  color: white;
  font-size: 28px;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 6px 0 6px 0;
}

.list.newsList ul li .content {
  display: flex;
}
.list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #d7f0ef;
  color: #2b2b2b;
}
.list.newsList ul li .content .right h3 a {
  font-weight: 700;
  color: #000;
}
.list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
  color: #2b2b2b;
}
.list.newsList ul li .content .right p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.list.newsList ul li .content .right a {
  font-size: 18px;
  font-weight: 500;
  color: #0ba29a;
  transition: all 0.5s ease;
  text-transform: capitalize;
  line-height: 2;
}


@media screen and (max-width: 1000px) {
  .list.newsList ul li{
    padding: 15px;
  }

  .list.newsList ul li .content .right{
    margin-left: 20px;
    padding-left: 20px;
  }

  .list.newsList ul li .content .left.txt-center span{
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}


.newdet-content .category {
  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-bottom: 15px;
}
.newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #0ba29a;
  border: 1px solid #0ba29a;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-content .category a:hover {
  background: #0ba29a;
  color: #fff;
}
.newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
}
.newdet-content h1.n-title {
  font-size: 35px;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  line-height: 2;
}
.newdet-content .content {
  font-size: 18px;
  color: #555;
  line-height: 2;
}
.newdet-content .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-content .content .icon a:hover {
  color: #0ba29a;
}
.newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  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;
}
.newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
}
.newdet-content .m-link a .r-img {
  margin-right: 20px;
}
.newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 255px;
}
.newdet-content .m-link a .r-text p:hover {
  color: #0ba29a;
}
.newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}
.newdet-content .m-link a.right {
  padding-left: 30px;
}
.newdet-content .n-form {
  margin-top: 60px;
}
.newdet-content .n-form .text h3 {
  font-size: 30px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.newdet-content .n-form .text p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 30px;
}
.newdet-content .n-form .text p span {
  color: #0ba29a;
}
.newdet-content .n-form form span.span {
  font-size: 14px;
  display: inline-block;
  color: #555;
  margin-bottom: 25px;
}
.newdet-content .n-form form textarea,
.newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 20px;
  color: #555555;
  font-size: 14px;
  margin-bottom: 30px;
}
.newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.newdet-content .n-form form .n-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 45px;
}
.newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}
.newdet-content .n-form form button:hover::after {
  width: 100%;
}
.newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #0ba29a;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.newdet-content .content p {
  padding: 15px 0;
  color: #000;
}
.newdet-content .content h2 {
  font-size: 24px;
  color: #000;
}

@media screen and (max-width: 1000px) {
  .newdet-content{
    padding-right: 0;
  }

  .newdet-content .content{
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .newdet-content .m-link{
    display: block;
  }
  .newdet-content .m-link a{
    width: 100%;
    padding: 10px 0;
  }
  .newdet-content .m-link a.right{
    padding-left: 0;
  }
  .newdet-content .n-form form textarea,
  .newdet-content .n-form form input[type=text]{
    width: 100%;
  }
  .newdet-content h1.n-title{
    font-size: 24px;
  }
}







.inner-page .sideBox .sidebar-left {
  width: 25%;
}

.inner-page .sideBox .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-search {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
  font-weight: 200;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search-icon.png) no-repeat center center #12a252;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li {
  padding: 8px 0;
  font-size: 17px;
  position: relative;
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li ul{
  margin-top: 16px;
  /*display: none;*/
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li i{
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a {
  padding-right: 20px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a span {
  color: #aaa;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:hover {
  color: var(--primary);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active{
  color: #0ba29a;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li {
  padding: 0.75rem 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 1rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 17px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem;

  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--primary);
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text span {
     color: var(--primary);
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact {
  background: url(../images/pro-011.jpg) no-repeat center center;
  padding: 10.75rem 2rem 2.75rem;
  color: #fff;
  background-size: cover;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h5 {
font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h6 {
font-size: 16px;
    line-height: 1.8;
    margin-top: 1.1rem;
    text-transform: capitalize;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  color: var(--primary);
  text-transform: capitalize;
  background: #fff;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-top: 1.3rem;
 
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--primary);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover {
  color: #fff;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}



.inner-page .sideBox {
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

}



.inner-banner.active.pro {
    height: 780px;
    padding-top: 310px;
    width: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}





.inner-page .sideBox .sidebar-left .inner .inner-contact:after {
    content: '';
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,.5));
}

.inner-page .sideBox .sidebar-left .inner .inner-contact .c-box {
    z-index: 99;
    position: relative;
}
.inner-page .sideBox .sidebar-right {
    width: 75%;
    padding-left: 5%;
}


@media screen and (max-width: 1000px) {
  .inner-page .sideBox .sidebar-left{
    display: none;
  }
  .inner-page .sideBox .sidebar-right{
    width: 100%;
    padding-left: 0;
  }
}


/*pro-list*/
product2-page {
    padding: 5rem 0 5rem;
}

.product2-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.product2-page .product-list ul li {
  padding: 0 0.75rem;
  margin-bottom: 1.5rem;
}

.product2-page .product-list ul li .img img{
height: 450px;
    object-fit: cover;
    width: 100%;
}

.product2-page .product-list ul li.wid-100{
  width: 100%;
}

.product2-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.product2-page .product-list ul li .pro-box .imgbox{
position: relative;

    background: #fbfbfb;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1){
  opacity: 1;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2){
  opacity: 0;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
    -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.product2-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #46696b;
}
.product2-page .product-list ul li .pro-box::after {
  content: none;
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product2-page .product-list ul li .pro-box h5 {
font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 1rem 0 0;
    line-height: 2;
 
}
.product2-page .product-list ul li .pro-box .btm a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    background: #000;
    padding: 8px 12px;
    position: relative;
    z-index: 2;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    margin-bottom: 1.3rem;
}
.product2-page .product-list ul li .pro-box .btm a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--primary);
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: -1;
}
.product2-page .product-list ul li .pro-box .btm a:hover::after{
  width: 100%;
}
.product2-page .product-list ul li .pro-box .btm span.block {
    padding: 5px 0;
}
.product2-page .product-list ul li .pro-box .text .neirong {
    font-weight: 300;
    overflow-y: auto;
    max-height: 145px;
    margin-top: 10px;
    line-height: 32px;
}
.prodet-page .product-2 .content img {
    padding-bottom: 10px;
}

.product2-page .product-list ul li .pro-box:hover{

   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1){

   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2){
  opacity: 1;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box h5:hover {
  color: var(--primary);
}
.product2-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product2-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 2.5rem;
}
.product2-page .product-list ul li .pro-box .text {
padding: 0 30px 0 30px;
    font-size: 16px;
    color: #757575;
    padding-bottom: 1rem;

}
.product2-page .product-list ul li .pro-box .text p {
position: relative;
    font-size: 16px;
    color: #555;
}
.product2-page .product-list ul li .pro-box .text p strong {
    color: #000;
}
.product2-page .product-list ul li .pro-box .btm {
  padding: 30px 0px 0px 0px;
}


.product2-page .product-list ul li .pro-box .btm .tupianji{
  margin: -5px;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .item{
  padding: 5px;
  width: 20%;
}

.product2-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}
.product2-page .product-list ul li .pro-box .more:hover {
  background: #46696b;
}
.product2-page .product-list ul li .pro-box .more i {
  margin-left: 1.2rem;
  font-size: 12px;
}


.inner-page.product2-page p {
     color: #000;
    line-height: 2;
    padding: 5px 0;
}

.product2-page .product-list ul li .pro-box .btm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.product2-page .product-list ul li .pro-box .btm ul li {
     display: inline-block;
    width: auto !important;
    margin-bottom: 0;
   padding: 0 6px;
}

.product2-page .product-list ul li .pro-box .btm ul li .coloritem {
width: 25px;
    height: 25px;
    display: block;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
    background: #ebd5d3;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
    background: #7d96a2;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
    background: #7f9c90;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
    background: #8a2a2b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
    background: #19315b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
    background: #000;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
    background: #d7d2cb;
}
.product2-page .product-list ul li .pro-box h5 a{
  text-transform: capitalize;

}

@media screen and (max-width: 1200px) {
  .product2-page .product-list ul li{
    width: 50%!important;
  }
}

@media screen and (max-width: 700px) {
  .product2-page .product-list ul li .pro-box .text{
    padding: 0 15px 15px;
  }
}

@media screen and (max-width: 1000px) {
  .product2-page .product-list ul li{
    width: 100%!important;
  }
}


.prodet-page .det-1 {
  padding: 50px 0;
  background-color: #f1f1f1;
}
.prodet-page .det-1 .grid-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.prodet-page .det-1 .grid-box .left .ig .big-img {
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .left .ig .big-img img {
  width: 100%;
  background-color: white;
}
.prodet-page .det-1 .grid-box .gallery {
  margin-top: 10px;
  text-align: left;
  position: relative;
}
.prodet-page .det-1 .grid-box .gallery .plays{
  position: absolute;
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  cursor: pointer;
}
.prodet-page .det-1 .grid-box .gallery .plays img{
  max-width: 60px;
}
.prodet-page .det-1 .grid-box .gallery .slick-track {
  margin-left: 0;
}
.prodet-page .det-1 .grid-box .gallery ul {
  margin: 0 -5px;
}
.prodet-page .det-1 .grid-box .gallery ul li {
  padding: 0 5px;
}
.prodet-page .det-1 .grid-box .gallery ul li .img {
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .gallery ul li .img img {
  background-color: white;
}
.prodet-page .det-1 .grid-box .right {
  padding-left: 3%;
  padding-bottom: 90px;
}
.prodet-page .det-1 .grid-box .right .text h1 {
  font-size: 40px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 40px;
  margin-top: 10px;
  text-transform: capitalize;
  line-height: 1.3;
}
.prodet-page .det-1 .grid-box .right .text h6{
  font-size: 24px;
  text-transform: ca;
  color: #0ba29a;
  font-weight: bold;
  line-height: 1.3;
}
.prodet-page .det-1 .grid-box .right .text .con {
  font-size: 18px;
  color: #616161;
  line-height: 34px;
  max-height: 225px;
  overflow-y: scroll;
}
.prodet-page .det-1 .grid-box .right .text .con span{
  font-weight: bold;
}
.prodet-page .det-1 .grid-box .right .text .share{
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.prodet-page .det-1 .grid-box .right .text .share h5{
  display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
    line-height: 2;
}
.prodet-page .det-1 .grid-box .right .text .share ul li{
      display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: auto;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.prodet-page .det-1 .grid-box .right .text .share .icon{
  display: flex;
    justify-content: center;
    margin-left: 15px;
}
.prodet-page .det-1 .grid-box .right .text .share .icon a{
  margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    transition: .5s;
}
.prodet-page .det-1 .grid-box .right .text .share .icon a:hover{
  background: #0ba29a;
    border: 1px solid #0ba29a;
}
.prodet-page .det-1 .grid-box .right .text .mores {
  left: 53%;
  bottom: 0;
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
  margin-top: 40px;
}
.prodet-page .det-1 .grid-box .right .text .mores .fl{
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}
.prodet-page .det-1 .grid-box .right .text .mores a {
  margin: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #0ba29a;
  color: #1c1c1c;
  padding: 11px 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 2;
}
.prodet-page .det-1 .grid-box .right .text .mores a:hover {
  color: #fff;
  background-color: #0ba29a;
}

.prodet-page .det-1 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.prodet-page .det-1 .slick-arrow:hover {
  background-color: #0ba29a;
}
.prodet-page .det-1 .slick-slider:hover .slick-arrow {
  opacity: 1;
}
.prodet-page .det-1 .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 5px;
}
.prodet-page .det-1 .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 5px;
}


.prodet-page .det-2 {
  margin-top: 60px;
}
.prodet-page .det-2 .tabs ul {
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-2 .tabs ul li {
  display: inline-block;
  margin-right: 15px;
}
.prodet-page .det-2 .tabs ul li a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 8px 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 2;
}
.prodet-page .det-2 .tabs ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0%;
  background-color: #0ba29a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a:hover {
  color: #0ba29a;
}
.prodet-page .det-2 .tabs ul li.active a{
  color: #0ba29a;
}
.prodet-page .det-2 .tabs ul li.active a::after {
  width: 100%;
}
.prodet-page .det-2 .related {
  margin-top: 19px;
}
.prodet-page .det-2 .related ul li.active {
  display: block;
}
.prodet-page .det-2 .related ul li .con {
  font-size: 18px;
  color: #000;
  line-height: 34px;
}

.prodet-page .det-2 .related ul li .con video{
  max-width: 100%;
  max-height: 80vh;
}

.prodet-page .det-2 .related ul li .con strong{
  font-weight: bold;
}
.prodet-page .det-2 .related ul li .con-img{
  display: flex;
  margin: 0 -10px;
}
.prodet-page .det-2 .related ul li .con-img img{
  display: inline-block;
  padding: 0 10px;
  width: 33.3333%;
}

.prodet-page .det-2 .related ul li .files a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: .5s ease;
}

.prodet-page .det-2 .related ul li .files a:hover {
  color: white;
  background-color: #0ba29a;
}

.prodet-page .det-3 {
  margin-top: 60px;
}
/*.prodet-page .det-3 .title {
  text-align: center;
}*/
.prodet-page .det-3 .title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 30px;
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-3 .title h3 span{
  display: inline-block;
  position: relative;
  padding: 10px;
  font-size: 39px;
  line-height: 2;
}
.prodet-page .det-3 .title h3 span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #0ba29a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}



.prodet-page .det-3 .det-3-box ul {
  margin: 0 -15px;
  position: relative;
}
.prodet-page .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.prodet-page .det-3 .det-3-box ul li .ig {
  display: block;
}
.prodet-page .det-3 .det-3-box ul li .ig .img {
  position: relative;
  border: 2px solid #d6d6d6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #0ba29a;
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}
.prodet-page .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 12.5px;
}
.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    padding: 0 15px;
    margin: 30px 0 20px;
    font-size: 18px;
    line-height: 2;
    color: #000;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 500;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
  border-color: #0ba29a;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
  color: #0ba29a;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow{
  position: absolute;
    top: 34%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-prev{
  background-image: url("../images/banner-btn-l.png");
    left: -40px;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next{
  background-image: url("../images/banner-btn-r.png");
    right: -40px;
}

.prodet-page .form ul {
  margin: -10px;
}
.prodet-page .form ul li {
  padding: 10px;
}
.prodet-page .form ul li input,
.prodet-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .form ul li input:focus,
.prodet-page .form ul li textarea:focus {
  border-color: #0ba29a;
}
.prodet-page .form ul li textarea {
  height: 120px;
}
.prodet-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.prodet-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: #0ba29a;
  border-color: #0ba29a;
}
.prodet-page .form ul li.wid-100 {
  width: 100%;
}

@media screen and (max-width: 1430px) {
  .prodet-page .det-1 .grid-box .right .text .mores .fl{
    float: none;
  }

  .prodet-page .det-1 .grid-box .right .text .mores a{
    float: none;
  }

  .prodet-page .det-1 .grid-box .right .text h6{
    font-size: 20px;
  }

  .prodet-page .det-1 .grid-box .right .text h1{
    font-size: 30px;
  }

  .prodet-page .det-1 .grid-box .right .text .con{
    font-size: 16px;
  }

  .prodet-page .det-2 .related ul li .con{
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
  }
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .prodet-page .det-1 .grid-box .right .text .mores {
    position: relative;
    left: 0;
    width: 100%;
  }

  .prodet-page .det-1 .grid-box .right .text h6{
    font-size: 16px;
  }

  .prodet-page .det-1 .grid-box .right .text h1{
    font-size: 24px;
  }

  .prodet-page .det-3 .title h3 span{
    font-size: 24px;
  }

  .prodet-page .det-1 .grid-box .right .text .share h5{
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .det-2 .tabs ul {
    border: none;
  }
  .prodet-page .det-2 .tabs ul li {
    display: block;
    text-align: center;
    border-bottom: 2px solid #e1e1e1;
  }
  .prodet-page .det-2 .tabs ul li a {
    display: block;
    font-size: 20px;
  }
  .prodet-page .det-3 .det-3-box ul li {
    padding: 0 5px;
  }
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 14px;
  }

  .prodet-page .det-3 .det-3-box ul .slick-arrow.slick-prev{
      left: 0px;
  }
  .prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next{
      right: 0px;
  }

  .prodet-page .form ul li input, .prodet-page .form ul li textarea{
    padding: 5px;
  }
}







.more_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.more_btn .more {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  color: black;
  padding: 0 30px;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  border-radius: 27px;
  border: 1px solid black;
  display: inline-block;
}
.more_btn .more span {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.more_btn .more::after {
  content: attr(data-text);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  color: white;
  font-size: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.more_btn .arrow {
  background-color: black;
  display: inline-block;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin-left: -20px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.more_btn .arrow img {
  vertical-align: middle;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more_btn:hover span {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
.more_btn:hover .more::after {
  top: 0%;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.more_btn:hover .arrow {
  background-color: #0ba29a;
}
.more_btn:hover .arrow img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.i-tag {
  font-size: 20px;
  font-weight: 600;
  color: #0ba29a;
}
.i-tag i {
  display: inline-block;
  vertical-align: middle;
  background-color: #0ba29a;
  width: 40px;
  height: 1px;
  margin-right: 20px;
}
.font-45 {
  font-size: 45px;
}

@media screen and (max-width: 1500px) {
  .font-45 {
    font-size: 38px;
  }
}

@media screen and (max-width: 1250px) {
  .font-45 {
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  .font-45 {
    font-size: 24px;
  }
}


.hose-page .hose-1 {
  padding-top: 60px;
}
.hose-page .hose-1 .left {
  width: 30%;
  padding-top: 20px;
}
.hose-page .hose-1 .right {
  width: 70%;
}
.hose-page .hose-1 .right .content {
  font-size: 18px;
  line-height: 31px;
  color: #5e5e5e;
  margin-top: 45px;
}
.hose-page .hose-2 {
  padding-top: 70px;
}
.hose-page .hose-2 .h2 {
  position: absolute;
  font-size: 60px;
  line-height: 1;
  left: 43px;
  bottom: -22px;
  z-index: 11;
}
.hose-page .hose-3 {
  padding-top: 150px;
  padding-bottom: 110px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #f5f5f5), color-stop(35%, transparent));
  background: -webkit-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
  background: -moz-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
  background: linear-gradient(to top, #f5f5f5 35%, transparent 35% 100%);
}
.hose-page .hose-3 .left {
  width: 30%;
}
.hose-page .hose-3 .right {
  width: 70%;
}
.hose-page .hose-3 .right .txt {
  font-size: 18px;
  line-height: 26px;
  color: #5e5e5e;
  margin-bottom: 100px;
}
.hose-page .hose-3 ul {
  margin: -10px;
}
.hose-page .hose-3 ul li {
  padding: 10px;
}
.hose-page .hose-3 ul li .content {
  background: white;
  padding: 30px 30px 50px;
}
.hose-page .hose-3 ul li .content .des {
  font-size: 18px;
  line-height: 26px;
  color: #5e5e5e;
  margin-top: 10px;
}
.hose-page .hose-4 .left {
  vertical-align: middle;
}
.hose-page .hose-4 .right {
  padding: 0 260px 0 130px;
  vertical-align: middle;
}
.hose-page .hose-4 .right .i-title {
  margin: 18px 0 20px;
}
.hose-page .hose-4 .right .txt {
  font-size: 18px;
  line-height: 25px;
  color: #5e5e5e;
}
.hose-page .hose-4 .right ul li {
  border-top: 1px solid #eee;
  position: relative;
  padding-left: 112px;
  padding-top: 60px;
  padding-bottom: 47px;
}
.hose-page .hose-4 .right ul li .h5 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.hose-page .hose-4 .right ul li p {
  font-size: 20px;
  line-height: 25px;
  color: #5e5e5e;
  margin-top: 12px;
}
.hose-page .hose-4 .right ul li:first-child {
  border-top: none;
}
.hose-page .hose-4 .right ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 100%;
  /*background: url(../images/icon.png) no-repeat left center;*/
}
.hose-page .hose-4 .right ul li:nth-child(1)::after{
  background: url(../images/a-a.png) no-repeat left center;
}
.hose-page .hose-4 .right ul li:nth-child(2)::after{
  background: url(../images/b-b.png) no-repeat left center;
}
.hose-page .hose-5 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(83%, #111111), color-stop(83%, white));
  background: -webkit-linear-gradient(top, #111111 83%, white 83% 100%);
  background: -moz-linear-gradient(top, #111111 83%, white 83% 100%);
  background: linear-gradient(to bottom, #111111 83%, white 83% 100%);
  padding: 110px 0;
}
.hose-page .hose-5 .top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  margin-bottom: 65px;
}
.hose-page .hose-5 .top .i-tag {
  padding-top: 20px;
  margin-right: 40px;
}
.hose-page .hose-5 .top .more_btn {
  position: absolute;
  right: 0;
  top: 15px;
}
.hose-page .hose-5 .top .more_btn .more {
  border-color: white;
  color: white;
}
.hose-page .hose-5 .top .more_btn .arrow {
  background: white;
}
.hose-page .hose-5 .top .more_btn .arrow img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.hose-page .hose-5 ul .slick-list {
  padding-bottom: 110px;
}
.hose-page .hose-5 ul li {
  position: relative;
}
.hose-page .hose-5 ul li .content {
  position: absolute;
  left: 0;
  top: 53%;
  width: 35%;
  border-bottom: 3px solid #0ba29a;
  background: white;
  padding: 120px 45px 45px;
}
.hose-page .hose-5 ul li .content .h4 {
  font-size: 37px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 90px;
}
.hose-page .hose-5 ul li .content .more_btn .more::after {
  color: black;
}
.hose-page .hose-5 ul .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.hose-page .hose-5 ul .slick-dots li {
  width: 50%;
  margin: 0 10px;
  height: 1px;
  background: #acacac;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.hose-page .hose-5 ul .slick-dots li button {
  position: absolute;
  left: 0;
  bottom: 5px;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  color: #0ba29a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.hose-page .hose-5 ul .slick-dots li.slick-active {
  background: #0ba29a;
}
.hose-page .hose-5 ul .slick-dots li.slick-active button {
  opacity: 1;
}
.hose-page .hose-6 {
  padding: 100px 0 330px;
  background: url(../images/hose-form-bg.png) no-repeat left bottom;
}
.hose-page .hose-6 .top {
  width: 50%;
  margin-bottom: 30px;
}
.hose-page .hose-6 .top .i-title {
  margin: 25px 0 12px;
}
.hose-page .hose-6 .top .txt {
  font-size: 20px;
  line-height: 25px;
  color: #5e5e5e;
}
.hose-page .hose-6 .form {
  padding-right: 310px;
  position: relative;
}
.hose-page .hose-6 .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hose-page .hose-6 .form form input {
  width: 48%;
  font-size: 18px;
  border: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  height: 50px;
}
.hose-page .hose-6 .form form input[name="content"] {
  width: 100%;
}
.hose-page .hose-6 .form form .more_btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hose-page .hose-6 .form form .more_btn .more::after {
  color: black;
}
.elementor-widget-container {
  margin: 80px 0 0;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline:before {
  content: "";
  width: 1px;
  height: -webkit-calc(100% - 5px);
  height: -moz-calc(100% - 5px);
  height: calc(100% - 5px);
  background-color: #dfe1e7;
  position: absolute;
  top: 5px;
  left: -webkit-calc(50% + 50px);
  left: -moz-calc(50% + 50px);
  left: calc(50% + 50px);
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-content-image {
  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-flex-basis: -webkit-calc(50% - 60px);
  -ms-flex-preferred-size: calc(50% - 60px);
  flex-basis: -moz-calc(50% - 60px);
  flex-basis: calc(50% - 60px);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item {
  padding: 0 0 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: -webkit-calc(50% - 60px);
  width: -moz-calc(50% - 60px);
  width: calc(50% - 60px);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image img {
  /*height: 100%;*/
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  opacity: 0;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  will-change: transform;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-image img,
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-info {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-number {
  margin-right: 50px;
  margin-top: 5px;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-number {
  height: 60px;
  line-height: 60px;
  width: 60px;
  -webkit-box-shadow: 0 0 0 1px #dfe1e7;
  box-shadow: 0 0 0 1px #dfe1e7;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  color: var(--text);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .timeline-number {
  -webkit-box-shadow: 0 0 0 1px #0ba29a;
  box-shadow: 0 0 0 1px #0ba29a;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-number span {
  opacity: .2;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .timeline-number span {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-info .scroll-timeline-desc {
  font-size: 16px;
  line-height: 26px;
  color: #5e5e5e;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-image img,
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-info {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-subheading {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text_light);
  margin-bottom: 7px;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-line {
  width: 1px;
  background-color: #0ba29a;
  position: absolute;
  top: 5px;
  left: -webkit-calc(50% + 50px);
  left: -moz-calc(50% + 50px);
  left: calc(50% + 50px);
  overflow: hidden;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item.timeline-active .scroll-timeline-image {
  -webkit-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: auto;
  z-index: 4;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item.timeline-active .scroll-timeline-image * {
  opacity: 1;
  z-index: 10;
  -webkit-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.elementor-widget-rebuilto-scroll-timeline .timeline-active .timeline-number {
  -webkit-box-shadow: 0 0 0 1px #0ba29a;
  box-shadow: 0 0 0 1px #0ba29a;
}

@media screen and (max-width: 1600px) {
  .hose-page .hose-4 .right{
    padding: 0 50px;
  }
  .hose-page .hose-5 ul li .content .h4{
    font-size: 31px;
  }
}
@media screen and (max-width: 1400px) {
  .hose-page .hose-5 ul li .content{
    padding: 50px 30px 45px;
  }
  .hose-page .hose-5 ul li .content .h4{
    margin-bottom: 45px;
  }

}
@media screen and (max-width: 1200px) {

  .hose-page .hose-2 .h2{
    font-size: 43px;
  }
  .hose-page .hose-3 .right .txt{
    margin-top: 15px;
  }
  .hose-page .hose-4 .right ul li .h5{
    font-size: 24px;
  }

}
@media screen and (max-width: 1000px) {
  .hose-page .hose-1 .left{
    width: 100%;
  }
  .hose-page .hose-1 .right{
    width: 100%;
  }
  .elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image,
  .elementor-widget-rebuilto-scroll-timeline .timeline-content-image{
    display: none;
  }
  .elementor-widget-rebuilto-scroll-timeline .scroll-timeline:before,
  .elementor-widget-rebuilto-scroll-timeline .timeline-line{
    left: 30px;
  }
  .hose-page .hose-4 .left,
  .hose-page .hose-3 .left{
    width: 100%;
  }
  .hose-page .hose-3 .right{
    width: 100%;
  }
  .hose-page .hose-4 .right{
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
  .hose-page .hose-5 .top{
        -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hose-page .hose-5 .top .more_btn{
    position: relative;
    left: 0;
    top: 0;
  }
  .hose-page .hose-5 ul li .content{
    width: 45%;
  }
  .hose-page .hose-5 ul li .content .h4{
    font-size: 24px;
    line-height: 1.2;
  }
  .hose-page .hose-6 .top{
    width: 100%;
  }
  .hose-page .hose-6{
    background: white;
    padding-bottom: 50px;
  }

}
@media screen and (max-width: 700px) {
  .hose-page .hose-1{
    padding-top: 55px;
  }
  .elementor-widget-rebuilto-scroll-timeline .scroll-timeline-number{
    margin-right: 25px;
  }
  .hose-page .hose-2 .h2{
    font-size: 30px;
  }
  .hose-page .hose-6 .form{
    padding-right: 0;
  }
  .hose-page .hose-6 .form form .more_btn{
    position: relative;
    top: 0;
        -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hose-page .hose-5 ul li .content{
    position: relative;
    width: 100%;
  }
  .hose-page .hose-5 .top .more_btn{
    margin-top: 20px;
  }

}
@media screen and (max-width: 500px) {
  .hose-page .hose-6 .form form{
        -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hose-page .hose-6 .form form input{
    width: 100%;
  }
}






/* solution-暂时 */
.solu-1 {
  background: #0ba29a;
  color: #fff;
  padding: 30px;
}

.solu-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  left: 0;
  padding: 30px 0;
  z-index: 3;
  background: #fff;
}
.solu-2 .navbox {
  position: relative;
}
.solu-2 .navbox ul.navlist {
  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;
  border-bottom: 1px solid #eee;
}
.solu-2 .navbox ul.navlist li {
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding: 30px 0;
  margin-bottom: -1.5px;
}
.solu-2 .navbox ul.navlist li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: #0ba29a;
}
.solu-2 .navbox ul.navlist li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solu-2 .navbox ul.navlist li a img {
  margin-right: 25px;
}

.solu-3 {
  padding-top: 75px;
  padding-bottom: 110px;
}
.solu-3 .top {
  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-3 .top .left {
  padding-right: 85px;
}
.solu-3 .top .right {
  text-align: left;
}
.solu-3 .top .right p {
  margin: 20px 0 40px;
}
.solu-3 .bottom {
  margin-top: 75px;
}
.solu-3 .bottom ul {
  margin: 0 -10px;
}
.solu-3 .bottom ul li {
  padding: 0 10px ;
}
.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: 455px;
}
.solu-5 ul.solulist2 li .text .h3 {
  padding-left: 35px;
  border-left: 3px solid #0ba29a;
  margin-bottom: 25px;
  font-weight: bold;
}
.solu-5 ul.solulist2 li .text span {
  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% - 520px);
  width: -moz-calc(100% - 520px);
  width: calc(100% - 520px);
}

@media screen and (max-width: 1000px) {
  .solu-2 {
    top: 40px;
  }

  .solu-3 .top .left {
    padding-right: 10px;
  }
  .solu-3 .top .right p {
    max-height: 200px;
    overflow-y: auto;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 55%;
  }
}


@media screen and (max-width: 700px) {
  .solu-1 .ui.container {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .solu-1 .ui.container .left {
    width: 100%;
  }
  .solu-1 .ui.container .logo {
    width: 100%;
    text-align: center;
  }
  .solu-3 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .solu-3 .top .right {
    width: 100%;
    padding-left: 0 ;
  }
  .solu-4{
    display: none;
  }
  .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;
  }
}

@media screen and (max-width: 500px) {
  .solu-2 .navbox ul.navlist li {
    width: 100%;
  }
}







.inner-page .m-page {
  text-align: center;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}

.inner-page .m-page .current,
.inner-page .m-page a:hover {
  background: #0ba29a none repeat scroll 0 0;
  color: #fff;
}


@media screen and (max-width: 1000px) {
  .inner-page .m-page {
    text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 35px;
    height: 25px;
    line-height: 28px;
    font-size: 12px;
    -moz-box-shadow: 0 2px 5px 0 #d8dde6;
    -o-box-shadow: 0 2px 5px 0 #d8dde6;
    box-shadow: 0 2px 5px 0 #d8dde6;
  }
}


.about-factory {
  padding: 90px 0;
}

.about-factory .list ul {
  margin: -15px;
}

.about-factory .list li {
  padding: 15px;
}



.about-adv .offerBox ul {
  margin: -25px;
}

.about-adv .offerBox li {
  padding: 25px;
}

.about-adv .offerBox li span {
  display: block;
  width: 75px;
  height: 75px;
  position: relative;
}

.about-adv .offerBox li span:after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #0ba29a;
  left: -10px;
  top: -10px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-adv .offerBox li:hover span:after {
  opacity: 1;
}

.about-adv .offerBox li:hover h4 {
  color: #0ba29a;
}


@media (max-width: 1000px) {
  .about-adv .offerBox ul {
    margin: -15px;
  }
  .about-adv .offerBox li {
    padding: 15px;
  }
}



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

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




#faq h2 {
  font-size: 25px;
  font-weight: bold;
}
#faq ul li h4 {
  position: relative;
  padding: 15px 25px;
  background: #f7f8fa;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
#faq ul li h4::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 15px;
  right: 20px;
}
#faq ul li p {
  padding: 0 25px;
  display: none;
}
#faq ul li.active h4 {
  color: #FFFFFF;
  background: #262626;
}
#faq ul li.active h4::after {
  content: "\f106";
}

h1.yih1 {
    Display: inline;
}

a.yiyilingye {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}



#footer .foot-bottom .social-links a:nth-of-type(1) {
  background-color: #1877F2;
}
#footer .foot-bottom .social-links a:nth-of-type(2) {
  background-color: #0A66C2;
}
#footer .foot-bottom .social-links a:nth-of-type(3) {
  background-color: #1DA1F2;
}
#footer .foot-bottom .social-links a:nth-of-type(4) {
  background-color: #833AB4;
}
#footer .foot-bottom .social-links a:nth-of-type(5) {
  background-color: #25D366;
}


.newdet-content .content .icon a:nth-of-type(1) {
  color: #1877F2;
}
.newdet-content .content .icon a:nth-of-type(2) {
  color: #0A66C2;
}
.newdet-content .content .icon a:nth-of-type(3) {
  color: #1DA1F2;
}
.newdet-content .content .icon a:nth-of-type(4) {
  color: red;
}



.prodet-page .det-1 .grid-box .right .text .share .icon a:nth-of-type(1) {
  background-color: #1877F2;
}
.prodet-page .det-1 .grid-box .right .text .share .icon a:nth-of-type(2) {
  background-color: #0A66C2;
}
.prodet-page .det-1 .grid-box .right .text .share .icon a:nth-of-type(3) {
  background-color: #1DA1F2;
}
.prodet-page .det-1 .grid-box .right .text .share .icon a:nth-of-type(4) {
  background-color: #833AB4;
}


h1.Auxil-h1.fproduct {
    font-size: 24px;
    font-weight: 600;
    padding-top: 40px;
    padding-left: 300px;
}