@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.eot');
  src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #ff0000;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1600px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .h-top {
  color: white;
  z-index: 3;
  position: relative;
  padding: 18px 0;
}
#header .h-top ul {
  margin-left: auto;
}
#header .h-top ul li {
  margin-right: 40px;
}
#header .h-top form {
  position: relative;
}
#header .h-top form input {
  width: 175px;
  height: 40px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 0 15px;
  font-size: 14px;
}
#header .h-top form input[type="submit"] {
  position: absolute;
  width: 50px;
  right: 0;
  top: 0;
  padding: 0;
  background: url(../images/search.png) no-repeat center;
  border: none;
}
#header .h-top form input::-webkit-input-placeholder {
  color: #fff;
}
#header .h-top form input::-moz-placeholder {
  color: #fff;
}
#header .h-top form input:-ms-input-placeholder {
  color: #fff;
}
#header .h-top form input:-moz-placeholder {
  color: #fff;
}
#header .h-top .yuy {
  margin-left: 12px;
}
#header .h-top .yuy span {
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
#header .h-top .yuy ul {
  left: auto;
  right: 0;
}
#header .h-top .yuy ul li {
  margin-right: 0;
}
#header .nav {
  margin-top: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  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;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 160px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 14px;
  line-height: 2;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  padding-top: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 150%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  max-width: 215px;
  min-width: 130px;
}
#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: 14px;
  background: #fff;
  top: 100%;
  left: 0px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#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 ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#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:hover > ul {
  display: block;
}
#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: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#header.active .h-top {
  color: black;
}
#header.active .h-top .logo img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.active .h-top form input {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: black;
}
#header.active .h-top form input[type="submit"] {
  border: none;
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.active .h-top form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#header.active .h-top form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#header.active .h-top form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#header.active .h-top form input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#header.active .h-top .yuy span {
  border-color: rgba(0, 0, 0, 0.3);
}
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.active .nav .ui.menu .menu-box ul.menu > li > a::after {
  background-color: rgba(0, 0, 0, 0.3);
}
#header.active .nav {
  margin-top: 5px;
  padding-bottom: 20px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #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: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  filter: invert(1);
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
  filter: invert(1);
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  table tbody{
    min-width: unset;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .seoIndustry.Auxil-industry{
    display: none!important;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.more {
  background-color: var(--color);
  color: white;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 55px;
  line-height: 55px;
  padding: 0 50px 0 15px;
  font-size: 18px;
  font-weight: 600;
}
.more span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: white;
  color: black;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  margin-right: 45px;
}
.more:hover {
  background-color: black;
}
#banner {
  position: relative;
  z-index: 1;
}
#banner ul li {
  position: relative;
}
#banner ul li .content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: white;
}
#banner ul li .content h2 {
  line-height: 1.3;
}
#banner ul li .content .line {
  width: 300px;
  height: 1px;
  background-color: #edf5fa;
  position: relative;
}
#banner ul li .content .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 125px;
  height: 2px;
  background: #edf5fa;
}
#banner ul li .content p {
  line-height: 30px;
  max-width: 770px;
}
#banner .arrow {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  line-height: 75px;
  position: absolute;
  right: 8%;
  bottom: 8%;
}
#banner .arrow i {
  font-size: 30px;
}
.tag {
  color: var(--color);
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 30px;
}
.h2 {
  color: #333333;
}
.txt-uppercase {
  text-transform: uppercase;
}
#index-body .i-about .top .left{
  z-index: 3;
}
#index-body .i-about .top .right {
  line-height: 30px;
  color: #666666;
}
#index-body .i-about .top .right h1{
  display: inline;
}
#index-body .i-about .img {
  margin-top: -70px;
}
#index-body .i-about .img .map img {
  margin-left: 60px;
}
#index-body .i-about .img .img2 {
  z-index: 2;
  position: relative;
  margin-top: -210px;
}
#index-body .i-about .img .img2 i {
  position: absolute;
  right: 21%;
  bottom: -webkit-calc(100% - 25px);
  bottom: -moz-calc(100% - 25px);
  bottom: calc(100% - 25px);
  display: block;
  width: 272px;
  height: 272px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.5);
}
#index-body .i-about .img .img2 i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  z-index: 4;
}
#index-body .i-about .img .img2 i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -webkit-calc(50% + 15px);
  top: -moz-calc(50% + 15px);
  top: calc(50% + 15px);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1px;
  height: 210px;
  background-color: white;
  z-index: 4;
}
@keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
#index-body .i-about .img .img2 i span{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 3;
}
#index-body .i-about .img .img2 i span:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: rgba(255,0,0,.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks1 3s infinite;
  -moz-animation: ks1 3s infinite;
  animation: ks1 3s infinite;
  display: block;
  z-index: -1;
}
#index-body .i-about .img .img2 i span:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  transform: translate(-50%,-50%);
  background: rgba(255,0,0,.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  animation: ks1 3s infinite;
  display: block;
  z-index: -1;
  animation-delay: .4s;
}
#index-body .i-product {
  background: url(../images/product-bg.jpg) no-repeat center top 210px;
}
#index-body .i-product ul li img {
  margin: auto;
}
#index-body .i-product ul li .h5 {
  margin-top: 12px;
  line-height: 1.8;
}
#index-body .i-product ul li .h5 i {
  width: 24px;
  height: 24px;
  background-color: #778189;
  border-radius: 50%;
  display: inline-block;
  color: white;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
}
#index-body .i-product .slickBtn {
  right: 0;
  top: -150px;
  position: absolute;
}
#index-body .i-product .slickBtn div {
  border-radius: 0;
  background-color: #767676;
}
#index-body .i-product .slickBtn div:hover {
  background-color: var(--color);
}
#index-body .i-custom .content {
  line-height: 30px;
  color: #333333;
  max-width: 1000px;
  margin: auto;
}
#index-body .i-manufacture {
  background-repeat: no-repeat;
  background-size: cover;
}
#index-body .i-manufacture .left {
  color: white;
  width: 70%;
}
#index-body .i-manufacture .left .h2 {
  color: white;
}
#index-body .i-manufacture .left .content {
  line-height: 30px;
}
#index-body .i-manufacture .right {
  width: 30%;
  text-align: right;
}
#index-body .i-manufacture .right ul li a {
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.4);
  display: inline-block;
}
#index-body .i-advantage ul li {
  position: relative;
}
#index-body .i-advantage ul li .num {
  font-size: 146px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.05);
  line-height: 0.9;
  position: absolute;
  top: -23px;
  font-weight: 900;
}
#index-body .i-advantage ul li .num::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-clip-path: polygon(0 100%, 100% 60%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 60%, 100% 100%, 0 100%);
}
#index-body .i-advantage ul li .des {
  margin-top: 30px;
  z-index: 3;
  position: relative;
  line-height: 1.8;
}
#index-body .i-advantage ul.left li .num {
  left: 100px;
}
#index-body .i-advantage ul.right li .num {
  left: 100px;
}
#index-body .i-news ul li .time {
  color: var(--color);
  line-height: 30px;
}
#index-body .i-news ul li .h5 {
  color: #333333;
  line-height: 1.8;
}
#index-body .i-news ul li .des {
  line-height: 30px;
  color: #666666;
}
#index-body .i-news .slickBtn {
  position: absolute;
  right: 0;
  top: -125px;
}
#index-body .i-news .slickBtn div {
  border-radius: 0;
  background-color: #767676;
}
#index-body .i-news .slickBtn div:hover {
  background-color: var(--color);
}
#footer {
  background-color: #333333;
  color: white;
}
#footer .top ul li {
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
}
#footer .top ul li a {
  display: block;
  padding: 0 22px;
  border-right: 1px solid white;
}
#footer .top ul li:last-child a {
  border-right: none;
}
#footer .wrap {
  text-align: center;
  margin: 0 -22px;
}
#footer .wrap .column {
  padding: 0 22px;
  line-height: 1.8;
}
#footer .wrap .column #ewm{
  width: 110px;
  height: 110px;
  border: 5px solid white;
  margin: 20px auto 0;
}
#footer .wrap .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
#footer .wrap p {
  line-height: 30px;
}
#footer .wrap .email {
  display: inline-block;
}
#footer .wrap .email::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: white;
}
#footer .wrap .one .share a {
  margin: 0 8px;
}
#footer .wrap .one .share a i {
  font-size: 18px;
}
#footer .wrap form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 40px;
}
#footer .wrap form input,
#footer .wrap form textarea {
  width: 49%;
  text-align: left;
  background-color: #565656;
  border: none;
  font-size: 16px;
  margin-bottom: 10px;
  height: 60px;
  padding: 0 15px;
}
#footer .wrap form textarea {
  width: 100%;
  height: 160px;
}
#footer .wrap form input[type="submit"] {
  width: auto;
  margin: auto;
  background-color: var(--color);
  color: white;
  padding: 0 30px;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 30px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}
#footer .f-copy svg {
  width: auto;
  height: 27px;
  vertical-align: middle;
  fill: white;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu {
    gap: 135px;
  }
  #index-body .i-about .img .img2 i {
    width: 220px;
    height: 220px;
  }
  #index-body .i-advantage ul li .num {
    font-size: 120px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu {
    gap: 97px;
  }
  #banner ul li .content {
    top: 61%;
  }
  #index-body .i-about .img .img2 i {
    width: 180px;
    height: 180px;
  }
  #index-body .i-advantage ul li .num {
    font-size: 85px;
    line-height: 1;
    top: -10px;
  }
  #footer .wrap form input {
    height: 45px;
  }
  #footer .wrap form textarea {
    height: 130px;
  }
}
@media screen and (max-width: 1250px) {
  #banner ul li .content {
    top: 50%;
  }
  #banner ul li .content p {
    max-width: 580px;
  }
  #index-body .i-about .img .img2 i {
    width: 150px;
    height: 150px;
  }
  #index-body .i-about .img {
    margin-top: -30px;
  }
  #index-body .i-manufacture .right ul li a {
    padding: 15px;
  }
  #index-body .i-advantage ul li .num {
    font-size: 60px;
    line-height: 1.2;
    top: 3px;
  }
  #index-body .i-advantage ul.left li .num {
    left: 82px;
  }
  #footer .top ul li a {
    padding: 0 13px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-about .top .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-about .top .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-about .img {
    margin-top: 0;
  }
  #index-body .i-about .img .img2 {
    margin-top: -130px;
  }
  #index-body .i-about .img .img2 i {
    width: 120px;
    height: 120px;
  }
  #index-body .i-about .img .img2 i::after {
    height: 77px;
  }
  #index-body .i-product .slickBtn {
    top: -80px;
  }
  #index-body .i-manufacture .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-manufacture .right {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  #index-body .i-advantage .img {
    display: none;
  }
  #index-body .i-advantage ul {
    width: 50%;
  }
  #index-body .i-advantage ul li {
    margin-bottom: 20px;
  }
  #index-body .i-news .slickBtn {
    top: -70px;
  }
  #footer .top {
    display: none;
  }
  #footer .wrap .one {
    display: none;
  }
  #footer .wrap .column {
    width: 50%;
  }
  #footer .wrap form {
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .box .Auxil-crumbs.font-18{
    line-height: 2;
  }
  h2.font-30{
    line-height: 2;
  }
  #banner ul li .content p {
    display: none;
  }
  #banner ul li .content h2 {
    margin-bottom: 12px;
  }
  .more span {
    margin-right: 20px;
  }
  .more {
    padding-right: 25px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
  }
  #banner .arrow {
    width: 45px;
    height: 45px;
    line-height: 50px;
    right: 4%;
  }
  #index-body .i-about .img .img2 {
    margin-top: -65px;
  }
  #index-body .i-about .img .img2 i {
    width: 100px;
    height: 100px;
    right: 10%;
  }
  #index-body .i-product .slickBtn {
    top: -30px;
  }
  #index-body .i-manufacture .right {
    padding-left: 0;
  }
  #index-body .i-advantage ul.left li .num {
    left: 16px;
  }
  #index-body .i-news .slickBtn {
    top: -50px;
  }
  #footer .wrap .column {
    width: 100%;
  }
  #footer .wrap .three {
    margin-top: 30px;
  }
  #footer .f-copy {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .content h2{
    line-height: 30px;
  }
  .font-60 {
    font-size: 17px;
  }
  #banner ul li .content .line {
    display: none;
  }
  #index-body .i-about .img .map img {
    margin-left: 0;
  }
  #index-body .i-advantage ul {
    width: 100%;
    padding: 0 !important;
  }
  #index-body .i-advantage .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-advantage ul.left {
    text-align: left;
  }
  #index-body .i-advantage ul.left li .num {
    left: 100px;
  }
  #footer .wrap form input {
    width: 100%;
  }
}
.inner-banner {
  position: relative;
  color: white;
}
.inner-banner .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.inner-banner .box .ui.container {
  height: 100%;
}
.inner-banner .box p {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 1000px;
  margin: auto;
}
.inner-banner .box .mbx {
  position: absolute;
  left: 0;
  bottom: 45px;
  line-height: 1.6;
}
.inner-banner .box .Auxil-crumbs{
  line-height: 1.8;
}
.inner-banner .box .arrow {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  line-height: 75px;
  position: absolute;
  right: 0%;
  bottom: 8%;
  color: black;
}
.inner-banner .box .arrow i {
  font-size: 30px;
}
.pt-250 {
  padding-top: 250px;
}
.pb-270 {
  padding-bottom: 270px;
}
.flex-dcr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.about-page .about-1 .h2 {
  line-height: 1.25;
}
.about-page .about-1 .content {
  line-height: 30px;
  color: #666666;
}
.about-page .about-1 ul li {
  position: relative;
}
.about-page .about-1 ul li em {
  color: var(--color);
}
.about-page .about-1 ul li p {
  color: #999999;
  line-height: 1.8;
}
.about-page .about-1 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: #d6d6d6;
}
.about-page .about-1 ul li:last-child::after {
  content: none;
}
.about-page .about-2 .box {
  padding: 0 240px;
  background: url(../images/yinhao-1.png) no-repeat left center, url(../images/yinhao-2.png) no-repeat right center;
}
.about-page .about-2 .content {
  line-height: 30px;
}
.about-page .about-3 {
  background: url(../images/sus-bg.jpg) no-repeat;
  background-size: cover;
  color: white;
}
.about-page .about-3 .box {
  max-width: 1150px;
}
.about-page .about-3 .h2 {
  color: white;
}
.about-page .about-3 .content {
  line-height: 30px;
}
.about-page .about-4 .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 65%;
}
.about-page .about-4 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-4 .box {
  background-color: white;
  width: 55%;
  margin-left: auto;
  z-index: 2;
  position: relative;
}
.about-page .about-4 .box .des {
  line-height: 30px;
}
.faq-page ul li {
  position: relative;
  padding-left: 160px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 55px;
  padding-top: 55px;
  cursor: pointer;
}
.faq-page ul li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page ul li .des {
  line-height: 36px;
  color: #666666;
  display: none;
}
.faq-page ul li .h4 {
  position: relative;
}
.faq-page ul li .h4 i {
  position: absolute;
  right: 0;
  top: 11px;
  width: 16px;
  height: 16px;
}
.faq-page ul li .h4 i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #333333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page ul li .h4 i::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #333333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page ul li.active .h4 i::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
.faq-page .bottom p em {
  color: var(--color);
  position: relative;
}
.faq-page .bottom p em::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color);
}
.gallery-page ul {
  margin: -10px;
}
.gallery-page ul li {
  padding: 10px;
}
.m-page {
  font-size: 30px;
}
.m-page a,
.m-page span {
  margin: 0 15px;
}
.product-page .product-1 .des {
  line-height: 32px;
}
.product-page .product-1 ul li img {
  margin: auto;
}
.product-page .product-1 ul.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
}
.product-page .product-1 ul.slick-dots li {
  padding: 0;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #d6d6d6;
  width: auto;
  border-radius: 0;
  border: none;
  margin: 0;
}
.product-page .product-1 ul.slick-dots i {
  height: 3px;
  background-color: #333333;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-2 .top ul {
  height: 55px;
  background-color: #f6f6f6;
  border-radius: 28px;
  padding: 7px;
}
.product-page .product-2 .top ul li {
  margin: 0 10px;
}
.product-page .product-2 .top ul li a {
  height: 100%;
  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;
  padding: 0 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 20px;
}
.product-page .product-2 .top ul li:hover a,
.product-page .product-2 .top ul li.active a {
  background-color: #333333;
  color: white;
}
.product-page .product-2 .top form {
  height: 55px;
  background-color: #f6f6f6;
  border-radius: 28px;
  margin-left: 25px;
  position: relative;
  width: 245px;
}
.product-page .product-2 .top form input {
  height: 100%;
  background-color: inherit;
  border: none;
  width: 100%;
  border-radius: inherit;
  padding: 0 15px;
  font-size: 14px;
}
.product-page .product-2 .top form input[type="submit"] {
  position: absolute;
  right: 0;
  width: 50px;
  background: url(../images/search.png) no-repeat center;
  -webkit-filter: invert(1);
  filter: invert(1);
  padding: 0;
}
.product-page .product-2 .center h1 {
  width: 30%;
}
.product-page .product-2 .center .Auxil-catdes {
  width: 70%;
  line-height: 32px;
  color: #666666;
}
.product-page .product-2 .center .Auxil-catdes .des{
  max-height: 165px;
  overflow: auto;
}
.product-page .product-2 .list ul {
  margin: -5px;
}
.product-page .product-2 .list ul li {
  padding: 5px;
}
.product-page .product-2 .list ul li .box {
  padding: 40px;
  position: relative;
}
.product-page .product-2 .list ul li .box .img-box img{
   -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .product-2 .list ul li .box .img-box .img2{
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.product-page .product-2 .list ul li:hover .box .img-box .img1{
  opacity: 0;
}
.product-page .product-2 .list ul li:hover .box .img-box .img2{
  opacity: 1;
}
.product-page .product-2 .list ul li .box a {
  z-index: 3;
  position: relative; 
  line-height: 1.8;
}
.product-page .product-2 .list ul li .box a.h4{
  min-height: auto;
  display: block;
  line-height: 1.8;
}
.product-page .product-2 .list ul li .box .mores span {
  position: relative;
}
.product-page .product-2 .list ul li .box .mores span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 1px;
  background-color: black;
}
.product-page .product-2 .list ul li .box .mores i {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  color: white;
  background-color: #f00221;
  font-size: 15px;
  margin-left: 13px;
}
.product-page .product-2 .list ul li .box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #f1f1f1;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.product-page .product-2 .list ul li:hover .box::after {
  background-color: white;
  -webkit-box-shadow: 0px 10px 46px 0px rgba(51, 51, 51, 0.32);
  box-shadow: 0px 10px 46px 0px rgba(51, 51, 51, 0.32);
  width: -webkit-calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
  height: -webkit-calc(100% + 10px);
  height: -moz-calc(100% + 10px);
  height: calc(100% + 10px);
}
.prodet-page .prodet-1 .left a {
  display: block;
  border: 1px solid #cccccc;
}
.prodet-page .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .prodet-1 .right .tag {
  letter-spacing: 0;
}
.prodet-page .prodet-1 .right h1 {
  line-height: 1.6;
}
.prodet-page .prodet-1 .right .content {
  line-height: 32px;
  color: #666666;
  max-height: 224px;
  overflow: auto;
}
.prodet-page .prodet-1 .right .gallery {
  padding: 0 55px;
}
.prodet-page .prodet-1 .right .gallery ul li a {
  display: block;
  border: 1px solid #cccccc;
}
.prodet-page .prodet-1 .right .gallery .slickBtn div {
  border-radius: 0;
  background-color: #f3f3f3;
  height: 100%;
  color: black;
  width: 36px;
}
.prodet-page .prodet-1 .right .gallery .slickBtn div.prev {
  left: 0;
  right: auto;
}
.prodet-page .prodet-1 .right .gallery .slickBtn div.next {
  right: 0;
  left: auto;
}
.prodet-page .prodet-1 .right .gallery .slickBtn div:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-1 .right .line {
  height: 1px;
  background-color: #f0f0f0;
  width: 100%;
}
.prodet-page .prodet-1 .right .more {
  background-color: #333333;
  padding: 0 70px;
  font-weight: normal;
}
.prodet-page .prodet-2 ul.options {
  border-bottom: 1px solid #d6d6d6;
}
.prodet-page .prodet-2 ul.options li {
  color: #999999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.prodet-page .prodet-2 ul.options li.active,
.prodet-page .prodet-2 ul.options li:hover {
  color: black;
}
.prodet-page .prodet-2 .content {
  padding-top: 40px;
}
.prodet-page .prodet-2 .content .item2 .des {
  line-height: 32px;
  color: #666666;
}
.prodet-page .prodet-2 .content .item3 form ul li {
  margin-bottom: 17px;
  position: relative;
}
.prodet-page .prodet-2 .content .item3 form ul li.wid-100{
  width: 100%;
}
.prodet-page .prodet-2 .content .item3 form ul li input,
.prodet-page .prodet-2 .content .item3 form ul li textarea {
  width: 100%;
  border: 1px solid #cccccc;
  height: 70px;
  padding: 0 20px;
}
.prodet-page .prodet-2 .content .item3 form ul li textarea {
  padding: 15px 20px;
  height: 215px;
}
.prodet-page .prodet-2 .content .item3 form ul li button {
  border: none;
}
.prodet-page .prodet-2 .content .item3 form ul li button span {
  vertical-align: middle;
  color: black;
}
.prodet-page .prodet-2 .content .item3 form ul li button i {
  opacity: 1;
  font-size: inherit;
  position: relative;
  right: 0;
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.prodet-page .prodet-2 .content .item3 form ul li i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  opacity: 0.4;
}
.contact-page .contact-1 .left form ul li {
  position: relative;
  margin-bottom: 35px;
}
.contact-page .contact-1 .left form ul li span {
  display: block;
  font-size: 18px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.contact-page .contact-1 .left form ul li input,
.contact-page .contact-1 .left form ul li textarea {
  width: 100%;
  border: 1px solid #cccccc;
  height: 70px;
  padding: 0 20px;
}
.contact-page .contact-1 .left form ul li i {
  font-size: 30px;
  opacity: 0.5;
  position: absolute;
  right: 20px;
  bottom: 13px;
}
.contact-page .contact-1 .left form ul li textarea {
  height: 410px;
  padding: 10px 20px;
}
.contact-page .contact-1 .left form ul li button {
  border: none;
}
.contact-page .contact-1 .left form ul li button span {
  vertical-align: middle;
  color: black;
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0;
}
.contact-page .contact-1 .left form ul li button i {
  opacity: 1;
  font-size: inherit;
  position: relative;
  right: 0;
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.contact-page .contact-1 .right ul li {
  border-top: 1px solid #d6d6d6;
}
.contact-page .contact-1 .right ul li span {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 3px;
}
.contact-page .contact-1 .right ul li p {
  position: relative;
  padding-left: 70px;
}
.contact-page .contact-1 .right ul li p img {
  position: absolute;
  left: 0;
  top: 9px;
}
.news-page .i-news ul li .img-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.news-page .i-news ul li .img-box .bg img {
  width: auto;
}
.news-page .i-news ul li:hover .img-box .bg {
  opacity: 1;
}
.newdet-page .new_box {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.newdet-page .new_box .time {
  color: #666666;
}
.newdet-page .new_box h1 {
  line-height: 1.3;
  color: #333333;
}
.newdet-page .new_box .content {
  line-height: 32px;
  color: #666666;
}
.service-page .service-1 p.text {
  max-width: 1000px;
  line-height: 30px;
}
.service-page .service-2 {
  position: relative;
}
.service-page .service-2 .ui.container {
  z-index: 3;
}
.service-page .service-2 p.text {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.service-page .service-2 ul li > div {
  height: 270px !important;
}
.service-page .service-2 ul li .content {
  background-color: white;
}
.service-page .service-2 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-page .service-2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100px;
  background-color: #f8f8f8;
}
.service-page .service-3 .right ul li {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #f4f4f4;
}
.service-page .service-3 .right ul li em {
  color: #0074cb;
  margin-right: 30px;
}
.service-page .service-3 .right ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#0074cb), to(transparent));
  background: -webkit-linear-gradient(left, #0074cb, transparent);
  background: -moz-linear-gradient(left, #0074cb, transparent);
  background: linear-gradient(to right, #0074cb, transparent);
}
.service-page .service-3 .right ul li:hover::after {
  width: 60%;
}
.service-page .service-4 {
  background-image: url(../images/service-3-bg.jpg);
  background-size: cover;
}
.service-page .service-4 .left ul {
  margin: -7px;
}
.service-page .service-4 .left ul li {
  padding: 7px;
}
.service-page .service-4 .left ul li .box {
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  height: 250px;
  text-align: center;
}
.service-page .service-4 .left ul li:nth-child(2n) {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.service-page .service-4 .right {
  color: white;
}
.service-page .service-4 .right .h2 {
  color: white;
}
.manufacture-page .manu-1 .left {
  width: 40%;
}
.manufacture-page .manu-1 .right {
  width: 60%;
}
.manufacture-page .manu-1 .right .des {
  line-height: 30px;
}
.manufacture-page .manu-1 .right .box {
  position: relative;
}
.manufacture-page .manu-1 .right .box .h4 img {
  vertical-align: middle;
  margin-right: 35px;
}
.manufacture-page .manu-1 .right .box ul li {
  color: #0074cb;
  opacity: 0.7;
  -webkit-transition: 0.3;
  -moz-transition: 0.3;
  transition: 0.3;
  font-weight: 600;
}
.manufacture-page .manu-1 .right .box ul li em {
  font-weight: 900;
  font-size: 35px;
  margin-right: 30px;
  vertical-align: middle;
  position: relative;
}
.manufacture-page .manu-1 .right .box ul li em::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 100%, 100% 45%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 45%, 100% 100%, 0 100%);
  background-color: white;
}
.manufacture-page .manu-1 .right .box ul li:hover {
  opacity: 1;
}
.manufacture-page .manu-1 .right .box::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 160px;
  height: 120%;
  background-color: white;
}
.manufacture-page .manu-2 {
  position: relative;
}
.manufacture-page .manu-2 .ui.container {
  z-index: 3;
}
.manufacture-page .manu-2 p.text {
  line-height: 30px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.manufacture-page .manu-2 ul {
  color: white;
}
.manufacture-page .manu-2 .bottom {
  color: white;
}
.manufacture-page .manu-2 .bottom .more {
  background-color: white;
  color: black;
}
.manufacture-page .manu-2 .bottom .more span {
  background-color: #0074cb;
  color: white;
}
.manufacture-page .manu-2 .bottom .more:hover {
  background-color: var(--color);
  color: white;
}
.manufacture-page .manu-2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background-color: #0074cb;
}
.manufacture-page .manu-3 ul li {
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.manufacture-page .manu-3 ul li .icon {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background-color: #e6e6e6;
  text-align: center;
  line-height: 102px;
  margin: 25px auto;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.manufacture-page .manu-3 ul li .icon img {
  vertical-align: middle;
}
.manufacture-page .manu-3 ul li .icon::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 350%;
  height: 1px;
  background-color: #e7e7e7;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: -1;
}
.manufacture-page .manu-3 ul li .icon::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 350%;
  height: 1px;
  background-color: #e7e7e7;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: -1;
}
.manufacture-page .manu-3 ul li p {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.manufacture-page .manu-3 ul li:hover {
  color: #0074cb;
}
.manufacture-page .manu-3 ul li:hover p {
  opacity: 1;
}
.manufacture-page .manu-3 ul li:hover .icon {
  background-color: #0074cb;
}
.manufacture-page .manu-4 .ui.container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.manufacture-page .manu-4 .left {
  width: 47%;
  padding-left: 7%;
}
.manufacture-page .manu-4 .left .text {
  line-height: 30px;
}
.manufacture-page .manu-4 .left ul li {
  position: relative;
  padding-right: 60px;
  margin-bottom: 40px;
}
.manufacture-page .manu-4 .left ul li img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.manufacture-page .manu-4 .right {
  width: 53%;
}
.manufacture-page .manu-4 .right img {
  width: 100%;
}
.manufacture-page .manu-5 .text {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.manufacture-page .manu-5 ul li img {
  margin: auto;
}
@media screen and (max-width: 1450px) {
  .pb-270 {
    padding-bottom: 150px;
  }
  .pt-250 {
    padding-top: 150px;
  }
  .m-page {
    font-size: 22px;
  }
  .contact-page .contact-1 .left form ul li textarea {
    height: 170px;
  }
  .manufacture-page .manu-4 .left {
    padding-left: 3%;
  }
  .manufacture-page .manu-1 .right .box::after {
    width: 110px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner .box p {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .inner-banner .box .arrow {
    width: 60px;
    height: 60px;
    line-height: 65px;
  }
  .service-page .service-4 .left {
    padding-left: 0;
  }
  .service-page .service-4 .left ul li:nth-child(2n) {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
  }
  .manufacture-page .manu-1 .left {
    width: 100%;
  }
  .manufacture-page .manu-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .manufacture-page .manu-4 .right {
    display: none;
  }
  .manufacture-page .manu-4 .left {
    width: 100%;
    text-align: left;
  }
  .manufacture-page .manu-4 .left ul li {
    padding-left: 60px;
    padding-right: 0;
  }
  .manufacture-page .manu-4 .left ul li img {
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 .box {
    padding: 0 85px;
    background-size: 60px;
  }
  .inner-banner .box .arrow{
    display: none;
  }
  .pt-250 {
    padding-top: 75px;
  }
  .pb-270 {
    padding-bottom: 65px;
  }
  .about-page .about-4 .box {
    width: 77%;
  }
  .about-page .about-1 ul li{
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 30px;
    margin-bottom: 10px;
  }
  .about-page .about-1 ul li:nth-child(2)::after{
    content: none;
  }
  .product-page .product-2 .top ul {
    margin-bottom: 15px;
    margin-right: 20px;
  }
  .product-page .product-2 .top form {
    margin-left: 0;
  }
  .product-page .product-2 .center h1 {
    width: 100%;
    padding-right: 0;
    line-height: 30px;
  }
  .product-page .product-2 .center .Auxil-catdes {
    width: 100%;
  }
  .product-page .product-2 .list ul li .box {
    padding: 20px;
  }
  .prodet-page .prodet-2 .content .item3 form ul li{
    width: 50%;
  }
  .prodet-page .prodet-2 .content .item3 form ul li:nth-child(3){
    width: 100%;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
  }
  .news-page .i-news ul li {
    width: 50%;
  }
  .service-page .service-3 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service-page .service-3 .left {
    width: 100%;
  }
  .service-page .service-4 .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-4 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service-page .service-4 .left ul li:nth-child(2n) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .manufacture-page .manu-3 ul li p {
    opacity: 1;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .new_box .time{
    line-height: 2;
  }
  .newdet-page .new_box h1{
    line-height: 30px;
  }
  .about-page .about-1 ul li p{
    line-height: 2;
  }
  .about-page .about-1 .h2{
    line-height: 30px;
  }
  .font-18{
    line-height: 2;
  }
  .prodet-page .prodet-1 .right h1.Auxil-h1{
    line-height: 2;
  }
  .product-page .product-2 .list ul li .box a.h4.font-24,
  .product-page .product-2 .list ul.flex li .box a{
    line-height: 2;
  }
  #index-body .i-about .top .left .font-40,
  #index-body .i-manufacture .left .h2{
    line-height: 30px;
  }
  #index-body .i-product ul li .h5,
  #index-body .i-news ul li .h5{
    line-height: 2;
  }
  .inner-banner .box p {
    padding: 0 15px;
  }
  .inner-banner .box .mbx {
    left: 15px;
    bottom: 10px;
  }
  .about-page .about-1 .top {
    padding: 0;
  }
  .about-page .about-1 ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .inner-banner .box p{
    top: 30%;
  }
  .inner-banner .box .arrow {
    width: 45px;
    height: 45px;
    line-height: 50px;
  }
  .about-page .about-4 .img {
    position: relative;
    width: 100%;
  }
  .about-page .about-4 .box {
    width: 100%;
    padding-left: 0;
  }
  .faq-page ul li .icon {
    width: 65px;
  }
  .faq-page ul li {
    padding-left: 90px;
  }
  .gallery-page ul li {
    width: 50%;
  }
  .product-page .product-2 .list ul li {
    width: 50%;
  }
  .product-page .product-1 .des {
    padding: 0;
  }
  .product-page .product-2 .top ul {
    display: none;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 ul.options {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .content .item3 form ul li{
    width: 100%;
  }
  .contact-page .contact-1 .left form ul li input {
    height: 48px;
  }
  .contact-page .contact-1 .left form ul li i {
    right: 13px;
    bottom: 1px;
  }
  .contact-page .contact-1 .left {
    padding-right: 0;
  }
  .news-page .i-news ul li {
    width: 100%;
  }
  .service-page .service-1 .center {
    display: none;
  }
  .service-page .service-1 .list ul {
    width: 50%;
  }
  .service-page .service-1 .list ul li {
    margin-bottom: 20px;
  }
  .service-page .service-2 ul li > div {
    height: 170px !important;
  }
  .manufacture-page .manu-3 .top .left {
    width: 100%;
  }
  .manufacture-page .manu-3 .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .manufacture-page .manu-1 .right .box ul li {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .manufacture-page .manu-1 .right .box ul li em {
    font-size: 28px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .box p {
    font-size: 16px;
    line-height: 30px;
  }
  .inner-banner > img{
    min-height: 200px;
    object-fit: cover;
  }
  .about-page .about-2 .box {
    padding: 0;
    background: white;
  }
  .about-page .about-1 ul li{
    padding: 0 10px 0 0;
  }
  .about-page .about-1 ul li::after{
    content: none;
  }
  .gallery-page ul li {
    width: 100%;
  }
  .product-page .product-2 .list ul li {
    width: 100%;
  }
  .service-page .service-4 .left ul li .box {
    height: 175px;
  }
  .service-page .service-3 .right ul li em {
    margin-right: 10px;
  }
  .service-page .service-2 ul li {
    width: 100%;
  }
  .service-page .service-2 ul li .img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .service-page .service-2 ul li .content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .service-page .service-2 ul li.flex-dcr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.seoPublic .Auxil-about .box .right.column .text{
  line-height: 30px;
}
.seoPublic .Auxil-about .box .right.column div.h3{
  line-height: 1.8;
}
.seoPublic .Auxil-news .list ul li.column .content div.h6{
  line-height: 1.8;
}
.seoPublic .Auxil-news .list ul li.column .content time{
  line-height: 2;
}
.seoPublic .Auxil-news .list ul li.column .content p{
  line-height: 30px;
}
.seoPublic .Auxil-form .form ul li.column input, 
.seoPublic .Auxil-form .form ul li.column textarea{
  line-height: 30px;
}
.seoPublic.Auxil-industry .title{
  line-height: 1.6;
}
table td, table th{
  font-size: 16px;
  line-height: 30px;
}