:root{
    --color: #1a6a6d;
}

body {
  font-family: "arial";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1500px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;

}
#header.fixed .nav {
    background-color: rgba(0,0,0,.5);
    padding: 20px 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
      padding: 20px 0;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 18px;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #024e5e;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  margin-right: 40px;
  cursor: pointer;
  cursor: hand;
}
#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-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(255, 255, 255, 0.3);
  left: 10%;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(255, 255, 255, 0.3);
  right: 10%;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  background-size: 12px;
}
#banner .slick-arrow:hover {
  background-color: #1a6a6d;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 24px;
  height: 4px;
  display: inline-block;
  margin: 0 6px;
  border-radius: 0;
  border: none;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #1a6a6d;
}
#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;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.prodet-page .prodet-2 .list ul li .content table {
    margin-top: 30px;
}

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

  .inner-page {
    padding-top: 40px;
  }
}
.language-box .language-img {
  width: auto;
  vertical-align: middle;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #FFFFFF;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu i {
  margin-left: 10px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  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 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.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;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  padding-left: 5%;
  max-width: 560px;
  color: #fff;
}
#banner .left h2 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 24px;
  line-height: 2;
}
#banner .left h2 small {
  font-size: 16px;
  display: block;
  text-transform: uppercase;
}
#banner .left a.link {
  font-size: 16px;
  display: block;
}
#banner .left .share {
  font-size: 14px;
  margin-top: 30px;
}
#banner .left .share a {
  display: inline-block;
  margin-right: 2.5em;
}
#banner .left .share a i.fa {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  color: #024e5e;
  background: #fff;
  display: inline-block;
  margin-right: .3em;
  margin-top: -0.2em;
}
#banner .left p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
}
#banner .down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  cursor: hand;
}
#banner .down i {
  color: white;
  -webkit-animation: sx 1s linear infinite alternate;
  -moz-animation: sx 1s linear infinite alternate;
  animation: sx 1s linear infinite alternate;
}
@-webkit-keyframes sx {
  from {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  to {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@-moz-keyframes sx {
  from {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  to {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@keyframes sx {
  from {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  to {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
.our-about {
  padding: 190px 0 65px;
  background: url("../images/about-bg.jpg") bottom right no-repeat;
}
.our-about .left {
  vertical-align: bottom;
  margin-bottom: 70px;
}
.our-about .left span.tag {
  display: block;
  font-weight: 700;
  font-size: 48px;
  color: #333;
  line-height: 1.8;
}
.our-about .left .year {
  color: #024e5e;
  margin: 25px 0 50px;
  font-size: 42px;
}
.our-about .left .year strong {
  font-weight: 700;
  font-size: 90px;
  display: inline-block;
  vertical-align: super;
  line-height: 1.2;
}
.our-about .left .year strong i {
  display: block;
  width: 90%;
  height: 2px;
  background: #1a6a6d;
  position: relative;
  margin-left: 5%;
}
.our-about .left .year strong i::before,
.our-about .left .year strong i::after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  border: 2px solid #1a6a6d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our-about .left .year strong i::after {
  left: 100%;
}
.our-about .left .year strong i::before {
  right: 100%;
}
.our-about .left .text {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.our-about .left a.more {
  height: 50px;
  line-height: 46px;
  position: relative;
  display: inline-block;
  padding: 0 25px;
  font-size: 16px;
  text-transform: uppercase;
  color: #1a6a6d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 2px solid #1a6a6d;
  border-radius: 25px;
  margin-top: 40px;
}
.our-about .left a.more:hover {
  background: #1a6a6d;
  color: #fff;
}
.our-about .left a.more::after {
  content: '';
  width: 1em;
  height: 2px;
  position: absolute;
  right: 25px;
  bottom: -2px;
  background: white;
}
.our-about .left a.more::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  border: 2px solid #1a6a6d;
  background: #f4f4f4;
  position: absolute;
  margin-right: 1em;
  right: 25px;
  bottom: -4px;
}
#index-body .init-2 {
  background-image: url(../images/index02.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 190px 0;
  position: relative;
}
#index-body .init-2::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 116px;
  border-left: 1px solid white;
}
#index-body .init-2 .name {
  font-size: 36px;
  color: white;
  line-height: 1.8;
}
#index-body .init-2 .name span {
  display: block;
  font-weight: bold;
}
#index-body .init-2 .list {
  margin-top: 40px;
}
#index-body .init-2 .list ul {
  margin: -15px;
}
#index-body .init-2 .list ul li {
  padding: 15px;
}
#index-body .init-2 .list .num {
  font-size: 80px;
  font-weight: bold;
  color: white;
}
#index-body .init-2 .list .num b {
  margin-left: 10px;
  font-size: 16px;
  vertical-align: super;
}
#index-body .init-2 .list span {
  color: white;
}
.our-product {
  padding: 100px 0;
}
.our-product a.more {
  line-height: 64px;
  height: 64px;
  padding: 0 40px;
  border-radius: 4px;
  background: #1a6a6d;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.our-product a.more i {
  margin-left: 22px;
}
.our-product a.more:hover {
  background: #111;
}
.our-product i.tag {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #1a6a6d;
  line-height: 1;
  margin-bottom: 15px;
}
.our-product h2 {
  display: inline-block;
  max-width: 70%;
  font-size: 30px;
  line-height: 2;
}
.i-contact {
  background-image: url(../images/index04.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 100px 0;
}
.i-contact .left {
  color: #fff;
}
.i-contact .left p {
  font-weight: 400;
  margin-top: .5em;
  line-height: 2;
}
.i-contact .right {
  padding-left: 12%;
}
.i-contact .right form {
  width: 100%;
}
.i-contact .right form ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px -8px;
}
.i-contact .right form ul .bz {
  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-left: 2.4em;
}
.i-contact .right form ul .bz p {
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.i-contact .right form ul li {
  width: 100%;
  border-radius: 29px;
  position: relative;
  padding: 12px 8px;
  display: block;
}
.i-contact .right form ul li.wid50 {
  width: 50%;
}
.i-contact .right form ul li input {
  width: 100%;
  height: 58px;
  border-radius: 29px;
  background: rgba(255, 255, 255, 0.28);
  border: none;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
}
.i-contact .right form ul li input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.i-contact .right form ul li input[type="text"]:-moz-placeholder {
  color: #fff;
}
.i-contact .right form ul li input[type="text"]::-moz-placeholder {
  color: #fff;
}
.i-contact .right form ul li input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.i-contact .right form ul li input[type="text"]::placeholder {
  color: #fff;
}
.i-contact .right form ul li:nth-child(3) {
  position: relative;
  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;
}
.i-contact .right form ul li:nth-child(3) input[type=text] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.i-contact .right form ul li:nth-child(3) input[type=submit] {
  height: 58px;
  color: #5c5c5c;
  background: #fff;
  top: 50%;
  width: 40%;
  border: none;
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  padding: 0 3em;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.i-contact .right form ul li:nth-child(3) input[type=submit]:hover {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  color: #fff;
  background: #000;
}
.i-advantage {
  background: url(../images/adv-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 110px 0;
}
.i-advantage .left span.tag {
  font-size: 20px;
  color: #1a6a6d;
}
.i-advantage .left .name {
  font-size: 48px;
  line-height: 1.8;
  font-weight: bold;
}
.i-advantage .left p {
  color: #626262;
  line-height: 2;
}
.i-advantage .left ul li {
  margin-top: 40px;
}
.i-advantage .left ul li i {
  float: left;
}
.i-advantage .left ul li p {
  padding-left: 70px;
  color: black;
}
.i-advantage .left a.advBtn {
  color: #1a6a6d;
  border-bottom: 1px solid currentColor;
}
.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.productList ul li .box2 h5 {
  margin: 20px 0;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 2;
}
.productList ul li .box2 h5:hover {
  color: #1a6a6d;
}
.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 15px;
  color: #757575;
      max-height: 90px;
    overflow: auto;
}
.productList ul li .box2 .text p {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.productList ul li .box2 .text p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/icon-2-1.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
.productList ul li .box2 .text p:last-child {
  margin-bottom: 0;
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #1a6a6d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}
.template-1686195528 {
  padding: 110px 0;
  text-align: center;
}
.template-1686195528 span.h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
}
.template-1686195528 span.h2 {
  text-transform: uppercase;
  text-align: center;
}
.template-1686195528 span.h2 em {
  font-size: 118.75%;
}
.template-1686195528 span.small {
  display: block;
  font-size: 16px;
  color: #666;
  margin-top: .3em;
}
.template-1686195528 .list {
  margin-top: 60px;
  text-align: left;
}
.template-1686195528 .list ul {
  margin: 0 -30px;
}
.template-1686195528 .list ul li {
  padding: 10px 30px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.template-1686195528 .list ul li time {
  text-align: center;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
}
.template-1686195528 .list ul li time em {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #1a6a6d;
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 6px;
  font-weight: 400;
}
.template-1686195528 .list ul li .content {
  padding-left: 25px;
  margin-left: 25px;
  position: relative;
}
.template-1686195528 .list ul li .content:before {
  content: '';
  width: 1px;
  height: 300%;
  background: #e1f3f3;
  position: absolute;
  left: 0;
  top: -10px;
}
.template-1686195528 .list ul li .content h3 {
  font-size: 20px;
  color: #2b2b2b;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.template-1686195528 .list ul li .content h3:hover {
  color: #1a6a6d;
}
.template-1686195528 .list ul li .content .text {
  font-size: 15px;
  color: #2b2b2b;
  line-height: 1.8;
  margin: 1.5em 0 2.5em;
}
.template-1686195528 .list ul li .content a.link {
  font-size: 16px;
  color: #1a6a6d;
  display: inline-block;
  text-transform: capitalize;
}
@media screen and (max-width: 1700px) {
  .template-1686195528 h2.title {
    font-size: 28px;
  }
  .template-1686195528 .list ul li time {
    font-size: 16px;
  }
  .template-1686195528 .list ul li time em {
    font-size: 2em;
  }
}
@media screen and (max-width: 1450px) {
  .template-1686195528 h2.title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px) {
  .template-1686195528 .list ul li .content .text {
    font-size: 14px;
    margin: 1em 0 1.5em;
  }
  .template-1686195528 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .template-1686195528 .list {
    margin-top: 30px;
  }
  .template-1686195528 span.h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .template-1686195528 h2.title {
    font-size: 20px;
  }
  .template-1686195528 .list ul li .content h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .template-1686195528 .list ul li time {
    zoom: .7;
  }
  .template-1686195528 .list ul li .content {
    padding-left: 15px;
    margin-left: 15px;
  }
}
#footer {
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
#footer .form {
  padding-top: 120px;
}
#footer .form p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 2;
}
#footer .form ul {
  margin: -6px;
}
#footer .form ul li {
  padding: 6px;
}
#footer .form ul li:nth-child(1) {
  width: 14.33%;
}
#footer .form ul li:nth-child(2) {
  width: 14.33%;
}
#footer .form ul li:nth-child(3) {
  width: 14.33%;
}
#footer .form ul li:nth-child(4) {
  width: 43%;
}
#footer .form ul li:nth-child(5) {
  width: 14%;
}
#footer .form input {
  font-size: 16px;
  line-height: 60px;
  width: 100%;
  padding: 0 12px;
  background-color: rgba(166, 168, 172, 0.15);
  border: none;
  border-radius: 10px;
}
#footer .form button {
  width: 100%;
  font-size: 24px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background-color: #1a6a6d;
  border-radius: 20px;
}
#footer .footer-top {
  padding: 120px 0 90px;
}
#footer .footer-top h4 {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
#footer .footer-top h4::after {
  content: "";
  max-width: 185px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-top: 25px;
}
#footer .footer-top h4::before {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}
#footer .footer-top .text {
  font-size: 16px;
  line-height: 2;
  margin-top: 25px;
  margin-bottom: 25px;
}
#footer .footer-top .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: #Industry News;
  border: 1px solid #48464f;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#footer .footer-top .social-links a:hover {
  background-color: #1a6a6d;
  border-color: #1a6a6d;
  color: #fff;
}
#footer .footer-top .social-links a:not(:last-child) {
  margin-right: 10px;
}
#footer .footer-top .footer-block {
  width: 25%;
}
#footer .footer-top .footer-block:not(:last-child) {
  padding-right: 50px;
}
#footer .footer-top .footer-block ul {
  margin-top: 25px;
}
#footer .footer-top .footer-block ul li {
  font-size: 16px;
  opacity: .6;
}
#footer .footer-top .footer-block ul li:not(:last-child) {
  margin-bottom: 7px;
  line-height: 2;
}
#footer .footer-bottom {
  padding: 30px 0;
}
#footer .footer-bottom .box {
  font-size: 14px;
}
#footer .footer-bottom .box p {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom .box a {
  display: inline-block;
  vertical-align: middle;
}
#ewm {
  margin-top: 25px;
  width: 140px;
  border: 5px solid #fff;
}
/*footer_nav*/
.footer_nav,
.height {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .footer_nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: block;
    overflow: hidden;
    z-index: 999999;
  }
  .height {
    height: 60px;
    display: block;
  }
  .footer_nav {
    background: #1a6a6d;
    padding: 12px 0 5px;
    border-top: 2px solid #fff;
  }
  .footer_nav ul li {
    float: left;
    width: 20%;
    text-align: center;
    list-style: none;
    padding: 0px 10px;
  }
  .footer_nav ul li a {
    line-height: 26px;
  }
  .footer_nav ul li i {
    font-size: 16px;
    color: #fff;
  }
  .footer_nav ul li:nth-child(4) {
    float: right;
  }
  .footer_nav ul li:nth-child(5) {
    float: right;
  }
  .footer_nav ul li p {
    color: #fff;
    font-size: 13px;
    margin-top: 3px;
    text-transform: capitalize;
    line-height: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .footer_nav ul li p {
    display: none;
  }
  .height {
    height: 43px;
  }
}
/*service*/
#online_qq_layer {
  z-index: 9999999;
  position: fixed;
  right: 0px;
  bottom: 0;
}
#floatShow {
  display: block;
}
#floatHide {
  display: none;
}
#online_qq_tab {
  position: relative;
  z-index: 9;
}
#online_qq_tab #floatShow {
  overflow: hidden;
  background: url(../images/ser_2.jpg) no-repeat right bottom;
  height: 57px;
  width: 196px;
  padding-top: 18px;
  font-size: 15px;
  padding-left: 80px;
  text-transform: uppercase;
  color: #fff;
}
#online_qq_tab #floatShow img {
  max-height: 24px;
  float: right;
  margin-top: 6px;
}
#online_qq_tab #floatHide img {
  max-height: 32px;
  float: right;
  margin-top: 2px;
}
#online_qq_tab #floatHide {
  overflow: hidden;
  background-color: #1a6a6d;
  width: 100%;
  height: 40px;
  font-size: 13px;
  color: #fff;
  line-height: 40px;
  padding-left: 15px;
  width: 300px;
  text-transform: capitalize;
  margin-right: 10px;
}
#onlineService {
  display: inline;
  width: 300px;
  overflow: hidden;
  display: none;
  background: #fff;
  font-size: 13px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
  margin-right: 10px;
}
.web_inquiry .p {
  font-size: 12px;
  color: #555;
  line-height: 22px;
  margin-bottom: 10px;
}
.web_inquiry {
  padding: 15px;
}
.web_inquiry .input_1 {
  line-height: 38px;
  height: 38px;
  border: 1px solid #ddd;
  padding-left: 10px;
  width: 100%;
  background: none;
  color: #777;
  margin-bottom: 15px;
  font-size: 12px;
}
.web_inquiry .input_1:focus {
  color: #333;
  border: 1px solid #1a6a6d;
}
.web_inquiry .input_2 {
  line-height: 26px;
  height: 80px;
  border: 1px solid #ddd;
  padding-left: 10px;
  width: 100%;
  background: none;
  color: #777;
  margin-bottom: 15px;
  font-size: 12px;
}
.web_inquiry .input_2:focus {
  color: #333;
  border: 1px solid #1a6a6d;
}
.web_inquiry .btn_1 {
  line-height: 36px;
  border-radius: 30px;
  background: #1a6a6d;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  padding: 0px 32px;
  border: none;
}
.web_inquiry .btn_1:hover {
  background: #1a6a6d;
  color: #fff;
}
.web_inquiry .btn_1::before {
  line-height: 36px !important;
}
@media only screen and (max-width: 1000px) {
  #onlineService {
    width: 100%;
  }
  #online_qq_layer {
    width: 100%;
  }
  #online_qq_tab {
    width: 100%;
  }
  #online_qq_tab #floatShow {
    background: url(../images/inquiry_ico.png) no-repeat;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -23px;
    padding-left: 46px;
  }
}
@media (max-width: 1700px) {
  #banner .slick-prev {
    left: 10px;
  }
  #banner .slick-next {
    right: 10px;
  }
  .our-about {
    background-size: 50% auto;
    padding-top: 120px;
  }
}
@media (max-width: 1500px) {
  .ui.container {
    width: 1400px;
  }
  .our-about {
    padding: 60px 0 30px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  .our-about .left span.tag {
    font-size: 36px;
  }
  .our-about .left .year strong {
    font-size: 60px;
  }
  .our-about .left .year {
    font-size: 30px;
  }
  .our-about .left .year {
    margin: 25px 0;
  }
  #index-body .init-2 .list .num {
    font-size: 60px;
  }
  .i-advantage .left .name {
    font-size: 36px;
  }
  .i-contact .right form ul li:nth-child(3) input[type=submit] {
    padding: 0 1em;
  }
  #footer .form ul li:nth-child(1) {
    width: 20%;
  }
  #footer .form ul li:nth-child(2) {
    width: 20%;
  }
  #footer .form ul li:nth-child(3) {
    width: 20%;
  }
  #footer .form ul li:nth-child(4) {
    width: 26%;
  }
  #footer .footer-top .social-links a:not(:last-child) {
    margin-right: 5px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #banner .left p {
    display: none;
  }
  #banner .left a.link {
    display: none;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
    font-size: 16px;
  }
  #header .nav .ui.menu .logo {
    width: 100px;
  }
  .our-about {
    background: transparent;
    padding: 60px 0;
  }
  .our-about .left {
    width: 100%!important;
    margin-bottom: 0;
  }
  .our-about .left span.tag {
    font-size: 24px;
  }
  .our-about .left .year strong {
    font-size: 40px;
  }
  .our-about .left .year {
    font-size: 20px;
  }
  #index-body .init-2::before {
    display: none;
  }
  #index-body .init-2 {
    padding: 90px 0;
  }
  #index-body .init-2 .name {
    font-size: 24px;
  }
  #index-body .init-2 .list .num {
    font-size: 40px;
  }
  .our-product h2 {
    font-size: 24px;
  }
  .i-contact .right {
    padding-left: 0;
  }
  .i-advantage .left span.tag {
    font-size: 16px;
  }
  .i-advantage .left .name {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .i-advantage .left ul {
    margin-bottom: 30px;
  }
  .i-advantage .left ul li {
    margin-top: 20px;
  }
  #footer .form {
    padding-top: 60px;
  }
  #footer .form button {
    font-size: 18px;
  }
  #footer .footer-top {
    padding: 60px 0;
  }
  #footer .footer-top .social-links {
    display: none;
  }
  #footer .footer-top .footer-block:not(:last-child) {
    padding-right: 25px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #banner .down {
    display: none;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .left {
    padding-left: 0;
  }
  #index-body .init-2 {
    padding: 60px 0;
  }
  .our-product h2 {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .our-product a.more {
    float: none;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
  }
  .our-product {
    padding: 60px 0;
  }
  .i-contact {
    padding: 60px 0;
  }
  .i-contact .left {
    width: 100%!important;
  }
  .i-contact .right {
    width: 100%!important;
    padding-left: 0;
    margin-top: 20px;
  }
  .i-contact .ui.container .right form ul {
    margin: -6px -3px;
  }
  .i-contact .ui.container .right form ul li {
    padding: 6px 3px;
  }
  .i-contact .ui.container .right form ul li input,
  .i-contact .ui.container .right form ul li:nth-child(3) input[type=submit] {
    height: 40px;
    font-size: 14px;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .i-advantage .left {
    width: 100%!important;
    padding: 0;
  }
  .i-advantage .right {
    display: none;
  }
  .i-advantage .left span.tag {
    margin-top: 0;
  }
  #footer .form ul li {
    width: 50%!important;
  }
  #footer .form ul li:nth-child(5) {
    width: 100%!important;
  }
  #footer .form input {
    font-size: 14px;
    height: 40px;
  }
  #footer .form button {
    height: 40px;
    line-height: 40px;
  }
  .hide-1000 {
    display: none!important;
  }
  #footer .footer-top {
    padding: 60px 0 0;
  }
  #footer .footer-top .footer-block {
    width: 100%;
    padding: 0!important;
  }
  .font-18 {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li .content .left .share a {
    margin-right: 0.8em;
  }
  #banner .left .share {
    margin-top: 1em;
  }
  #banner .left h2 {
    line-height: inherit;
  }
  .our-about .left .text {
    line-height: inherit;
  }
  .our-about .left span.tag {
    font-size: 20px;
  }
  #index-body .init-2 {
    display: none;
  }
  #index-body .init-2 .name {
    font-size: 20px;
  }
  #index-body .init-2 .list .num {
    font-size: 30px;
  }
  .our-product h2 {
    font-size: 20px;
  }
  .our-product i.tag {
    font-size: 16px;
  }
  .font-32 {
    font-size: 24px;
  }
  .i-advantage {
    display: none;
  }
  .i-advantage .left .name {
    font-size: 20px;
  }
  .i-contact {
    display: none;
  }
  #footer .form ul li {
    width: 100%!important;
  }
}
@media (max-width: 500px) {
  #banner .left h2 {
    font-size: 20px;
  }
  #banner .left h2 small {
    font-size: 14px;
  }
  .our-about .left .text {
    font-size: 14px;
  }
  .our-product a.more {
    font-size: 14px;
  }
  .productList ul li .box2 .text {
    font-size: 14px;
  }
  #footer .footer-top .text {
    font-size: 14px;
  }
}



.inner-banner {
    position: relative;
    height: 630px;
    padding-top: 30rem;
    overflow: hidden;
}
.inner-banner .luxy-el {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    left: 0;
    top: 0;
    background-attachment: fixed;
        background-position: top center;
}
.inner-banner .content{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.inner-banner .content .column{
    vertical-align: middle;
}
.inner-banner .container {
    z-index: 2;
}
.inner-banner .mbx-box {
    position: relative;

}
.inner-banner .mbx-box::after {
position: absolute;
    z-index: -1;
    content: attr(data-name);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 9rem;
    line-height: 1;
    color: rgba(255,255,255,.2);
    font-weight: bold;
    text-transform: uppercase;
}
.inner-banner .mbx-box .mbx {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    padding-top: 1.5rem;
}
.inner-banner .mbx-box .mbx a,
.inner-banner .mbx-box .mbx span {
    margin: 0 3px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.inner-banner .mbx-box .mbx a:first-child {
    margin-left: 0;
}
.inner-banner .mbx-box .mbx a:hover {
    color: var(--color);
}
.inner-banner .mbx-box .mbx span {
    margin-right: 0;
    line-height: 2;
}
.inner-banner .mbx-box h2 {
    font-size: 1.9rem;
    line-height: 1.6;
    color: #fff;
    font-weight: bold;

}
.inner-page .sidebar-box {
    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-page .sidebar-box .sidebar-left {
    width: 30%;
    padding-right: 3%;
}
.inner-page .sidebar-box .sidebar-left .inner {
    max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
    font-size: 20px;
    line-height: 36px;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
    margin-bottom: 2rem;
}
.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: 5rem;
    font-size: 14px;
    line-height: 28px;
    color: #555555;
    font-weight: 300;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/search.png) 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: 2rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li {
    padding: 2px 0;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    color: #000000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li ul{
    margin-top: 16px;
    /*display: none;*/
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li i{
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li a {
    padding-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li a span {
    color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li:hover {
    color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.active{
    color: var(--color);
}
.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-recent {
    margin-bottom: 2rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
    padding: 0.75rem 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: 1rem;
}
.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: 17px;
   line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .4rem;
    font-weight: bold;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #1a6a6d;
    display: block;
    font-size: 14px;
    line-height: 28px;
}
.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-contact {
    background: url(../images/cat2.jpg) no-repeat center center;
    padding: 180px 29px 60px;
    color: #fff;
    background-size: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 16px;
    line-height: 32px;
    margin-top: 1.1rem;
    text-transform: capitalize;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: var(--color);
    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;
    font-weight: bold;
}
.inner-page .sidebar-box .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 .sidebar-box .sidebar-left .inner .inner-contact a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--color);
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover {
    color: #fff;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
    width: 100%;
}
.inner-page .sidebar-box .sidebar-right {
    width: 70%;
}
.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 15px -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 a:hover {
    background: var(--color) none repeat scroll 0 0;
    color: #fff;
}
.about-page .about-1 {
    background: url(../images/adv-bg.jpg) no-repeat center center;
    padding: 100px 0;
    overflow: hidden;
    background-size: cover;
}
.about-page .about-1 .left {
    width: 58%;
    vertical-align: middle;
}
.about-page .about-1 .left h2 {
    font-size: 48px;
    line-height: 1.8;
    font-weight: 600;
    color: var(--color);
}
.about-page .about-1 .left .line {
    width: 10rem;
    height: 2px;
    background-color: var(--color);
}
.about-page .about-1 .left .text {

    line-height: 2;
    margin-top: 0.7rem;
}
.about-page .about-1 .right {
    width: 42%;
    vertical-align: middle;
}
.about-page .about-1 .right .img {
    display: inline-block;
    position: relative;
    padding: 25px;
    margin-bottom: 30px;
}
.about-page .about-1 .right .img > img {
    border-radius: 0 0 100px 100px;
}
.about-page .about-1 .right .img .play-box {
    text-align: center;
    min-width: 280px;
    padding: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(42, 117, 85, 0.95);
    color: white;
    border-radius: 100px 0 100px 0;
}
.about-page .about-1 .right .img .play-box .plays {
    padding-top: 2rem;
}
.about-page .about-1 .right .img .play-box .play {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
}
.about-page .about-1 .right .img .play-box .play::before,
.about-page .about-1 .right .img .play-box .play::after {
    position: absolute;
    z-index: -1;
    content: '';
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    -ms-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.about-page .about-1 .right .img .play-box .play::before {
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
.about-page .about-1 .right .img .play-box h3 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    width: 82%;
    margin: 2rem auto 0;
}
.about-page .about-1 .mask {
    position: relative;
    z-index: 1;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}
.about-page .about-1 .mask::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10rem;
    font-weight: bold;
    line-height: .5;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.05);
    font-weight: bold;
    z-index: -1;
}
.about-page .about-1 .mask h5 {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}
.about-page .about-1 .mask h6 {
font-size: 42px;
    line-height: 1.4;
    color: var(--color);
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.about-page .about-1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    margin-top: 4.8rem;
}
.about-page .about-1 ul li h4 em {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
}
.about-page .about-1 ul li h4 sub {
    font-size: 1.8rem;
    font-weight: bold;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}
.about-page .about-1 ul li h4 span {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    padding-left: 5px;
    vertical-align: bottom;
    margin-bottom: 5px;
}
.about-page .about-1 ul li p {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 400;
    font-weight: bold;
    margin-top: 0.5rem;
}
.about-page .about-1 ul li::after {
    content: '';
    width: 18px;
    height: 2px;
    background: #000;
    display: block;
    margin-top: 1rem;
}
.about-page .about-2 {
    padding: 100px 0;
}
.about-page .about-2 h2 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    color: var(--color);
        text-transform: capitalize;
}
.about-page .about-2 .box {
    margin: -15px;
}
.about-page .about-2 .box .left {
    padding: 15px;
    width: 58%;
}
.about-page .about-2 .box .left .btn {
    display: inline-block;
    font-size: 24px;
    line-height: 46px;
    padding: 0 40px;
    background-color: var(--color);
    color: white;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.about-page .about-2 .box .left .btn::before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    z-index: -1;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #000;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.about-page .about-2 .box .left .btn:hover {
    color: #fff;
}
.about-page .about-2 .box .left .btn:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.about-page .about-2 .box .left p {
    line-height: 2;
}
.about-page .about-2 .box .right {
    padding: 15px;
    width: 42%;
}
.about-page .about-2 .box .right .img {
    display: inline-block;
    border-radius: 19px;
    overflow: hidden;
}
.about-page .about-3 {
    position: relative;
    z-index: 1;
    padding-bottom: 5.5rem;
}
.about-page .about-3 .left {
    width: 40%;
        padding-top: 40px;
            padding-right: 70px;
}
.about-page .about-3 .left h2 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
}
.about-page .about-3 .left p {
      margin-top: 30px;
    margin-bottom: 40px;
}
.about-page .about-3 .left .img {
    margin: 3rem 0;
}
.about-page .about-3 .left .tab {
    font-size: 0;
}
.about-page .about-3 .left .tab span {
    display: inline-block;
    background-color: var(--color);
    line-height: 40px;
    padding: 0 15px;
    cursor: pointer;
}
.about-page .about-3 .left .tab span img {
    vertical-align: middle;
}
.about-page .about-3 .left .tab span.left-btn {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.about-page .about-3 .left .tab span.right-btn {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.about-page .about-3 .right {
    width: 60%;
    position: relative;
}
.about-page .about-3 .right ul {
    margin: -15px;
}
.about-page .about-3 .right ul li {
    padding: 15px;
}
.about-page .about-3 .right ul li img {
    width: 100%;
}
.about-page .about-4 {
    position: relative;
    height: 383px;
    background: url(../images/index04.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about-page .about-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-page .about-4 .BL {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12%;
}
.about-page .about-4 .text-box {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.about-page .about-4 .text-box h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin-bottom: 3.2rem;
}
.about-page .about-4 .text-box p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
}
.about-page .about-4 .text-box .btnbox .btn {
    max-height: 49px;
    font-size: 18px;
    line-height: 1;
    padding: 12px 15px;
    color: var(--color);
    background-color: #fff;
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.about-page .about-4 .text-box .btnbox .btn:first-child {
    padding: 17px 34px;
    margin-right: 2.85rem;
}
.about-page .about-4 .text-box .btnbox .btn:last-child {
     padding: 16px 40px;
}
.about-page .about-4 .text-box .btnbox .btn::before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    z-index: -1;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid var(--color);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.about-page .about-4 .text-box .btnbox .btn:hover {
    color: #fff;
    border: none;
}
.about-page .about-4 .text-box .btnbox .btn:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.about-page .about-4 .text {
    font-size: 2.4rem;
    font-weight: bold;
    font-weight: bold;
    line-height: 1.2;
    -webkit-text-stroke-color: #65cda0;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.about-page .about-4 .text h4 {
    color: #65cda0;
}
.about-page .about-4 .outline {
    color: transparent;
    -webkit-text-stroke: 1px #65cda0;
}
.about-page .about-5 {
    padding: 90px 0;
}
.about-page .about-5 ul {
    margin: -18px;
}
.about-page .about-5 ul li {
    padding: 21px;
}
.about-page .about-5 ul li .item {
    padding: 35px 35px 35px;
    border-top: 2px solid var(--color);
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
    position: relative;
    top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-5 ul li .item i {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.about-page .about-5 ul li .item i::after {
    content: '';
    width: 82px;
    height: 82px;
    border-radius: 100%;
    background: #eff4fe;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
}
.about-page .about-5 ul li .item i::before {
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: #eff4fe;
    z-index: -1;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(90%, -190%);
    -moz-transform: translate(90%, -190%);
    -ms-transform: translate(90%, -190%);
    -o-transform: translate(90%, -190%);
    transform: translate(90%, -190%);
    display: block;
    position: absolute;
}
.about-page .about-5 ul li .item a.more {
    float: right;
    margin-top: 8px;
}
.about-page .about-5 ul li .item h6 {
    font-size: 24px;
    color: #212121;
    font-weight: bold;
    line-height: 1;
    margin-top: 4.5rem;
}
.about-page .about-5 ul li .item .text {
    margin-top: 1.4rem;
    font-size: 16px;
    line-height: 1.5;

    height: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    margin-bottom: 0px;
    width: 90%;
}
.about-page .about-5 ul li .item a.more2 {
    font-size: 18px;
    line-height: 32px;
    color: var(--color);
    font-weight: bold;
}
.about-page .about-5 ul li .item a.more2 img {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.about-page .about-5 ul li .item:hover {
    top: -15px;
}
.about-page .about-5 ul li .item:hover h6 {
    color: var(--color);
}
.about-page .i-semi {
    text-align: center;
    padding: 80px 0;
    background: linear-gradient(#f2f2f2 50%, #fff 50%);
}
.about-page .i-semi h2 {
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.about-page .i-semi p {
    font-size: 18px;
    line-height: 32px;
    color: #545454;
}
.about-page .i-semi .semi-list {
    margin-top: 2rem;
    position: relative;
}
.about-page .i-semi .semi-list ul li {
    padding: 0 10px;
}
.about-page .i-semi .semi-list ul li p {
    font-size: 18px;
    padding: 20px 10px;
    display: none;
}
.about-page .i-semi .semi-list .slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 49px;
    height: 48px;
    background: url(../images/inner-l.png) no-repeat center;
    left: 45.8%;
    bottom: 10px;
    z-index: 8;
    color: rgba(255, 255, 255, 0);
    border: none;
}
.about-page .i-semi .semi-list .slick-next {
    background: url(../images/inner-r.png) no-repeat center;
    left: calc(51%);
}
@media screen and (max-width: 1100px) {
    .about-page .about-5 ul li .item {
        padding: 50px 20px;
    }
    .about-page .about-5 ul li .item .text {
        width: 100%;
    }
    .about-page .about-5 ul li .item h6 {
        font-size: 20px;
        line-height: 36px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner .content .column{
        width: 100%;
    }

    .inner-banner .content .column.movie{
        display: none;
    }

    .inner-banner {
        padding-top: 15rem;
    }
    .about-page .about-1 .left {
        width: 100%;
    }
    .about-page .about-1 .right {
        display: none;
    }
    .about-page .about-1 ul li p {
        font-size: 16px;
    }
    .about-page .about-2 .box .left {
        width: 100%;
    }
    .about-page .about-2 .box .right {
        display: none;
    }
    .about-page .about-3 .left {
        width: 100%;
    }
    .about-page .about-3 .right {
        width: 100%;
        padding-top: 1.5rem;
    }
    .about-page .about-4 {
        display: none;
    }
    .about-page .about-5 ul li {
        width: 100% !important;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner .mbx-box::after {
        font-size: 4rem;
    }
    .about-page .about-1 .left h2 {
        font-size: 2.4rem;
        line-height: 1.4;
    }
    .about-page .about-1 .left .text {
        line-height: 1.5;
    }
    .about-page .about-1 .mask {
        display: none;
    }
    .about-page .about-1 ul {
        display: none;
    }
    .about-page .about-2 .box .left p {
        line-height: 2;
    }
    .about-page .about-2 .box .left .btn {
        font-size: 15px;
    }
    .about-page .i-semi {
        padding: 4rem 0;
    }
    .about-page .i-semi p {
        font-size: 16px;
        line-height: 30px;
    }
}
.contact-page .contact-1 .text-map {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 2.5rem;
}
.contact-page .contact-1 .text-map h5 {
    font-size: 28px;
    padding: 15px 0;
    font-weight: bold;
    line-height: 1.2;
}
.contact-page .contact-1 .text-map p {
    font-size: 18px;
    line-height: 32px;
}
.contact-page .contact-1 .container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.contact-page .contact-1 .container .map {
    width: 65%;
    position: relative;
}
.contact-page .contact-1 .container .con-right {
    width: 35%;
    margin: auto;
    padding-left: 7%;
}
.contact-page .contact-1 .container .con-right h3 {
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 20px;
    font-weight: bold;
}
.contact-page .contact-1 .container .con-right li {
    padding: 20px 0;
    font-size: 18px;
    line-height: 32px;
}
.contact-page .contact-1 .container .con-right li:nth-child(1) {
    background: url(../images/c-1.png) no-repeat left center;
    padding-left: 80px;
}
.contact-page .contact-1 .container .con-right li:nth-child(2) {
    background: url(../images/c-2.png) no-repeat left center;
    padding-left: 80px;
}
.contact-page .contact-1 .container .con-right li:nth-child(3) {
    background: url(../images/c-3.png) no-repeat left center;
    padding-left: 80px;
}
.contact-page .contact-2 {
    margin-top: 4.1rem;
}
.contact-page .contact-2 .box {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    background: #f8f8f8;
    align-items: center;
    -webkit-box-align-items: center;
    -moz-box-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}
.contact-page .contact-2 .left {
    background-color: var(--color);
    padding: 2.8rem 0 2.8rem 12.45rem;
    color: #fff;
    width: 25.63%;
}
.contact-page .contact-2 .left h4 {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold;
}
.contact-page .contact-2 .right {
    width: 74.37%;
    padding: 0 11.7rem 0 2.4rem;
}
.contact-page .contact-2 .right ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.contact-page .contact-2 .right ul li {
    display: inline-block;
    margin-right: 3rem;
}
.contact-page .contact-2 .right ul li h2 {
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
}
.contact-page .contact-2 .right ul li p {
    font-size: 18px;
    line-height: 32px;
}
.contact-page .contact-2 .right ul li:last-child {
    margin-right: 0;
    width: 34%;
    text-transform: capitalize;
}
.contact-page .contact-3 {
    padding: 6.05rem 0 5.55rem;
}
.contact-page .contact-3 h3 {
    font-size: 4.85rem;
    font-weight: 400;
    line-height: 1;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.2);
    text-align: center;
}
.contact-page .contact-3 form {
    margin-top: 2.5rem;
}
.contact-page .contact-3 form ul li.wid-100 {
    width: 100% !important;
    margin-right: 0;
}
.contact-page .contact-3 form ul li.wid-100 textarea {
    height: 200px;
    padding-top: 12px;
}
.contact-page .contact-3 form ul li {
    margin-bottom: 1.5rem;
    margin-right: 2.7rem;
    width: 30.75% !important;
}
.contact-page .contact-3 form ul li input[type="text"],
.contact-page .contact-3 form ul li textarea {
    width: 100%;
    border: 1px solid #e7e7e7;
    font-size: 16px;
    line-height: 30px;
    height: 50px;
    padding-left: 25px;
}
.contact-page .contact-3 form ul li input[type="text"]:focus,
.contact-page .contact-3 form ul li textarea:focus {
    border-color: var(--color);
}
.contact-page .contact-3 form ul li:last-child {
    margin-bottom: 0;
}
.contact-page .contact-3 form ul li:nth-child(4) {
    margin-right: 0;
}
.contact-page .contact-3 form ul li .box {
    width: 136px;
    height: 45px;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    text-transform: uppercase;
    transform: skewX(-20deg);
    border-left: 5px solid var(--color);
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.contact-page .contact-3 form ul li .box span {
    display: inline-block;
    transform: skewX(20deg);
}
.contact-page .contact-3 form ul li .box::before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    z-index: -1;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid var(--color);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.contact-page .contact-3 form ul li .box:hover {
    color: #fff;
}
.contact-page .contact-3 form ul li .box:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@media screen and (max-width: 1800px) {
    .contact-page .contact-2 .left {
        padding: 2.8rem 0 2.8rem 10rem;
    }
    .contact-page .contact-2 .right {
        padding: 0 3rem 0 2.4rem;
    }
    .contact-page .contact-2 .right ul li {
        margin-right: 2rem;
    }
}
@media screen and (max-width: 1680px) {
    .contact-page .contact-2 .left {
        padding: 2.8rem 0 2.8rem 6rem;
    }
    .contact-page .contact-2 .right {
        padding: 0 2rem 0 2rem;
    }
    .contact-page .contact-2 .right ul li {
        margin-right: 1rem;
    }
    .contact-page .contact-3 form ul li {
        margin-right: 2.65rem;
    }
}
@media screen and (max-width: 1400px) {
    .contact-page .contact-2 .left {
        display: none;
    }
    .contact-page .contact-2 .right {
        width: 100%;
        padding: 2rem 1rem;
    }
    .contact-page .contact-2 .right ul li {
        margin-right: 2.5rem;
    }
    .contact-page .contact-3 form ul li {
        margin-right: 2.6rem;
    }
}
@media screen and (max-width: 1120px) {
    .contact-page .contact-2 .right ul {
        display: block;
    }
    .contact-page .contact-2 .right ul li {
        width: 49.5%;
        margin-right: 0;
    }
    .contact-page .contact-2 .right ul li:last-child {
        width: 49.5%;
    }
    .contact-page .contact-3 form ul li {
        margin-right: 2rem;
        width: 31.1% !important;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page .contact-1 .container {
        display: block;
    }
    .contact-page .contact-1 .container .map {
        width: 100%;
    }
    .contact-page .contact-1 .container .con-right {
        width: 100%;
        padding: 2rem 0 0 0;
    }
    .contact-page .contact-3 form ul li {
        margin-right: 1rem;
        width: 32.1% !important;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-1 .text-map h5 {
        font-size: 22px;
        line-height: 40px;
    }
    .contact-page .contact-1 .text-map p {
        font-size: 16px;
        line-height: 30px;
    }
    .contact-page .contact-2 .right ul li {
        width: 100%;
        margin-bottom: 1rem;
    }
    .contact-page .contact-2 .right ul li:last-child {
        width: 100%;
    }
    .contact-page .contact-2 .right ul li p {
        font-size: 16px;
        line-height: 30px;
    }
    .contact-page .contact-3 form ul li {
        width: 100% !important;
        margin-right: 0;
    }
}
.news-page {
    padding: 5rem 0;
}
.news-page .sidebar-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.news-page .sidebar-box .sidebar-left {
    border-left: 1px solid #e7e7e7;
}
.news-page .sidebar-box .sidebar-left .inner {
    margin: 0 0 0 auto;
    padding-left: 0rem;
}
.news-page .sidebar-box .sidebar-right .news-list {
    padding-right: 2rem;
}
.news-page .sidebar-box .sidebar-right .news-list ul {
    margin-right: -1.1rem;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {
    padding-right: 40px;
    margin-bottom: 3.4rem;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .img {
    position: relative;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .img time {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 16px;
    left: 13px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .text {
     color: #2b2b2b;
    margin-top: 25px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .text h3 {
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
        text-transform: capitalize;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .text h3:hover {
    color: var(--color);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .text p {
    font-size: 16px;
    line-height: 2; 
    margin-top: 0.5rem;
}
.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1230px) {
    .inner-page .sidebar-box .sidebar-left {
        display: none;
    }
    .inner-page .sidebar-box .sidebar-right {
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .news-page .sidebar-box .sidebar-right .news-list ul li {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .news-page .sidebar-box .sidebar-right .news-list ul li {
        width: 100%;
        padding-right: 0;
    }
}
.newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 4.25rem;
}
.newdet-page .sidebar-box .sidebar-right .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-page .sidebar-box .sidebar-right .newdet-content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -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-page .sidebar-box .sidebar-right .newdet-content .category a:hover {
    background-color: var(--color);
    color: #fff;
}
.newdet-page .sidebar-box .sidebar-right .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-page .sidebar-box .sidebar-right .newdet-content .category .time {
    font-size: 14px;
    line-height: 28px;
    margin-left: 12px;
    color: #aaa;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time span {
    color: #000;
    margin-left: 0.5rem;
}
.xinwen{
    font-size: 34px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 1.75rem;
    padding-bottom: 1rem;
    font-weight: 400;
    border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
    font-size: 15px;

    color: #2b2b2b;

}
.newdet-page .sidebar-box .sidebar-right .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;
    line-height: 28px;
    color: #555;
    font-weight: 400;
    margin-top: 2.5rem;
    padding-bottom: 2.25rem;
    border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
    font-size: 14px;
    color: #000;
    margin-left: 0.9rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover {
    color: var(--color);
}
.newdet-page .sidebar-box .sidebar-right .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-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 50%;
    padding: 1.75rem 0;
    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;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img {
    margin-right: 1rem;
}
.newdet-page .sidebar-box .sidebar-right .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-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .4rem;
    max-width: 255px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p:hover {
    color: var(--color);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 28px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    padding-right: 1.5rem;
    border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 1.5rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form {
    margin-top: 80px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3 {
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin-bottom: 1.5rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text span {
    color: var(--color);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .span {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    color: #555;
    margin-bottom: 1.25rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
    width: 30%;
    height: 54px;
    border: 1px solid #e7e7e7;
    padding: 0 1rem;
    color: #555555;
    font-size: 14px;
    margin-bottom: 1.5rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea {
    width: 100%;
    height: 200px;
    padding: 1rem;
}
.newdet-page .sidebar-box .sidebar-right .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-page .sidebar-box .sidebar-right .newdet-content .n-form form p {
    font-size: 14px;
    line-height: 1;
    color: #555;
    font-weight: 400;
    margin-bottom: 2.25rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #000;
    padding:15px 40px;
    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-page .sidebar-box .sidebar-right .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-page .sidebar-box .sidebar-right .newdet-content .n-form form button::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--color);
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button:hover::after {
    width: 100%;
}
@media screen and (max-width: 1230px) {
    .newdet-page .sidebar-box .sidebar-right .newdet-content {
        padding-right: 0;
    }
}
@media screen and (max-width: 700px) {
    .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
        width: 100%;
    }
    .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
        border-right: 0px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
    }
    .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
        padding-left: 0;
    }
    .newdet-page .sidebar-box .sidebar-right .newdet-content {
        padding-right: 0;
    }
    .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
        display: block;
    }
    .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input input[type="text"] {
        width: 100%;
    }
}
html {
    font-size: 10px;
}
.product-page {
    padding: 5rem 0;
}
.product-page .top h1 {
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
}
.product-page .top .content {
    font-size: 16px;
    line-height: 1.5;
    color: #757575;
    font-weight: 400;
    margin-top: 1rem;
}
.product-page .top .options {
    display: flex;
    margin: 0 -10px;
    margin-top: 30px;
}
.product-page .top .options span {
    line-height: 60px;
    height: 60px;
    text-align: center;
    width: 100%;
    margin: 0 10px;
    background: #eee;
    font-size: 18px;
    font-weight: bold;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.product-page .top .options span:hover,
.product-page .top .options span.active {
    background: var(--color);
    color: white;
}
.product-page .product-list {
    margin-top: 1.65rem;
}
.product-page .product-list ul {
    margin-right: -1.6rem;
}
.product-page .product-list ul li {
    padding-right: 1.6rem;
    margin-bottom: 1.6rem;
}
.product-page .product-list ul li .box {
    position: relative;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    overflow: hidden;
}
.product-page .product-list ul li .box .header {
    position: relative;
    display: block;
    overflow: hidden;
}
.product-page .product-list ul li .box .header img {
    width: 100%;
    height: 100%;
}
.product-page .product-list ul li .box .header .product-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-page .product-list ul li .box .header .product-inner .img {
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    bottom: 100%;
}
.product-page .product-list ul li .box .header .product-inner .img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.product-page .product-list ul li .box .header .product-inner .img.img1 {
    position: absolute;
    width: 100%;
    height: 100%;
}
.product-page .product-list ul li .box .content {
    padding: 1.05rem 1.05rem 0;
    text-align: center;
}
.product-page .product-list ul li .box .content h4 {
    font-size: 16px;
    color: #353535;
    line-height: 30px;
    font-weight: bold;
}
.fenlei{
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
    color: var(--color);
    margin-top: 20px;
}
.miaoshu{
    font-size: 15px;
    line-height: 2;
}
.jianjiejuli{
    padding: 0.8rem 0!important;
}
/*.product-page .product-list ul li .box:hover .header .product-inner {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}*/
.product-page .product-list ul li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
    .product-page .product-list ul li {
        width: 50% !important;
    }
}
@media screen and (max-width: 700px) {
    .product-page .product-list ul li {
        width: 100% !important;
    }
}
.prodet-page {
    padding-bottom: 2.9rem;
}
.prodet-page .prodet-1 {
    margin-bottom: 50px;
}
.prodet-page .prodet-1 .left {
    vertical-align: middle;
    width: 50.8%;
}
.prodet-page .prodet-1 .left .img {
    display: block;
    position: relative;
    z-index: 1;
}
.prodet-page .prodet-1 .left .img img {
    width: 100%;
}
.prodet-page .prodet-1 .left .color h3 {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
.prodet-page .prodet-1 .left .color{
    margin-top: 30px;
}
.prodet-page .prodet-1 .left .color h4{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: bold;
}
.prodet-page .prodet-1 .left .color img{
    border: 2px solid #f7f7f7;
}

.prodet-page .prodet-1 .left .color ul{
    margin: -10px;
}

.prodet-page .prodet-1 .left .color ul li{
    padding: 10px;
}
.prodet-page .prodet-1 .right {
    vertical-align: middle;
    padding-left: 6rem;
    width: 49.2%;
}
.prodet-page .prodet-1 .right h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    padding-right: 3.4rem;
}
.prodet-page .prodet-1 .right .content {
    padding: 10px 0 10px;
    font-size: 18px;
    color: #757575;
    line-height: 1.8;

}
.prodet-page .prodet-1 .right .slick {
    margin-bottom: 1rem;
}
.prodet-page .prodet-1 .right .slick h3 {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
}
.prodet-page .prodet-1 .right .slick ul {


}
.prodet-page .prodet-1 .right .slick ul li {
    padding-right: 1rem;
}
.prodet-page .prodet-1 .right .slick ul li img {
    width: 100%;
    border: 1px solid #f0f0f0;
}
.slick-track{
        margin-left: 0;
}
.prodet-page .prodet-1 .right .slick .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0;
    color: transparent;
    border: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prodet-page .prodet-1 .right .slick .slick-arrow::after {
    font-family: "FontAwesome";
    color: #fff;
    font-size: 16px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev {
    left: -20px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev::after {
    content: "\f0d9";
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next {
    right: -10px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next::after {
    content: "\f0da";
}
.prodet-page .prodet-1 .right .inquiry-box {
    padding-bottom: 20px;
    margin-top: 30px;
    border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .inquiry-box a.more {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #000;
    padding: 15px 1.75rem;
    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;
    z-index: 1;
}
.prodet-page .prodet-1 .right .inquiry-box a.more 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;
}
.prodet-page .prodet-1 .right .inquiry-box a.more::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--color);
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .right .inquiry-box a.more:hover::after {
    width: 100%;
}
.prodet-page .prodet-1 .right .inquiry-box a.more:first-child {
    margin-right: 1rem;
}
.prodet-page .prodet-1 .right .share {
    display: block;
    padding: 1rem 0 1rem;
}
.prodet-page .prodet-1 .right .share li {
    width: auto;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-right: 10px;
    text-transform: capitalize;
}
.prodet-page .prodet-1 .right .share li:hover {
    color: var(--color);
}
.prodet-page .prodet-2 {
    padding: 0rem 0 2rem;
    text-align: center;
}
.prodet-page .prodet-2 .text {
    display: block;
    font-size: 16px;
    color: #7a7a7a;
    margin: 20px 0 30px;
    line-height: 30px;
}
.prodet-page .prodet-2 .list ul {

    text-align: left;
}
.prodet-page .prodet-2 .list ul li {
    padding: 1.25rem 0 1.25rem 0;
    border-top: 1px solid #e7e7e7;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
}
.prodet-page .prodet-2 .list ul li i {
    position: absolute;
    top: 18px;
    left: 0;
    width: 60px;
}
.prodet-page .prodet-2 .list ul li i img {
    display: block;
    max-width: 100%;
}
.prodet-page .prodet-2 .list ul li h5 {
    padding-right: 3rem;
    position: relative;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
}
.prodet-page .prodet-2 .list ul li h5 span {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}
.prodet-page .prodet-2 .list ul li h5 span::after,
.prodet-page .prodet-2 .list ul li h5 span::before {
    content: '';
    width: 100%;
    height: 1px;
    background: black;
    position: absolute;
    top: 50%;
    left: 0;
}
.prodet-page .prodet-2 .list ul li h5 span::after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .list ul li .content {
    margin-top: 1.5rem;
    font-size: 16px;
    color: #7a7a7a;
    line-height: 30px;
}

.prodet-page .prodet-2 .list ul li:first-child {

}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form li {
    border: 0;
}
.prodet-page .prodet-2 .list ul li.active h5 span::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 {

}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 h3 {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .text {
    display: block;
    font-size: 16px;
    color: #838383;
    font-weight: 300;
    line-height: 2;
    margin-top: 20px;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form {
    margin-top: 1.75rem;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul {
    margin: -10px -45px;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li {
    padding: 10px 45px;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li label {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 10px;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li input,
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 13px 15px;
    font-size: 16px;
    border: 1px solid #dedede;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li input:focus,
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li textarea:focus {
    border-color: var(--color);
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li textarea {
    height: 180px;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li input[type="submit"] {
    margin-top: 30px;
    background: var(--color);
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 23px;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li input[type="submit"]:hover {
    background: #000;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li.wid-100 {
    width: 100%;
}
.prodet-page .prodet-3 {
    padding: 100px 0;
}
.prodet-page .prodet-3 h2.title {
    display: block;
    font-size: 30px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 400;
}
@media screen and (max-width: 1250px) {
    .prodet-page .prodet-1 .right {
        width: 100%;
        padding: 2rem 0 0 0;
    }
    .prodet-page .prodet-1 .left {
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .right {
        padding-left: 2rem;
    }
    .prodet-page .prodet-1 .right h1 {
        padding-right: 0;
        font-size: 24px;
    }
    .prodet-page .prodet-1 .right .content {
        font-size: 16px;
        line-height: 1.5;
    }
    .prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 h3 {
        font-size: 24px;
    }
    .prodet-page .prodet-3 .product-list ul li {
        width: auto !important;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-1 .right h1 {
        font-size: 20px;
        line-height: 36px;
    }
    .prodet-page .prodet-1 .right .content {
        font-size: 14px;
    }
    .prodet-page .prodet-2 .list ul li .content {
        font-size: 16px;
    }
    .prodet-page .prodet-2 .list ul li {
        width: 100%;
    }
    .prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li input[type="submit"] {
        font-size: 20px;
        padding: 10px;
    }
    .prodet-page .prodet-3 h2.title {
        font-size: 27px;
    }
}
@media screen and (max-width: 500px) {
    .prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .from ul li input[type=submit] {
        font-size: 20px;
        padding: 10px;
    }
    .prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .from ul li label {
        font-size: 15px;
    }
    .prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 h3 {
        font-size: 18px;
        line-height: 32px;
    }
}
.factory-page-1 .factoty-list ul {
    margin: 0 -15px;
}
.factory-page-1 .factoty-list ul li {
    padding: 15px;
}
.factory-page-1 .factoty-list ul li .box {
    overflow: hidden;
}
.factory-page .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.factory-page .container .left {
    width: 60%;
    position: relative;
}
.factory-page .container .left button.slick-prev {
    display: none !important;
}
.factory-page .container .left button.slick-next {
    position: absolute;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    background: var(--color);
    font-size: 14px;
    line-height: 1;
    color: #fff;
    transition: .5s;
    left: 108.5%;
    top: 80%;
    width: 150px;
    text-align: center;
    border: none;
}
.factory-page .container .right {
    width: 40%;
    padding-left: 5%;
    padding-bottom: 5%;
}
.factory-page .container .right .four.slick {
    margin-top: 2rem;
}
.factory-page .container .right .four.slick ul {
    margin: 0 -5px;
}
.factory-page .container .right .four.slick ul li {
    padding: 5px;
}
.factory-page .container .text-left h2 {
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.factory-page .container .text-left p {
    line-height: 2;
    font-size: 16px;
}
@media screen and (max-width: 1230px) {
    .factory-page .container .right {
        padding-left: 3%;
        padding-bottom: 0%;
    }
}
@media screen and (max-width: 1000px) {
    .factory-page .container .left {
        width: 100%;
    }
    .factory-page .container .right {
        padding-left: 0%;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 0;
    }
}



.w-accor4 li img{
    max-width: 100%;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


#index-body .news .desc ul li:hover .content .right h3 {
    color: var(--color);
}

.about-page .about-5 ul li .item .text p {
    line-height: 2;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content h3 {
    font-size: 20px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
    line-height: 2;
    font-size: 15px;
    padding: 10px 0;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news {
    margin-bottom: 40px;
}


.newdet-page .sidebar-box .sidebar-right .newdet-content .content p img {
    padding: 10px;
    width: 50%;
}


/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li:hover a {
    color: var(--color);
    font-weight: bold;
        padding-left: 10px;
}*/

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li a{
    font-weight: bold;
}


.inner-page .sidebar-box .sidebar-right .top .text01 p {
    font-size: 15px;
    line-height: 2;
}


.inner-page .sidebar-box .sidebar-right .top .text02 h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
}

.inner-page .sidebar-box .sidebar-right .top .text02 {
    padding-top: 30px

}
.inner-page .sidebar-box .sidebar-right .top .text02 h2:before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--color);
    display: inline-block;
    margin-right: 10px;
}


.inner-page .sidebar-box .sidebar-right .top .text02 p {
    margin-top: 5px;
    line-height: 2;
}


.inner-page .sidebar-box .sidebar-right .top .text03 h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
}

.inner-page .sidebar-box .sidebar-right .top .text03 h2:before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--color);
    display: inline-block;
    margin-right: 10px;
}

.inner-page .sidebar-box .sidebar-right .top .text03 {
    padding-top: 30px;
    display: flex;
}

.inner-page .sidebar-box .sidebar-right .top .text03 .left {
    width: 60%;
}
.inner-page .sidebar-box .sidebar-right .top .text03 .right{
    width: 40%;
    padding-left: 35px;
}

.inner-page .sidebar-box .sidebar-right .top .text03 .left p {
    margin-top: 0rem;
}



.inner-page .sidebar-box .sidebar-right .top .text04 h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
}

.inner-page .sidebar-box .sidebar-right .top .text04 h2:before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--color);
    display: inline-block;
    margin-right: 10px;
}


.inner-page .sidebar-box .sidebar-right .top .text04 {
    padding-top: 30px;

}


.inner-page .sidebar-box .sidebar-right .top .text04 p {
    line-height: 2;
    margin-top: 0rem;
}

.product-page .top h3:before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--color);
    display: inline-block;
    margin-right: 10px;
}



.inner-page .sidebar-box .sidebar-right .top .text03 .right ul li {
    width: 33.33%;
    text-align: center;
    display: inline-block;
    padding: 5px 0;
}

.inner-page .sidebar-box .sidebar-right .top .text03 .right ul {
    font-size: 0;
}

.inner-page .sidebar-box .sidebar-right .top .text03 .right ul li p {
    margin-top: 0;
    font-size: 14px;
}





.prodet-page .prodet-1 .right .slick .slick-arrow {
    padding: 55px 10px;
    z-index: 999;
    background: rgba(0,0,0,0.5);
}

.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev {
    left: 0;

}



.prodet-page .prodet-1 .right .content p{
    font-size: 16px;
    line-height: 1.8;
}

.prodet-page .prodet-1 .right .content p strong {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    line-height: 32px;
}


.prodet-page .prodet-1 .right .content p strong:before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--color);
    display: inline-block;
    margin-right: 10px;
}

.prodet-page .prodet-2 .list ul li .content .tu ul li {
    border-top: 0px solid #e7e7e7 !important;
    width: 12.5%;
    text-align: center;
}
.prodet-page .prodet-2 .list ul li .content .tu ul {
    display: flex;
}

.prodet-page .prodet-2 .list ul li .content .tu {
    text-align: center;
    padding: 25px 0;
}


.prodet-page .prodet-2 .list ul li .content .tu p strong {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
}
.prodet-page .prodet-2 .list ul li .content .tu p {
    color: #000;
}

.prodet-page .prodet-2 .list ul li .content .tu h2 {
    padding: 10px;
    width: 18%;
    margin: 10px auto;
    background: var(--color);
    border-radius: 45px;
    color: #fff;
    font-weight: bold;
}
.prodet-page .prodet-1 .right .content .cp ul li {
    display: flex;
    align-items: center;
}

.prodet-page .prodet-1 .right .content .cp ul li .cp-left {
    width: 75%;
    padding-right: 25px;
}

.prodet-page .prodet-1 .right .content .cp ul li .cp-right {
    width: 25%;
    padding: 15px;
}



.prodet-page .prodet-1 .right .content .pro ul li p {
    padding: 5px 0;
    font-size: 16px;
    text-align: left;
    padding-right: 25px;
    color: #000;
    font-weight: bold;
}


.prodet-page .prodet-1 .right .content .pro ul li img {
    border-radius: 55px;
    width: 10%;
    margin-right: 25px;
}


.prodet-page .prodet-1 .right .content .pro ul li {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}



.prodet-page .prodet-2 .list ul li .content .dt01 p {
    color: #000;
    line-height: 2;
    padding: 5px 0;
}


.prodet-page .prodet-2 .list ul li .content .dt01 p strong {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}
.prodet-page .prodet-2 .list ul li .content .dt01 p strong:before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--color);
    display: inline-block;
    margin-right: 10px;
}


.prodet-page .prodet-1 .right .content .yingyogn ul {
    display: flex;
}
.prodet-page .prodet-1 .right .content .yingyogn ul li {
    padding: 15px;
}
.prodet-page .prodet-1 .right .content .yingyogn ul img {
    border-radius: 100%;
}

.prodet-page .prodet-2 .list ul li .content .dt001 {
    display: flex;
    align-items: center;
}

.prodet-page .prodet-2 .list ul li .content .dt001 .proleft {
    width: 50%;
    text-align: left;
}
.prodet-page .prodet-2 .list ul li .content .dt001 .proright {
    width: 50%;
    text-align: center;
}
.prodet-page .prodet-2 .list ul li .content .dt001 .proleft ul {
    display: initial;
    font-size: 0;
}
.prodet-page .prodet-2 .list ul li .content .dt001 .proleft ul li {
    width: 25%;
    display: inline-block;
}


.prodet-page .prodet-2 .list ul li .content .dt001 .proleft p strong:before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--color);
    display: inline-block;
    margin-right: 10px;
}

.service-page{
    padding: 3rem 0;
}
.service-page li{
    margin-bottom: 2rem;
    position: relative;
}
.service-page li .left{
    vertical-align: middle;
}
.service-page li .right{
    vertical-align: middle;
    padding-left: 3rem;
}
.service-page li .right h3{
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
}
.service-page li .right .desc{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1rem;
}
.service-page li .right .more{
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: var(--color);
    color: #fff;
    font-size: 16px;
    display: block;
    margin-top: 1rem;
}
.service-page li .right .scroll-img{
    margin-top: 2rem;
}
.service-page li:nth-child(even) .left{
    float: right;
}
.service-page li:nth-child(even) .right{
    float: left;
    padding: 10% 3rem 0 0;
}
@media screen and (max-width: 700px) {
    .service-page li .left{
        width: 100%;
    }
    .service-page li .right{
        width: 100%;
        padding: 2rem 0 0 0;
    }
    .service-page li:nth-child(even) .right{
        padding: 2rem 0 0 0;
    }
}
.inner-page .sidebar-box .sidebar-right .top p strong {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}
.inner-page .sidebar-box .sidebar-right .top p strong:before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--color);
    display: inline-block;
    margin-right: 10px;
}
.inner-page .sidebar-box .sidebar-right .top p{
    margin-top: 5px;
    line-height: 1.8;
}
.prodet-page .prodet-1 .right .color {
    padding-bottom: 25px;
}
.prodet-page .prodet-1 .right .color h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 10px;
}
.prodet-page .prodet-1 .right .color ul {
    display: flex;
}
.prodet-page .prodet-1 .right .color ul li {
    overflow: hidden;
    margin-right: 10px;
    border-radius: 100%;
}
.prodet-page .prodet-1 .right .color ul li img {
    object-fit: cover;

}
.seoAbout {
    padding: 0px 0 70px;
}
.seoAbout .left {
    padding-right: 4%;
    vertical-align: middle;
}
.seoAbout .left .img {
    height: 780px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}
.seoAbout .right {
    vertical-align: middle;
}
.seoAbout .right span.tag {
    font-size: 20px;
    color: var(--color);
    font-weight: bold;
}
.seoAbout .right span.h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.4;
    display: block;
}
.seoAbout .right .text {
    font-size: 16px;
    line-height: 1.8;
    margin: 1em 0 3em;
}
.seoAbout .right .text p {
    margin-top: 1em;
}
.seoAbout .right .text p:first-child {
    margin-top: 0;
}
.seoAbout .right .play {
    display: inline-block;
    vertical-align: middle;
}
.seoAbout .right a.more {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2em;
    font-size: 16px;
    color: white;
    padding: 0 1em;
    line-height: 50px;
    height: 50px;
    background: var(--color);
}
.seoList {
    padding: 90px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
}
.seoList .left {
    width: 45%;
    padding-right: 10%;
    vertical-align: middle;
}
.seoList .left span.h2 {
    font-size: 48px;
    line-height: 1.8;
    margin-bottom: .7em;
    display: block;
}
.seoList .right {
    width: 55%;
    vertical-align: middle;
}
.seoList .right .list {
    position: relative;
}
.seoList .right .list:after {
    content: '';
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background: white;
    position: absolute;
}
.seoList .right .list:before {
    content: '';
    width: 100%;
    height: 1px;
    background: white;
    position: absolute;
    left: 0;
    top: 50%;
}
.seoList .right .list ul li {
    padding: 35px;
    text-align: center;
}
.seoList .right .list ul li span.h6 {
    font-size: 40px;
    line-height: 1.2;
    display: block;
    margin-bottom: .6em;
}
.seoList .right .list ul li p {
    font-size: 18px;
    display: block;
}
.seoHonor {
    padding: 100px 0;
    text-align: center;
}
.seoHonor span.tag {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color);
}
.seoHonor span.h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.8;

    display: block;
    margin: 0 auto;
}
.seoHonor .list {
    margin-top: 35px;
}
.seoHonor .list ul {
    margin: -25px;
}
.seoHonor .list ul li {
    padding: 25px;
}
.seoHonor .list li img {
    width: 100%;
}


#index-body .i-advantage .bottom ul li:hover .box {
    background: var(--color);
    color: #fff;
}
#index-body .i-advantage .bottom ul li:hover .box .num {
    -webkit-text-stroke: 1px #fff;
}
#index-body .i-advantage .bottom ul li:hover .box .content {
    color: #fff;
}

#index-body .i-advantage .bottom ul li:hover .box .mores {
    border-bottom: 1px solid #fff;
    color: #fff;
}

#index-body .i-advantage .bottom ul li:hover .box {
    transition: all .5s ease;
}

#index-body .i-advantage .bottom ul li{
   transition: all .5s ease; 
}


#index-body .i-advantage .bottom ul li:hover .box img {
    filter: drop-shadow(0 200px #fff);
    position: relative;
    bottom: 200px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news img {
    width: 100%;
    object-fit: cover;
    height: 450px;
}




/*banner0*/


.inner-banner_2 {
    padding-top: 240px;
    padding-bottom: 210px;
    color: #fff;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}
.inner-banner_2 .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.inner-banner_2 .container .cont .mbx {
  font-size: 16px;
  font-weight: bold;
}
.inner-banner_2 .container .cont .cat_name {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
}
.inner-banner_2 .container .list_cont {
  margin-top: 20px;
      display: flex;
}
.inner-banner_2 .container .list_cont .list {
  width: 760px;
  margin-top: 20px;
}
.inner-banner_2 .container .list_cont .list .first {
  font-size: 24px;
  font-family: 'Montserrat';
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-banner_2 .container .list_cont .list .des {
  color: #979797;
  font-size: 16px;
  line-height: 1.8;
}
.inner-banner_2 .container .list_cont .list .list_c {
  margin-top: 10px;
}
.inner-banner_2 .container .list_cont .list .list_c .img {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
.inner-banner_2 .container .list_cont .list .list_c .text {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);

  font-size: 18px;
  color: #c7c9ca;
}
.inner-banner_2 .container .list_cont .list1 {
    width: 50%;
    padding-right: 60px;
}
.inner-banner_2 .container .list_cont .list2 {
    width: 20%;
}
.inner-banner_2 .container .list_cont .list3 {
    width: 30%;
}


.contact-page .init-1 {
  position: relative;
  z-index: 2;
  margin-top: -170px;
}
.contact-page .init-1 .container {
  background-color: #fafafa;
  padding: 20px;
}
.contact-page .init-1 .container .map .main-map #mapContainer {
  height: 740px;
  width: 100%;
}
.contact-page .init-1 .container .map .main-map .button-group {

}


.contact-page .init-2 {
  margin-top: 60px;
}
.contact-page .init-2 .container .tips {
  font-weight: bold;
  line-height: 1.2;
}
.contact-page .init-2 .container .tips_des {
  margin-top: 10px;
  line-height: 2;
}
.contact-page .init-2 .container form {
  margin: 14px -30px 0;
}
.contact-page .init-2 .container form .list {
  margin-top: 20px;
  width: 50%;
  padding: 0 30px;
}
.contact-page .init-2 .container form .list .tips_2 {
  font-size: 18px;

}
.contact-page .init-2 .container form .list input,
.contact-page .init-2 .container form .list textarea {
  margin-top: 20px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
}
.contact-page .init-2 .container form .content {
  width: 100%;
}
.contact-page .init-2 .container form .submit_btn {
background-color: var(--color);
    border: 1px solid var(--color);
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 12px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(100% - 60px);
  margin: 20px 0 0 30px;
  cursor: pointer;
}
.contact-page .init-2 .container form .submit_btn::before {
  background-color: #fff;
}
.contact-page .init-2 .container form .submit_btn:hover {
color: #fff;
}

.inner-page.contact-page {
    margin-bottom: 100px;
}
.inner-banner_2 .container .list_cont .list .list_c .text p em {
    padding-right: 12px;
    color: #fff;
}

.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form .bz {
    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-left: 3.4em;
}

.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form .bz p {
    margin-left: 10px;
    font-size: 14px;
    line-height: 2;
}


#index-body .init-2 .list ul li:hover a.img-box img.i2 {
    opacity: 1;
}

element.style {
}
#index-body .init-2 .list ul li:hover a.img-box img.i2 {
    opacity: 1;
}
#index-body .init-2 .list ul li a.img-box img.i2 {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.ass-img dl {
        margin: 0 -15px;
}
.ass-img dl dd {
    width: 33.33%;
        padding: 15px;
}
.ass-img dl .slick-track {
    margin-left: 0;
}

.prodet-page .prodet-1 .right .content h2 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.prodet-page .prodetFaq {
    padding-top: 80px;
}
.prodet-page .prodetFaq h2.title {
    display: block;
    font-size: 30px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 400;
}
.prodet-page .prodetFaq .faqList {
    margin-top: 30px;
}
.prodet-page .prodetFaq .faqList ul li {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.prodet-page .prodetFaq .faqList ul li h6 {
    padding-right: 3em;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
}
.prodet-page .prodetFaq .faqList ul li h6 i {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;;
    cursor: hand;
}
.prodet-page .prodetFaq .faqList ul li h6 i:after,
.prodet-page .prodetFaq .faqList ul li h6 i:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: black;
}
.prodet-page .prodetFaq .faqList ul li h6 i:after {
    transform: rotate(90deg);
}
.prodet-page .prodetFaq .faqList ul li.active h6 i:after {
    transform: rotate(0);
}
.prodet-page .prodetFaq .faqList ul li .content {
    margin-top: 1em;
    margin-bottom: 2em;
    padding-top: 1em;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    border-top: 1px solid #f8f8f8;
    display: none;
}
@media screen and (max-width: 1250px) {
    
    .inner-banner_2 .container .cont .mbx {
        font-size: 14px;
    }
    .inner-banner_2 .container .cont .cat_name,.font-40 {
        font-size: 32px;
    }
    .inner-banner_2 .container .list_cont .list .first {
        font-size: 20px;
    }
    .inner-banner_2 .container .list_cont .list .des,.contact-page .init-2 .container form .list .tips_2 {
        font-size: 16px;
    }
    .contact-page .init-1 {
        margin-top: -20px;
    }
    .contact-page .init-1 .container .map .main-map #mapContainer {
        height: 320px;
    }
    .contact-page .init-2 .container form .list input, .contact-page .init-2 .container form .list textarea {
        font-size: 14px;
    }
    .inner-banner_2 .container .list_cont .list {
        margin-top: 0;
    }
    .inner-banner {
        height: 400px;
    }
    .seoAbout .right span.tag,.seoHonor span.tag {
        font-size: 16px;
    }
    .seoAbout .right span.h2 {
        font-size: 40px;
    }
    .seoAbout .right .text {
        font-size: 14px;
    }
    .seoAbout .right .play {
        max-width: 60px;
    }
    .seoAbout .right a.more {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
    .seoAbout .left {
        display: none;
    }
    .seoAbout .right{
        width: 100% !important;
        padding-left: 0;
    }
    #banner li .content .left .list {
        max-width: 60%;
    }
    #banner li .content .left span.h2 .fr {
        max-width: 60px;
    }
    #banner li .content .left .icon {
        max-width: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner_2 {
        padding: 60px 0;
        background-size: cover;
    }
    .inner-banner_2 .container .cont .mbx {
        font-size: 12px;
    }
    .inner-banner_2 .container .cont .cat_name, .font-40 {
        font-size: 28px;
    }

    .inner-banner_2 .container .list_cont{
        display: block;
    }

    .inner-banner_2 .container .list_cont .list{
        width: 100%!important;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .inner-banner_2 .container .list_cont .list .des, .contact-page .init-2 .container form .list .tips_2 {
        font-size: 14px;
    }
    .inner-banner_2 .container .list_cont .list .first {
        font-size: 16px;
    }
    .inner-banner_2 .container .list_cont .list .list_c .text {
        font-size: 15px;
    }
    .contact-page .init-2 .container form .list input, .contact-page .init-2 .container form .list textarea {
        margin-top: 10px;
    }
    .inner-page.contact-page {
        margin-bottom: 50px;
    }
    .inner-banner_2 .container .list_cont .list {
        max-width: 100%;
    }
    .inner-banner {
        height: 300px;
        padding-top: 80px;
    }
    .inner-banner .mbx-box .mbx {
        font-size: 16px;
        line-height: 1.6;
    }
    .seoAbout .right span.h2,.seoList .left span.h2,.seoHonor span.h2 {
        font-size: 32px;
    }
    .seoList .right .list ul li span.h6 {
        font-size: 28px;
    }
    .seoList .right .list ul li p {
        font-size: 15px;
    }
    #banner li .content .left .share {
        margin-top: 1em;
    }
    #banner li .content .left a.link {
        font-size: 14px;
    }
    #banner li .content .left .list {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .init-1 {
        margin-top: 0;
    }
    .inner-banner {
        height: 240px;
        padding-top: 50px;
    }
    .inner-banner .mbx-box .mbx {
        font-size: 14px;
    }
    .inner-banner .mbx-box h2 {
        font-size: 20px;
    }
    .seoAbout .right span.h2,.seoList .left span.h2,.seoHonor span.h2 {
        font-size: 28px;
    }
    .seoList .right .list ul li span.h6 {
        font-size: 24px;
    }
    .seoList .right .list ul li p {
        font-size: 13px;
    }
    #banner li .content .left span.h2 .fr {
        max-width: 40px;
    }
    #banner li .content .left .icon {
        margin-left: 20px;
    }
    #banner li .content .left .share a {
        margin-right: .8em;
    }
    #banner li .content .left .share {
        font-size: 12px;
    }
    #banner li .content .left .share a i {
        width: 18px;
        height: 18px;
        line-height: 18px;
    }
}
@media screen and (max-width: 500px) {
    .contact-page .init-2 .container form .list {
        width: 100%;
    }
    .inner-banner_2 .container .cont .cat_name, .font-40 {
        font-size: 24px;
    }
    .inner-banner .mbx-box .mbx {
        font-size: 12px;
    }
    .seoList {
        display: none;
    }
    .seoHonor {
        padding-top: 0;
        padding-bottom: 60px;
    }
    .seoAbout .right span.h2, .seoList .left span.h2, .seoHonor span.h2 {
        font-size: 24px;
    }
    .inner-page .m-page a, .inner-page .m-page span {
        width: 36px;
        height: 28px;
        line-height: 28px;
    }
}

.prodet-page .prodet-2 .list ul li .content table tr td {
    font-size: 14px;
}
.prodet-page .prodet-2 .list ul li .content table tr {
    background: var(--color);
    color: #fff;
}
.prodet-page .prodet-2 .list ul li .content table tr:nth-child(even) {
    background: #fff;
    color: #000;
}
.prodet-page .prodet-2 .list ul li .content table tr:nth-child(even) td {
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.prodet-page .prodet-2 .list ul li .content table tr:last-child{
     border-bottom: 1px solid #aaa;
}


.prodet-imgimg01 {
    margin-top: 30px;
}


.prodet-text h3 {
    font-size: 36px;
    color: var(--color);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1.8;
}
.prodet-text h2 {
    padding: 20px 0;
}

.prodet-text h2 a {
    background: var(--color);
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.8;
}

.prodet-imgimg02 {
    margin-bottom: 30px;
    margin-top: 10px;
}

.inner-page.prodet-page.product-page {
    padding-top: 100px !important;
}


/*列表修改*/
.inner-page .sidebar-box .sidebar-right ul.grid-box.three .box2 {
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.inner-page .sidebar-box .sidebar-right ul.grid-box.three .box2 h5 {

    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    line-height: 2;
}

.inner-page .sidebar-box .sidebar-right ul.grid-box.three .box2 .text {
margin-bottom: 15px;
    margin-top: 20px;
    font-size: 15px;
    color: #757575;
    max-height: 90px;
    overflow: auto;
}

.inner-page .sidebar-box .sidebar-right ul.grid-box.three .box2 .text p {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.inner-page .sidebar-box .sidebar-right ul.grid-box.three .box2 .text p:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/icon-2-1.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
}

.inner-page .sidebar-box .sidebar-right ul.grid-box.three .box2:after {
    content: '';
    width: 100%;
    bottom: -5px;
    right: -20px;
    height: 8px;
    display: block;
    position: absolute;
    border-top-left-radius: 4px;
    background: #1a6a6d;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .sidebar-box .sidebar-right ul.grid-box.three .box2:hover:after {
    bottom: 0;
}



/*列表修改02*/
.tongyongbox2 {
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.tongyongbox2 h5 {

    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    line-height: 2;
}

.tongyongbox2 .text {
    margin-bottom: 20px;
    font-size: 15px;
    color: #757575;
    max-height: 90px;
    overflow: auto;
}

.tongyongbox2 .text p {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.tongyongbox2 .text p:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/icon-2-1.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
}

.tongyongbox2:after {
    content: '';
    width: 100%;
    bottom: -5px;
    right: -20px;
    height: 8px;
    display: block;
    position: absolute;
    border-top-left-radius: 4px;
    background: #1a6a6d;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.tongyongbox2:hover:after {
    bottom: 0;
}


.inner-page .sidebar-box .sidebar-right ul.grid-box.three .box2 img.tu02 {
    transition: all .5s ease;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.inner-page .sidebar-box .sidebar-right ul.grid-box.three .box2 img.tu02:hover {
    opacity: 1;
     transition: all .5s ease;
}
.inner-page .sidebar-box .sidebar-right ul.grid-box.three .box2 a.img {
    position: relative;
}

.inner-page.news-page.Academic .sidebar-box .sidebar-right .news-list ul li .text h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
}


.inner-page.industry-page .industry-1 .industry-box01 {
    display: flex;
    align-items: center;
    padding: 100px 0;
}

.inner-page.industry-page .industry-1 .industry-box01 .left {
    width: 50%;
    position: relative;
}
.inner-page.industry-page .industry-1 .industry-box01 .left h2 {
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 30px;
    left: 45px;
    text-transform: capitalize;
}

.inner-page.industry-page .industry-1 .industry-box01 .right {
    width: 50%;
    padding-left: 50px;
}

.inner-page.industry-page .industry-1 .industry-box01 .right .top {
    margin-bottom: 15px;
}
.inner-page.industry-page .industry-1 .industry-box01 .right .top h2 {
    color: var(--color);
    font-size: 36px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 10px;
}
.inner-page.industry-page .industry-1 .industry-box01 .right .top p {
    font-size: 16px;
    line-height: 1.8;
    padding: 5px 0;
}
.inner-page.industry-page .industry-1 .industry-box01 .right .bottom {
    padding: 0px 50px;
}


.industry-2 .industry-box02 h2 {
    color: var(--color);
    font-size: 36px;
    text-transform: capitalize;
    font-weight: bold;
     margin-bottom: 25px;
    text-align: center;
}
.industry-2 .industry-box02 h3 {
    color: #000;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 10px;
        margin-top: 20px;
}

.industry-2 .industry-box02 p {
    font-size: 16px;
    line-height: 1.8;
    padding: 5px 0;
}

.industry-2 .industry-box02 .industry-bottom {
    margin-top: 40px;
}
.industry-2 .industry-box02 .industry-bottom .industry-ntop {
    display: flex;
    align-items: center;
}

.industry-2 .industry-box02 .industry-bottom .industry-ntop .left {
    width: 20%;
}
.industry-2 .industry-box02 .industry-bottom .industry-ntop .right {
    padding-left: 60px;
    width: 80%;
}


.industry-2 .industry-box02 .industry-bottom .industry-biaoge table tr:first-child {
    background: var(--color);
    color: #fff;
}

div#erwm {
    display: flex;
}
div#erwm img {
    width: 50%;
    padding: 30px 5px;
}


@media screen and (max-width: 1000px) {
    .inner-page.industry-page .industry-1 .industry-box01{
        display: block;
        padding: 60px 0;
    }

    .inner-page.industry-page .industry-1 .industry-box01 .left{
        width: 100%;
    }

    .inner-page.industry-page .industry-1 .industry-box01 .right{
        width: 100%;
        padding-left: 0;
        margin-top: 60px;
    }

    .industry-2 .industry-box02 .industry-bottom .industry-ntop{
        display: block;
    }

    .industry-2 .industry-box02 .industry-bottom .industry-ntop .left{
        width: 100%;
    }

    .industry-2 .industry-box02 .industry-bottom .industry-ntop .right{
        width: 100%;
        padding-left: 0;
        margin-top: 60px;
    }
}


.seo_title{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

#seo_about ._box{
    margin: -15px;
}

#seo_about ._left,
#seo_about ._right{
    padding: 15px;
}

#honor_list ul{
    margin: -15px;
}

#honor_list ul li{
    padding: 15px;
}

#news_list ul{
    margin: -15px;
}

#news_list ul li{
    padding: 15px;
}

#news_list ._time span{
    display: inline-block;
    padding: 5px;
}

#news_list ._time span._cate{
    color: #FFFFFF;
    background-color: #000000;
}

#news_list ._time span._date{
    background-color: #CCCCCC;
}

#news_list ._table{
    padding: 20px;
    border: 2px solid #CCCCCC;
}
@media screen and (max-width: 1000px){
.seo_title, ._text{
    display: none !important;
}
}

/*seo*/
.mb-20 h1 {
    display: inline;
}
.content.Auxil-catdes {
    font-size: 16px;
    color: #757575;
    font-weight: 400;
    margin-top: 5px;
    line-height: 1.8;
}
.font-16 {
    line-height: 2;
}
.mb-20 {
    line-height: 2;
}

@media screen and (max-width: 1000px){
  a.henqi.yincang,
  .seoAbout.Auxil-about.yincang,
  .seoHonor.Auxil-honor.yincang,
  div#seo_news {
    display: none!important;
  }
}
.sidernews{
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
.preproduct{
    font-size: 14px;
    line-height: 1.8;
}