@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Black.eot');
  src: url('../fonts/AktivGroteskEx-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Black.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Black.woff') format('woff'), url('../fonts/AktivGroteskEx-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Regular.eot');
  src: url('../fonts/AktivGroteskEx-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Regular.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Regular.woff') format('woff'), url('../fonts/AktivGroteskEx-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Bold.eot');
  src: url('../fonts/AktivGroteskEx-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Bold.woff') format('woff'), url('../fonts/AktivGroteskEx-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
#mobile3 .m-search form input[type="submit"]{
  background: url("../images/icon-search-white.png") center center no-repeat;
}
body {
  font-family: "Aktiv Grotesk Ex";
  max-width: 1920px;
  --color: #f7bf2e;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1650px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.fw-900 {
  font-weight: 900;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #090909;
}
#header .h-top {
  background-color: var(--color);
  padding: 16px 0 10px;
}
#header .nav .top {
  border-bottom: 1px solid white;
}
#header .nav .search form {
  position: relative;
  height: 51px;
  width: 518px;
  border-radius: 5px;
  background-color: #4f4b4d;
}
#header .nav .search form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 0 15px 0 50px;
  font-size: 14px;
  color: white;
}
#header .nav .search form input[type="submit"] {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  background: url(../images/search.png) no-repeat center;
  padding: 0;
}
#header .nav .search form ::-webkit-input-placeholder {
  color: #a9a9a9;
}
#header .nav .search form ::-moz-placeholder {
  color: #a9a9a9;
}
#header .nav .search form :-ms-input-placeholder {
  color: #a9a9a9;
}
#header .nav .search form input:-moz-placeholder {
  color: #a9a9a9;
}
#header .nav .yuy {
  margin-left: auto;
}
#header .nav .yuy div {
  color: white;
  text-transform: capitalize;
  font-size: 16px;
}
#header .nav .yuy div img {
  margin-right: 10px;
}
#header .nav .yuy div span {
  margin-top: 6px;
}
#header .nav .yuy div .line {
  width: 1px;
  height: 22px;
  background-color: white;
  margin: 0 8px;
}
#header .nav .msg {
  cursor: pointer;
  padding: 13px 35px 5px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .msg:hover {
  background-color: white;
  color: var(--color);
}
#header .nav .ui.menu {
  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 > 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  margin-right: 64px;
  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: 15px 0 13px;
  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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#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 {
  top: -50px;
}
#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;
}
#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;
}
.more {
  font-size: 16px;
  font-weight: bold;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 42px;
  padding: 0 48px;
  display: inline-block;
  line-height: 48px;
  border: 1px solid var(--color);
  color: black;
}
.more:hover {
  background-color: transparent;
  color: var(--color);
}
.mores {
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  position: relative;
}
.mores::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.mores:hover {
  color: var(--color);
}
.mores:hover::after {
  width: -webkit-calc(100% - 5px);
  width: -moz-calc(100% - 5px);
  width: calc(100% - 5px);
}
.i-title {
  line-height: 1.5;
}
#banner {
  margin-top: 180px;
  position: relative;
}
#banner li {
  position: relative;
  color: white;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content .left {
  width: 45%;
}
#banner li .content .left h2 {
  line-height: 1.15;
}
#banner li .content .left p {
  line-height: 1.7;
}
#banner li .right {
  position: absolute;
  right: 7.5%;
  bottom: 50px;
}
#index-body .i-product {
  background-color: #f7f5f5;
}
#index-body .i-product ul li .box {
  background-color: white;
  padding: 20px;
}
#index-body .i-product ul li .box .title {
  line-height: 28px;
  display: block;
}
#index-body .i-about {
  background-color: var(--color);
}
#index-body .i-about .box {
  background-color: white;
  margin-top: -150px;
}
#index-body .i-about .box .content {
  line-height: 28px;
}
#index-body .i-industry ul li .box .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 50px;
  z-index: 3;
  color: white;
}
#index-body .i-industry ul li .box .content .mores {
  display: inline-block;
}
#index-body .i-industry ul li .box .content .mores::after {
  bottom: 5px;
}
#index-body .i-industry ul li .box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.5);*/
}
#index-body .i-industry .slickBtn {
  position: absolute;
  right: 0;
  bottom: -webkit-calc(100% + 45px);
  bottom: -moz-calc(100% + 45px);
  bottom: calc(100% + 45px);
}
#index-body .i-industry .slickBtn div {
  background-color: #e8e6e6;
  border: none;
  border-radius: 0;
  color: black;
}
#index-body .i-industry .slickBtn div:hover {
  background-color: var(--color);
}
#index-body .i-custom {
  color: white;
}
#index-body .i-custom .content {
  line-height: 28px;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .i-custom .line {
  width: 100%;
  background-color: var(--color);
  height: 9px;
}
#index-body .i-support {
  background-color: #f7f5f5;
}
#index-body .i-support ul li .box {
  background-color: white;
}
#index-body .i-support ul li .box .des {
  line-height: 24px;
  min-height: 96px;
}
#index-body .i-support ul li .box .more {
  padding: 0 35px;
}
#index-body .i-news .list {
  max-width: 850px;
  margin: auto;
}
#index-body .i-news .title {
  line-height: 26px;
}
#index-body .i-news .des {
  line-height: 26px;
  color: #666666;
}
#index-body .i-news .time em {
  color: var(--color);
}
#index-body .i-news .slickDots {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .i-news .slickDots ul li {
  background-color: #eeeeee;
  border: none;
}
#index-body .i-news .slickDots ul li.slick-active {
  background-color: var(--color);
}
#footer {
  background-color: #090909;
  color: white;
}
#footer .top {
  background-color: #2a2a2a;
  position: relative;
}
#footer .top .left {
  color: var(--color);
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
}
#footer .top .right li {
  border-bottom: 1px solid white;
}
#footer .top .right li input {
  width: 100%;
  background-color: transparent;
  font-size: 16px;
  padding: 0 10px;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .top .right li input[type="submit"] {
  border: none;
  padding: 0 30px;
  font-size: 16px;
  background-color: var(--color);
  color: black;
  height: 50px;
  line-height: 56px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid var(--color);
}
#footer .top .right li input[type="submit"]:hover {
  background-color: transparent;
  color: var(--color);
}
#footer .top .right li:last-child {
  border: none;
}
#footer .wrap .one {
  max-width: 400px;
}
#footer .wrap .one .content {
  line-height: 28px;
}
#footer .wrap .one #ewm {
  width: 90px;
  height: 90px;
  border: 3px solid white;
  margin-right: 35px;
}
#footer .wrap .one .share a {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}
#footer .wrap .one .share a:hover {
  background-color: var(--color);
  color: white;
}
#footer .wrap ul li {
  line-height: 26px;
}
#footer .wrap ul li a {
  -webkit-transform: 0.3s;
  -moz-transform: 0.3s;
  -ms-transform: 0.3s;
  transform: 0.3s;
}
#footer .wrap ul li:hover a {
  color: var(--color);
}
#footer .wrap .four {
  max-width: 280px;
}
#footer .f-copy {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .f-copy svg {
  width: auto;
  height: 26px;
  vertical-align: middle;
  fill: white;
}
@media screen and (max-width: 1700px) {
  #banner {
    margin-top: 170px;
  }
  #index-body .i-about .box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #index-body .i-support ul li .box .des {
    min-height: 120px;
  }
}
@media screen and (max-width: 1450px) {
  .font-60 {
    font-size: 40px;
  }
  #index-body .i-support ul li .box .more {
    padding: 0 18px;
  }
  #footer .wrap .one {
    max-width: 320px;
  }
  #footer .top .left {
    width: 30%;
  }
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner,
  #banner {
    margin-top: 60px;
  }
  .font-60 {
    font-size: 33px;
  }
  #footer .top .left {
    width: 100%;
  }
  #footer .top .right {
    width: 100%;
  }
  #footer .wrap .two {
    display: none;
  }
  #footer .wrap .one #ewm {
    margin-right: 13px;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .right {
    display: none;
  }
  #banner li .content .left {
    width: 100%;
  }
  .font-60 {
    font-size: 28px;
  }
  #index-body .i-about .box {
    margin-top: -45px;
  }
  #footer .wrap .three {
    display: none;
  }
  #footer .top .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  #footer .top .right ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  #banner li > img {
    min-height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-about .box {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-industry .slickBtn {
    bottom: -webkit-calc(100% + 18px);
    bottom: -moz-calc(100% + 18px);
    bottom: calc(100% + 18px);
  }
  #index-body .i-industry ul li .box .content {
    padding: 20px 10px;
  }
  .mores {
    font-size: 15px;
  }
  #footer .wrap .one #ewm {
    display: none;
  }
  #footer .top .right ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .top .right ul li input {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .wrap .one {
    max-width: 100%;
    width: 100%;
  }
  #footer .wrap .four {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .font-60 {
    font-size: 19px;
  }
}




.inner-banner{
  color: white;
  margin-top: 150px;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-yd-page .product-1 {
  padding: 60px 0 20px;
}
.product-yd-page .product-1 .productBox .productLeft {
  padding-right: 6%;
  vertical-align: middle;
}
.product-yd-page .product-1 .productBox .productRight {
  padding-right: 5%;
  vertical-align: middle;
}
.product-yd-page .product-1 .productBox .productRight h1 {
  font-size: 24px;
  color: #181818;
  font-weight: 900;
  line-height: 1.2;
  display: block;
  margin-bottom: 1.2em;
}
.product-yd-page .product-1 .productBox .productRight .text {
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.85);
}
.product-yd-page .product-1 .productBox.nav .productLeft {
  width: 36%;
  padding-right: 4%;
  font-size: 10px;
}
.product-yd-page .product-1 .productBox.nav .productLeft form {
  font-size: 1.6em;
  padding: 1.625em 1.875em;
  background-color: #090909;
  color: white;
}
.product-yd-page .product-1 .productBox.nav .productLeft form span {
  font-weight: 900;
  font-size: 1.375em;
  display: block;
  line-height: 1.2;
  text-transform: capitalize;
}
.product-yd-page .product-1 .productBox.nav .productLeft form .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: .7em 0;
}
.product-yd-page .product-1 .productBox.nav .productLeft form .flex input {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
}
.product-yd-page .product-1 .productBox.nav .productLeft form .flex button {
  border: none;
  background-color: transparent;
  padding: 0 .5em;
}
.product-yd-page .product-1 .productBox.nav .productLeft .nav {
  font-size: 1.6em;
  padding: 1.5em 1.875em;
  background-color: #f8f8f8;
}
.product-yd-page .product-1 .productBox.nav .productLeft .nav ul {
  font-size: 1.125em;
}
.product-yd-page .product-1 .productBox.nav .productLeft .nav ul li {
  margin-bottom: 1.33333333em;
  color: #6f6f6f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 600;
}
.product-yd-page .product-1 .productBox.nav .productLeft .nav ul li:last-child {
  margin-bottom: 0;
}
.product-yd-page .product-1 .productBox.nav .productLeft .nav ul li:hover {
  color: var(--color);
}
.product-yd-page .product-1 .productBox.nav .productRight {
  width: 64%;
  padding-right: 0;
  vertical-align: top;
}
.product-yd-page .product-1 .productBox.nav .productRight h1 {
  font-size: 36px;
  margin-bottom: .8em;
}
.product-yd-page .product-1 .productBox.nav .productRight .text {
  line-height: 30px;
  color: #222;
}


.product-yd-page .product-1 .productBox.nav .productRight .text p {
  margin-bottom: 1em;
}
.product-yd-page .product-1 .productBox.nav .productRight .text p:last-child {
  margin-bottom: 0;
}
.product-yd-page .product-2 {
  padding: 80px 0 100px;
}
.product-yd-page .product-2 .list ul li {
  margin-bottom: .5em;
  font-size: 18px;
}
.product-yd-page .product-2 .list ul li span.h6 {
  font-weight: 900;
  font-size: 1.33333333em;
  padding: 1em 1.66666667em;
  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;
  background-color: #f3f2f1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-2 .list ul li span.h6 i {
  width: 1.3em;
  height: 1.3em;
  border-radius: 100%;
  border: 1px solid #949494;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  flex-shrink: 0;
}
.product-yd-page .product-2 .list ul li span.h6 i:after,
.product-yd-page .product-2 .list ul li span.h6 i:before {
  content: '';
  width: .5em;
  height: 1px;
  background-color: #949494;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-2 .list ul li span.h6 i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.product-yd-page .product-2 .list ul li span.h6.active {
  background-color: var(--color);
  color: white;
}
.product-yd-page .product-2 .list ul li span.h6.active i {
  border-color: white;
}
.product-yd-page .product-2 .list ul li span.h6.active i:before,
.product-yd-page .product-2 .list ul li span.h6.active i:after {
  background-color: white;
}
.product-yd-page .product-2 .list ul li span.h6.active i:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-yd-page .product-2 .list ul li .text {
  font-size: 1em;
  padding: 1.66666667em 2.22222222em 2.44444444em;
  line-height: 30px;
  display: none;
}
.product-yd-page .product-2 .list ul li .text table {
  width: 100%;
}
.product-yd-page .product-3 {
  padding-bottom: 110px;
  text-align: center;
}
.product-yd-page .product-3 span.h2 {
  text-transform: unset;
}
.product-yd-page .product-3 .form {
  font-size: 18px;
  margin-top: 1.6em;
}
.product-yd-page .product-3 .form ul {
  font-size: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.6em -1.5em;
}
.product-yd-page .product-3 .form ul li {
  font-size: inherit;
  padding: .6em 1.5em;
}
.product-yd-page .product-3 .form ul li.wid-100 {
  width: 100%;
}
.product-yd-page .product-3 .form span {
  display: block;
  color: #7d7d7d;
  text-align: left;
  margin: .3em 0;
}
.product-yd-page .product-3 .form input,
.product-yd-page .product-3 .form textarea,
.product-yd-page .product-3 .form select {
  display: block;
  width: 100%;
  background-color: #eee;
  border: 2px solid #d8d8d8;
  padding: 1em;
  font-size: 0.88888889em;
}
.product-yd-page .product-3 .form select {
  padding: 1.2em .7em;
}
.product-yd-page .product-3 .form textarea {
  height: 220px;
}
.product-yd-page .product-3 .form input[type="submit"] {
  width: 12.22222222em;
  border-radius: 4px;
  background-color: var(--color);
  color: white;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 auto;
  margin-top: 1.5em;
  border: none;
  font-weight: bold;
}
.product-yd-page .product-3 .form input[type="submit"]:hover {
  background-color: black;
}
.product-yd-page .product-3 .form .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-yd-page .product-3 .form .flex label {
  color: #7d7d7d;
  margin: 0 1.2em;
  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;
}
.product-yd-page .product-3 .form .flex label input {
  margin-right: .5em;
}
.product-yd-page .product-4 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-yd-page .product-4 .box .left {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -7px;
}
.product-yd-page .product-4 .box .left ul li {
  padding: 7px;
}
.product-yd-page .product-4 .box .left .BigImg {
  width: 75%;
}
.product-yd-page .product-4 .box .left .smallImg {
  width: 25%;
}
.product-yd-page .product-4 .box .right {
  width: 40%;
  padding-left: 6.5%;
}
.product-yd-page .product-5 .slide {
  padding-top: 90px;
}
.product-yd-page .product-5 .slide span.h2 {
  font-size: 36px;
  margin-bottom: .7em;
  text-transform: none;
  background: #f7bf2e;
  /*color: white;*/
      font-weight: 900;
  padding: 14px 15px 0;
}
.product-yd-page .product-5 .slide span.h2.title {
  padding: .6em 1.5em .1em;
  color: white;
  background-color: var(--color);
  -o-box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
.product-yd-page .product-5 .slide .text {
  font-size: 18px;
  line-height: 1.6;
}
.product-yd-page .product-5 .slide .text strong {
  font-weight: bold;
  color: var(--color);
}
.product-yd-page .product-5 .slide .text table {
  width: 100%;
  border: none;
}

.product-yd-page .product-5 .slide .text table[border="1"] {
  width: 100%;
  border: none;
  max-height: 100vh;
  overflow: auto;
  display: block;
}
.product-yd-page .product-5 .slide .text table[border="1"] tbody {
  display: table;
  /*min-width: 100%;*/
}

.product-yd-page .product-5 .slide .text table tr:first-child {
  background-color: var(--color);
  color: white;
  font-weight: 900;
}
.product-yd-page .product-2 .list ul li .text table tr:nth-child(even) {
  background-color: #ededed;
}
.product-yd-page .product-2 .list ul li .text table td  {
  border: 1px solid #eee;
  padding: 1em;
}
.product-yd-page .product-5 .slide .text table tr:first-child td:not(:last-child) {
  border-right: .4em solid white;
}
.product-yd-page .product-5 .slide .text table tr:nth-child(even) {
  background-color: #ededed;
}
.product-yd-page .product-5 .slide .text table tr td {
  padding: 1.4em 1em;
  border: none;
}
.product-yd-page .product-5 .slide .text table tr td em {
  font-weight: 900;
}
.product-yd-page .product-5 .slide .text table[border="0"],
.product-yd-page .product-5 .slide .text table[border="2"] {
  border: none;
  margin: 1.66666667em 0;
}
.product-yd-page .product-5 .slide .text table[border="0"] tr,
.product-yd-page .product-5 .slide .text table[border="2"] tr {
  background-color: transparent !important;
  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;
  /*width: 100%;*/
  margin: -1.36666667em;
}
.product-yd-page .product-5 .slide .text table[border="0"] tr:first-child,
.product-yd-page .product-5 .slide .text table[border="2"] tr:first-child {
  color: inherit;
  font-weight: inherit;
}
.product-yd-page .product-5 .slide .text table[border="0"] tr:first-child td:first-child,
.product-yd-page .product-5 .slide .text table[border="2"] tr:first-child td:first-child {
  border-right: none;
}
.product-yd-page .product-5 .slide .text table[border="0"] tr td,
.product-yd-page .product-5 .slide .text table[border="2"] tr td {
  padding: 1.66666667em;
  max-width: 100%;
  width: 100%;
}
.product-yd-page .product-5 .slide#installation-and-debugging .text table[border="0"] tr:nth-child(odd) td:last-child,
.product-yd-page .product-5 .slide#installation-and-debugging .text table[border="0"] tr:nth-child(even) td:first-child {
  max-height: 50vh;
  overflow: auto;
}
.product-yd-page .product-5 .slide .text table[border="0"] tr td video,
.product-yd-page .product-5 .slide .text table[border="2"] tr td video {
  width: 100%;
}
.product-yd-page .product-5 .slide .text table[border="2"] tr {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -moz-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}
.product-yd-page .product-5 .slide .text table[border="2"] tr td {
  margin: 1.38888889em;
  padding: 2.77777778em 1.66666667em;
  -o-box-shadow: 0 0 2.22222222em rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 2.22222222em rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2.22222222em rgba(0, 0, 0, 0.05);
}
.product-yd-page .product-5 .slide .text table tr{
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.product-yd-page .product-5 .slide .text table tbody{
  white-space: normal;
}
.product-yd-page .product-5 .slide .text table tr td{
   -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-yd-page .product-5 .slide .text table tbody{
  min-width: 1000px;
}
@media screen and (max-width: 1800px){
   .product-yd-page .product-1 .productBox.nav .productRight h1,
  .product-yd-page .product-5 .slide span.h2 {
    font-size: 28px;
  }
   .product-yd-page .product-1 .productBox .productRight .text,
  .product-yd-page .product-5 .slide .text,
  .product-yd-page .product-2 .list ul li {
    font-size: 16px;
  }
   .product-yd-page .product-3 .form{
    font-size: 14px;
  }
   .product-yd-page .product-1 .productBox.nav .productLeft {
    font-size: 9px;
  }
}
@media screen and (max-width: 1450px){
   .product-yd-page .product-2 {
    padding-top: 0;
  } 
  .product-yd-page .product-1 .productBox .productRight .text,
  .product-yd-page .product-5 .slide .text,
  .product-yd-page .product-2 .list ul li {
    font-size: 16px;
  }
  .product-yd-page .product-1 .productBox.nav .productLeft {
    font-size: 8px;
  } 
  .product-yd-page .product-1 .productBox.nav .productRight h1,
  .product-yd-page .product-5 .slide span.h2 {
    font-size: 24px;
  }
   .product-yd-page .product-3 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1000px){
   .product-yd-page .product-1 .productBox .productLeft {
    padding-right: 0;
    width: 100%;
  }
  .product-yd-page .product-1 .productBox .productRight {
    width: 100%;
    margin-top: 30px;
    padding-right: 0;
  }
  .product-yd-page .product-1 .productBox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-yd-page .product-1 {
    padding: 30px 0 50px;
  }
  .product-yd-page .product-2 {
    padding-bottom: 60px;
  }
  .product-yd-page .product-3 .form textarea {
    height: 160px;
  }
  .product-yd-page .product-1 .productBox.nav .productLeft {
    display: none;
  }
  .product-yd-page .product-1 .productBox.nav .productRight {
    width: 100%;
    margin-top: 0;
  }
  .product-yd-page .product-5 .slide .text table[border="0"] tr td,
  .product-yd-page .product-5 .slide .text table[border="2"] tr td {
    padding: 1em;
  }
  .product-yd-page .product-5 .slide .text table[border="0"] tr,
  .product-yd-page .product-5 .slide .text table[border="2"] tr {
    margin: -1em;
  }
  .product-yd-page .product-5 .slide .text table[border="2"] tr td {
    margin: 1em;
  }
  .product-yd-page .product-5 .slide {
    padding-top: 50px;
  }
}
@media screen and (max-width: 700px){
   .product-yd-page .product-1 .productBox.nav .productRight .heightsetlim{
      max-height: 320px;
      overflow-y: auto;
    }
    .product-yd-page .product-5 .slide .text table:not([border]) {
    display: block;
    width: 100%;
    overflow: auto;
  }
  .product-yd-page .product-5 .slide .text table:not([border]) tbody {
    display: table;
  }
}
@media screen and (max-width: 500px) {
   .product-yd-page .product-5 .slide span.h2 {
    font-size: 20px;
  }
  
}


 
.product-page .cat_des{
    margin: 20px 0 20px 0;
    /*overflow-y: auto;*/
    max-height: 140px;
    padding-right: 20px;
    overflow-y: scroll;
    margin-bottom: 30px;
    line-height: 30px;
}
.product-page .content{
  margin-top: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  padding-bottom: 40px;
}
.product-page .content ul{
  margin: 0 -20px;
}
.product-page .content ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px 0 0 20px;
}
.product-page .content ul li{
  padding: 0 20px;
  margin-top: 20px;
}
.product-page .content ul li .box{
  background: #f6f6f6;
  position: relative;
}
.product-page .content ul li .box .cont_1{
  width: 100%;
}
.product-page .content ul li .box .cont_1 .img{
  display: block;
  width: 100%;
  overflow: hidden;
}
.product-page .content ul li .box .cont_1 .img img{
  width: 100%;
}
.product-page .content ul li .box .cont_1 .shadow{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.product-page .content ul li .box:hover .cont_1 .shadow{
  opacity: 1;
}
.product-page .content ul li .box .cont_1 .title{
   
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  padding: 10px;
  color: #fff;
}
.product-page .content ul li .box .cont_1 .title:hover{
  color: #fdcd00;
}
.prodet-page .prodet-1 {
  padding: 35px 0 55px;
  text-align: center;
  background: #f1eeec;
}
.prodet-page .prodet-1 .ui.container {
  max-width: 1150px;
}
.prodet-page .prodet-1 h1 {
  display: block;
  font-size: 32px;
  color: #23231c; 
  line-height: 2;
}
.prodet-page .prodet-1 .bigImg {
  display: block;
  margin: 40px 0;
}
.prodet-page .prodet-1 .bigImg img{
  width: 700px;
  max-width: 100%;
}
.prodet-page .prodet-1 .smallImg {
  position: relative;
}
.prodet-page .prodet-1 .smallImg ul {
  margin: -10px;
}
.prodet-page .prodet-1 .smallImg ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .smallImg ul li a {
  display: block;
}
.prodet-page .prodet-1 .smallImg ul li a img {
  border: 15px solid white;
}
.prodet-page .prodet-1 .smallImg .btn div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: black;
  font-size: 28px;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-1 .smallImg .btn div.prev {
  right: 105%;
}
.prodet-page .prodet-1 .smallImg .btn div.next {
  left: 105%;
}
.prodet-page .prodet-1 .btn {
  margin-top: 65px;
}
.prodet-page .prodet-1 .btn a {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 12px;
  border-radius: 15px;
  line-height: 50px;
  height: 50px;
  min-width: 170px;
  padding: 0 15px;
  background: #9ea6ab;
  color: white;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s; 
}
.prodet-page .prodet-1 .btn a:first-child {
  background: #fdcd00;
}
.prodet-page .prodet-1 .btn a:hover {
  background: #222;
}
.prodet-page .prodet-2 {
  padding: 40px 0 30px;
  text-align: center;
  background: #1e1e1d;
  color: #f1eeec;
}
.prodet-page .prodet-2 .ui.container {
  max-width: 1200px;
}
.prodet-page .prodet-2 h2 {
  font-size: 32px;
  line-height: 2; 
}
.prodet-page .prodet-2 h2:after {
  content: '';
  width: 73px;
  height: 3px;
  background: #fdcd00;
  margin: 20px auto 0;
  display: block;
}
.prodet-page .prodet-2 .content {
  margin-top: 40px;
  font-size: 18px;
  color: #eceaeb;
  line-height: 2;
}
.prodet-page .prodet-2 .content table {
  border: none;
  margin-top: 12px;
}
.prodet-page .prodet-2 .content table tr {
  background: transparent !important;
}
.prodet-page .prodet-2 .content table tr td {
  border: 1px solid #666;
  padding: 10px;
  font-size: 16px;
  min-width: 120px;
}
.prodet-page .prodet-3 {
  background: #fffcf7;
  padding: 60px 0 110px;
}
.prodet-page .prodet-3 .ui.container {
  max-width: 1200px;
}
.prodet-page .prodet-3 .slide {
  margin-bottom: 20px;
}
.prodet-page .prodet-3 .slide .img {
 
  vertical-align: middle;
  position: relative;
}
.prodet-page .prodet-3 .slide .text {
  padding-left: 3%;
  vertical-align: middle;
  font-size: 16px;
  color: #696966;
  line-height: 2;
  position: relative;
}
.prodet-page .prodet-3 .slide .text strong {
  display: block;
  
  font-size: 32px;
 
  margin-bottom: 30px; 
}
.prodet-page .prodet-3 .slide .text strong:after {
  content: '';
  display: block;
  width: 73px;
  height: 3px;
  background: #fdcd00;
  margin-top: 1px;
}
.prodet-page .prodet-3 .slide:nth-child(even) .img {
  padding-right: 0;
  padding-left: 5%;
  left: 50%;
}
.prodet-page .prodet-3 .slide:nth-child(even) .text {
  padding-left: 0;
  padding-right: 5%;
  left: -50%;
}
.prodet-page .prodet-3 .slide:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-4 .container{
  justify-content: space-between;
}
.prodet-page .prodet-4 .gallery_img{
  width: 20%;
  padding-right: 16px;
}
.prodet-page .prodet-4 .gallery_img ul{
  margin: -10px 0;
}
.prodet-page .prodet-4 .gallery_img li{
  padding: 10px 0;
}
.prodet-page .prodet-4 .gallery_img li a{
  display: block;
  border: 1px solid #ccc;
}
.prodet-page .prodet-4 .gallery_img li a img{
  width: 100%;
}
.prodet-page .prodet-4 .big_img{
  width: 79%;
}
.prodet-page .prodet-4 .big_img li{
  padding: 1px;
}
.prodet-page .prodet-4 .big_img a{
  display: block;
  border: 1px solid #ccc;
}
.prodet-page .prodet-4 .big_img a img{
  width: 100%;
}
.prodet-page .prodet-4 .left_cont{
  width: 50%;
  position: sticky;
  top: 120px;
}
.prodet-page .prodet-4 .right_cont{
  width: 50%;
  padding-left: 60px;
}
 
.prodet-page .prodet-4 .right_cont .type{
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.prodet-page .prodet-4 .right_cont .more_c{
  margin-top: 20px;
}
.prodet-page .prodet-4 .right_cont .more_c .more{
  display: inline-block;
  font-size: 18px;
  padding: 8px 38px;
  margin-top: 4px;
  margin-right: 4px;
  color: #fff;
  background: #fdcd00;
  width: 400px;
  text-align: center;
  max-width: 100%;
}
.prodet-page .prodet-4 .right_cont .more_c .more:hover{
  background: #000;
}
.prodet-page .prodet-4 .right_cont .content{
  margin-top: 40px;
}
.prodet-page .prodet-4 .right_cont .content .list{
  border-bottom: 2px solid #000;
  padding: 10px 0;
}
.prodet-page .prodet-4 .right_cont .content .list:first-child{
  border-top: 2px solid #000;
  
}
.prodet-page .prodet-4 .right_cont .content .list .tips{
    font-size: 25px;
    /* font-weight: bold; */
    text-transform: uppercase;
    position: relative;
    cursor: pointer; 
    padding-right: 20px;
}
.prodet-page .prodet-4 .right_cont .content .list .sub{
  font-weight: 400;
  position: absolute;
  top: 2px;
  right: 0;
}
.prodet-page .prodet-4 .right_cont .content .list .sub::before{
  content: '+';
}
.prodet-page .prodet-4 .right_cont .content .list .tips.active .sub::before{
  content: '-';
}

.prodet-page .prodet-4 .right_cont .content .list .cont{
  margin-top: 20px;
  font-size: 16px;
  display: none;
      line-height: 2;
}

.prodet-page .prodet-4 .right_cont .content .list .cont table{
  border: none;
}

.prodet-page .prodet-4 .right_cont .content .list .cont table tr td{
  border: none;
  min-width: 120px;
}
@media screen and (max-width: 1500px) {
  .prodet-page .prodet-3 .slide .text {
    font-size: 16px;
  }
  .prodet-page .prodet-3 .slide .text strong {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-3 .slide .text strong:after {
    margin-top: 7px;
  }
  .prodet-page .prodet-3 {
    padding: 50px 0;
  }
  .prodet-page .prodet-2 .content,
  .prodet-page .prodet-2 .content table tr td {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .btn {
    margin-top: 40px;
  }
  .prodet-page .prodet-1 .btn a {
    line-height: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 1000px){
   .product-page .content ul li .box{
    background: none;
  }
  .product-page .content ul li .box .cont_1 .img{
    background: #f6f6f6;
  }
  .product-page .content ul li .box .cont_1 .title{
    position: relative;
    top: 0;
    transform: translateY(0);
    color: #000;
    font-size: 24px;
  }
  .prodet-page .prodet-3 .slide .text {
    font-size: 16px;
    padding-left: 15px;
  }
  .prodet-page .prodet-3 .slide .text strong {
    font-size: 16px;
  }
  .prodet-page .prodet-3 .slide .img {
    padding-right: 15px;
  }
  .prodet-page .prodet-2 h2,
  .prodet-page .prodet-1 h1 {
    font-size: 28px;
  }
  .prodet-page .prodet-1 .btn a {
    line-height: 38px;
    height: 38px;
    font-size: 16px;
  }
  
  .prodet-page .prodet-4 .container{
    justify-content: left;
  }
  .prodet-page .prodet-4 .left_cont{
    width: 100%;
    position: relative;
    top: 0;
  }
  .prodet-page .prodet-4 .big_img{
    margin-left: 20px;
  }
  .prodet-page .prodet-4 .right_cont{
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .prodet-page .prodet-4 .big_img{
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 h2,
  .prodet-page .prodet-1 h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-3 .slide .text {
    width: 100% !important;
    padding: 0 !important;
    left: 0 !important;
    margin-top: 20px;
  }
  .prodet-page .prodet-3 .slide .img {
    width: 100% !important;
    padding: 0 !important;
    left: 0 !important;
  }
  /*.prodet-page .prodet-4 .gallery_img{
    width: 100%;
  }
  .prodet-page .prodet-4 .big_img{
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }*/
  .prodet-page .prodet-4 .gallery_img{
    padding-right: 0;
  }
  .prodet-page .prodet-4 .gallery_img ul{
    margin: 0 -10px;
  }
  .prodet-page .prodet-4 .gallery_img li{
    padding: 0 10px;
  }
  .prodet-page .prodet-4 .gallery_img .slick-track{
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  
  .prodet-page .prodet-1 .btn a {
    margin: 0 5px;
    min-width: auto;
  }
  .prodet-page .prodet-1 .smallImg ul li a img {
    border-width: 5px;
  }
  .prodet-page .prodet-1 .smallImg ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .smallImg ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .bigImg {
    margin: 20px 0;
  }
  .prodet-page .prodet-1 .btn {
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .content table tr td {
    white-space: nowrap;
  }
}
.t_1 {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
 

.service-page .service-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
}
.service-page .service-2 ul li {
  width: 33.33%;
  padding: 20px;
}
.service-page .service-2 ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
}
.service-page .service-2 ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*background-image: url(../images/service-2-bg.jpg);*/
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  background-color: var(--color);
}
.service-page .service-2 ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text h4 {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease; 
}
.service-page .service-2 ul li .mml-text p {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  line-height: 32px;
}
.service-page .service-2 ul li .mml-text i {
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 98px;
  border-radius: 50%;
  color: #fdcd00;
  background-color: #f2f2f2;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text:hover::after {
  opacity: 1;
}
.service-page .service-2 ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}
.service-page .service-2 ul li .mml-text:hover i {
  background-color: #FFFFFF;
}
.service-page .service-2 ul li .mml-text:hover h4 {
  color: #FFFFFF;
}
.service-page .service-2 ul li .mml-text:hover p {
  color: #FFFFFF;
}
.service-page .service-3 {
  padding-top: 260px;
  background: url(../images/service-3-bg.jpg) no-repeat center;
  background-color: #f2f2f2;
  background-size: cover;
  margin-top: -230px;
}
.service-page .service-3 .list {
  margin-top: 80px;
  margin-bottom: 40px;
}
.service-page .service-3 .list ul {
  margin: -40px;
}
.service-page .service-3 .list ul li {
  padding: 40px;
}

.service-page .service-3 .list .mml-text i img{
  transition: .5s ease;
}

.service-page .service-3 .list .mml-text:hover i img{
  transform: rotateY(180deg);
}

.service-page .service-3 .list .mml-text {
  padding-left: 80px;
  position: relative;
}
.service-page .service-3 .list .mml-text i {
  position: absolute;
  left: 0;
  top: 0;
}
.service-page .service-4 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -25px;
}
.service-page .service-4 ul li:nth-child(even) {
  -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;
}
.service-page .service-4 ul li .img {
  width: 50%;
  padding: 25px;
}
.service-page .service-4 ul li .img img {
  border-radius: 4px;
  overflow: hidden;
}
.service-page .service-4 ul li .mml-text {
  width: 50%;
  padding: 25px;
  line-height: 30px;
}
.service-page .service-4 ul li .mml-text h4{
 
  font-weight: 900;
}
.service-page .service-4 ul li .mml-text .text + .text {
  border-top: 1px solid #CCCCCC;
}
.service-page .service-4 ul li .mml-text strong{
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .service-page .service-2 ul {
    display: block;
  }
  .service-page .service-2 ul li {
    width: 100%;
  }
  .service-page .service-3 .list {
    margin-top: 40px;
  }
  .service-page .service-3 .list ul {
    margin: -15px;
  }
  .service-page .service-3 .list ul li {
    padding: 15px;
  }
  .service-page .service-3 .list .mml-text {
    padding: 0;
    text-align: center;
  }
  .service-page .service-3 .list .mml-text i {
    position: relative;
    left: auto;
    top: auto;
    height: 60px;
    display: block;
    margin-bottom: 20px;
  }
  .service-page .service-4 ul li {
    display: block;
    padding: 30px 0;
  }
  .service-page .service-4 ul li .img {
    width: 100%;
  }
  .service-page .service-4 ul li .mml-text {
    width: 100%;
  }
  .service-page .service-2 ul {
    margin: -15px;
  }
  .service-page .service-2 ul li {
    padding: 15px;
  }
  .service-page .service-4 ul li {
    margin: -15px;
  }
  .service-page .service-4 ul li .mml-text {
    padding: 15px;
  }
  .service-page .service-4 ul li .img {
    padding: 15px;
  }
}

@media screen and (max-width: 700px) {
  .service-page .service-4 ul li{
    padding: 0;
  }
  .service-page .service-4 ul li .mml-text .text{
    padding-bottom: 0;
  }
  .service-page .service-2 ul li .mml-text{
    padding: 40px 10px;
  }
}
.about-page .abt-1 {
  padding: 6rem 0 4.5rem;
}
.about-page .abt-1 .grid-box .left {
  padding-right: 2.5rem;
}
.about-page .abt-1 .grid-box .left .img {
  position: relative;
  width: 100%;
}
.about-page .abt-1 .grid-box .left .img::after {
  background-color: #fdcd00;
  content: '';
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 45%;
}
.about-page .abt-1 .grid-box .right .text .title h3 {
  font-size: 26px;
  line-height: 50px;
  text-transform: uppercase; 
  color: #fdcd00;
}
.about-page .abt-1 .grid-box .right .text .title h4 {
  font-size: 34px;
  line-height: 1.6; 
  color: #000;
  margin-bottom: 5px;
  
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr {
  padding: 1.5rem 0;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
  width: 38%;
  padding-right: 2rem;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
  background: url(../images/bg-dot.png);
  background-repeat: repeat;
  padding: 20px;
  max-width: 166px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year span {
  display: block;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: #fdcd00;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year p {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
  width: 100%;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt .con {
  font-size: 16px;
  line-height: 26px;
  color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box {
  margin: 0 -15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column {
  padding: 0 15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt {
  margin-bottom: 30px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt p {
  font-size: 16px;
  color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .more a {
  display: inline-block;
  outline: none;
  color: #fff;
  padding: 15px 40px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #fdcd00;
  border: none;
  font-size: 16px;
  font-weight: 700;
  border-right: 6px solid #000;
  transition: 0.5s all ease;
}
.about-page .abt-1 .grid-box .right .text .more a:hover {
  color: #000;
}
.about-page .abt-2 {
  background-color: #1f1f1f;
  margin-top: 4rem;
  padding-bottom: 4.5rem;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box {
  position: relative;
  top: -4rem;
  background-color: #fdcd00;
  padding: 20px;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
  padding: 15px;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text {
  position: relative;
  padding-left: 70px;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 60px;
  max-height: 100%;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text h4 {
font-size: 2.5rem;
    color: #fff;
    /*font-weight: 700;*/ 
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text h4 em {
  display: inline-block;
  line-height: 1.2;

}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  /*text-transform: uppercase;*/
  color: #fff;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left {
  width: 42%;
  vertical-align: middle;
  padding-right: 30px;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text {
  color: #fff;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4 {
  position: relative;
  /*font-size: 42px;*/
  padding-bottom: 1.5rem;
  padding-top: 3.5rem;
  margin-bottom: 1.5rem; 
  text-transform: uppercase;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: #fdcd00;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
  font-size: 16px;
  line-height: 36px;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p::before{
  content: "";
  display: inline-block;
  width: 6px;
  height: 2px;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 5px;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right {
  width: 58%;
  vertical-align: middle;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig {
  position: relative;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig > img {
  min-height: 250px;
  object-fit: cover;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play {
  position: absolute;
  left: 50%;
  top: 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%);
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  background-color: #fff;
  color: #fdcd00;
  z-index: 1;
  font-size: 20px;
  padding-left: 5px;
  display: block;
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 65px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 0 0 0 white;
  animation: ripple-video 3s infinite;
  animation-delay: .9s;
  z-index: 1;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 65px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 0 0 0 white;
  animation: ripple-video 3s infinite;
  animation-delay: .6s;
  z-index: 1;
}
.about-page .abt-3 {
  padding: 4rem 0;
}
.about-page .abt-3 .title{
  margin-bottom: 30px;
}
.about-page .abt-3 .title h3 {
  text-align: center;
  /*font-size: 40px;*/
  text-transform: uppercase; 
}
.about-page .abt-3 .title h3:after{
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 110px;
  height: 8px;
  background-color: #fdcd00;
}
.about-page .abt-3 .title h4 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #525252;
  margin-bottom: 5px;
}
.about-page .abt-3 .bg-title {
  text-align: right;
}
.about-page .abt-3 .bg-title span {
  font-size: 4rem;
  line-height: 3rem;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: 700;
  color: #f4f4f4;
  position: relative;
  bottom: -20px;
  right: 20px;
}
.about-page .abt-3 .abt-3-box ul li {
  padding: 15px;
}
.about-page .abt-3 .abt-3-box ul li .img{
  position: relative;
}
/*.about-page .abt-3 .abt-3-box ul li .img::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}*/
.about-page .abt-3 .abt-3-box ul li .ig {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  background-color: #1f1f1f;
}
.about-page .abt-3 .abt-3-box ul li .ig .top {
  border-bottom: 1px solid #424242;
  padding-bottom: 1.5rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .top .img {
  display: inline-block;
  width: 50%;
  margin-bottom: 1rem;
  vertical-align: middle;
}
.about-page .abt-3 .abt-3-box ul li .ig .top .img img {
  margin-left: auto;
}
.about-page .abt-3 .abt-3-box ul li .ig .top h4 {
  font-size: 24px;
  line-height: 44px;
  color: #fdcd00;
  margin-bottom: 5px;
  width: 50%;
  vertical-align: middle;
  text-transform: uppercase; 
}
.about-page .abt-3 .abt-3-box ul li .ig .top h4::before{
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background-color: #464646;
  margin-bottom: 40px;
}
.about-page .abt-3 .abt-3-box ul li .ig .top span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fdcd00;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot {
  padding-top: 1.5rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot .text .con {
  margin-bottom: 30px;
  font-size: 16px;
  color: #b5b5b5;
  /*font-weight: 600;*/
  line-height: 30px;
  min-height: 168px;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot .text i {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: #fdcd00;
}
.about-page .abt-3 .abt-3-box ul.slick-dots {
  text-align: center;
  margin-top: 30px;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  padding: 0;
  background: #000;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: opacity 200ms ease;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li button {
  display: none;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li.slick-active {
  border: 2px solid #000;
  background-color: #fff;
  margin: 2px;
  height: 12px;
  width: 12px;
}
.about-page .abt-4 .grid-box .left {
  vertical-align: middle;
}
.about-page .abt-4 .grid-box .right {
  width: 55%;
  vertical-align: middle;
  margin-left: -5%;
  background-color: #fdcd00;
  padding: 4rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.about-page .abt-4 .grid-box .right .text {
  max-width: 820px;
}
.about-page .abt-4 .grid-box .right .title h3 {
  font-size: 26px;
  text-transform: uppercase;
  color: #fdcd00; 
}
.about-page .abt-4 .grid-box .right .title{
  position: relative;
  margin-bottom: 35px;
}
.about-page .abt-4 .grid-box .right .title:after{
  content: "";
  display: block;
  width: 110px;
  height: 8px;
  background-color: #000;
}
.about-page .abt-4 .grid-box .right .title h4 {
  font-size: 40px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px; 
}
.about-page .abt-4 .grid-box .right .content p{
  font-size: 16px;
  line-height: 32px;
}
.about-page .abt-4 .grid-box .right ul {
  margin-top: 2.5rem;
}
.about-page .abt-4 .grid-box .right ul li {
  margin-bottom: 1rem;
}
.about-page .abt-4 .grid-box .right ul li .progress {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e1e1e;
}
.about-page .abt-4 .grid-box .right ul li .progress .fl {
  font-size: 20px;
  font-weight: 700;
}
.about-page .abt-4 .grid-box .right ul li .line {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.about-page .abt-4 .grid-box .right ul li .line .line-bgc {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 6px;
  background-color: #ebebeb;
}
.about-page .abt-4 .grid-box .right ul li .line .line-bgc em {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  height: 6px;
  background-color: #fdcd00;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(1) .line .line-bgc em {
  width: 70%;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(2) .line .line-bgc em {
  width: 90%;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(3) .line .line-bgc em {
  width: 60%;
}
@media screen and (max-width: 1250px){
  .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left{
    width: 100%;
  }
  .about-page .abt-2 .ui.container .abt-2-bot .grid-box .right{
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .abt-1 .grid-box .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .abt-1 .grid-box .left .img img {
    width: 100%;
  }
  .about-page .abt-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
    width: 50%;
  }
  .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .abt-2 .ui.container .abt-2-bot .grid-box .right {
    width: 100%;
    margin-top: 40px;
  }
  .about-page .abt-4 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-4 .grid-box .right {
    width: auto;
    margin: 15px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
    width: 100%;
  }
  .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
    max-width: 100%;
  }
  .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
    width: 100%;
  }
  /*.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4 {
    font-size: 20px;
    line-height: 36px;
  }*/
  .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
    font-size: 18px;
    line-height: 32px;
  }
  .about-page .abt-3 .title {
    width: 100%;
  }
  .about-page .abt-3 .bg-title {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .about-page .abt-1 .grid-box .right .text .title h3{
    font-size: 18px;
    line-height: 32px;
  }
  .about-page .abt-1 .grid-box .right .text .title h4{
    font-size: 24px;
    line-height: 44px;
  }
    /*.about-page .abt-3 .title h3{
    font-size: 24px;
    line-height: 44px;
  }*/
  .about-page .abt-3 .abt-3-box ul li .ig .top h4{
    font-size: 22px;
    line-height: 40px; 
  }
  .about-page .abt-4 .grid-box .right .title h4{
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .abt-4 .grid-box .right{
    padding: 20px 10px;
  }
}
.production-page .production-2 {
  margin-top: 40px;
  text-align: center;
}
.production-page .production-2 h3 {
  color: #1c1c1c; 
}
.production-page .production-2 .text {
  color: #4e4e4e;
  line-height: 1.8;
  margin-top: 25px;
}
.production-page .production-2 .top .list {
  margin-top: 60px;
}
.production-page .production-2 .top .list ul {
  max-width: 1220px;
  text-align: center;
  width: 100%;
  margin: auto;
}
.production-page .production-2 .top .list.active ul {
  position: fixed;
  top: 0;
  z-index: 2;
}
.production-page .production-2 .top .list.active {
  padding-bottom: 60px;
}
.production-page .production-2 .top .list ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 35px;
  margin-top: 4px;
  color: white;
  background: #fdcd00;
  font-weight: 600;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.production-page .production-2 .top .list ul li:hover,
.production-page .production-2 .top .list ul li.active {
  background: #111;
}
.production-page .production-2 .bottom {
  margin-top: 40px;
}
.production-page .production-2 .bottom .slide {
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 100%;
}
.production-page .production-2 .bottom .slide:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.production-page .production-2 .bottom .slide h4 {
  color: #1c1c1c;
  line-height: 1; 
}
.production-page .production-2 .bottom .slide .list {
  margin-top: 50px;
}
.production-page .production-2 .bottom .slide .list ul {
  margin: -10px;
}
.production-page .production-2 .bottom .slide .list ul li {
  padding: 10px;
  float: left;
}
.production-page .production-2 .bottom .slide .list img {
  width: 100%;
}
.production-page .production-2 .bottom .slide.float .list li:first-child {
  width: 50%;
}
.production-page .production-2 .bottom .slide.float .list li {
  width: 25%;
  float: left;
}

@media screen and (max-width: 500px) {
  .production-page .production-2 .top .list ul li{
    width: 100%;
  }
  .production-page .production-2 .bottom .slide .list ul li{
    float: none;
  }
  .production-page .production-2 .bottom .slide.float .list li{
    float: none;
    width: 100%;
  }
  .production-page .production-2 .bottom .slide .list ul li{
    width: 100%;
  }
  .production-page .production-2 .bottom .slide.float .list li:first-child{
    width: 100%;
  }
  
}
.contact-page .contact-1 {
  background: #f7f5f5;
  padding: 55px 0 45px;
}
.contact-page .contact-1 .left {
  padding-left: 3%;
  vertical-align: middle;
  padding-top: 52px;
}
.contact-page .contact-1 .left h2 {
  font-size: 40px;
  color: #000; 
  line-height: 1.4;
}
.contact-page .contact-1 .left .text {
  display: block;
  font-size: 16px;
  color: #414951;
  line-height: 2;
  margin-top: 25px;
}
.contact-page .contact-1 .left .list {
  margin-top: 110px;
  padding-right: 10%;
}
.contact-page .contact-1 .left .list ul li {
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
.contact-page .contact-1 .left .list ul li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  background: white;
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
}
.contact-page .contact-1 .left .list ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .left .list ul li h6 {
    display: block;
    font-size: 25px;
    color: #000000;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 20px; 
}
.contact-page .contact-1 .left .list ul li p {
  font-size: 16px;
  color: #414951;
  line-height: 1.8;
  opacity: .82;
}
.contact-page .contact-1 .left .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .right {
  vertical-align: middle;
}
.contact-page .contact-1 .right .box2 {
  padding: 60px 10% 30px;
  background: var(--color);
}
.contact-page .contact-1 .right .box2 h2 {
  display: block;
  font-size: 40px;
  color: #000; 
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.contact-page .contact-1 .right .box2 .form ul {
  margin: -10px 0;
}
.contact-page .contact-1 .right .box2 .form ul li {
  padding: 10px 0;
}
.contact-page .contact-1 .right .box2 .form ul li label {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 18px;
  color: #282726;
  text-transform: uppercase; 
}
.contact-page .contact-1 .right .box2 .form ul li input,
.contact-page .contact-1 .right .box2 .form ul li textarea {
  padding: 19px 15px 10px;
  line-height: 1.2;
  font-size: 16px;
  color: black;
  border: none;
  background: white;
  width: 100%; 
}
.contact-page .contact-1 .right .box2 .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .right .box2 .form ul li textarea::-webkit-input-placeholder {
  color: #bbbaba;
  text-transform: capitalize;
}
.contact-page .contact-1 .right .box2 .form ul li input:-moz-placeholder, .contact-page .contact-1 .right .box2 .form ul li textarea:-moz-placeholder {
  color: #bbbaba;
  text-transform: capitalize;
}
.contact-page .contact-1 .right .box2 .form ul li input::-moz-placeholder, .contact-page .contact-1 .right .box2 .form ul li textarea::-moz-placeholder {
  color: #bbbaba;
  text-transform: capitalize;
}
.contact-page .contact-1 .right .box2 .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .right .box2 .form ul li textarea:-ms-input-placeholder {
  color: #bbbaba;
  text-transform: capitalize;
}
.contact-page .contact-1 .right .box2 .form ul li input::placeholder,
.contact-page .contact-1 .right .box2 .form ul li textarea::placeholder {
  color: #bbbaba;
  text-transform: capitalize;
}
.contact-page .contact-1 .right .box2 .form ul li textarea {
  height: 100px;
}
.contact-page .contact-1 .right .box2 .form ul li input[type="submit"] {
  margin-top: 20px;
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  /*border-radius: 27px;*/
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right .box2 .form ul li input[type="submit"]:hover {
  background: white;
  color: var(--color);
}
.contact-page .contact-2 {
  padding: 80px 0 30px;
  background: #333332;
}
.contact-page .contact-2 h2 { 
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1;
  color: white;
  text-align: center;
}
.contact-page .contact-2 .list {
  margin-top: 45px;
}
.contact-page .contact-2 .list ul li {
  margin-bottom: 25px;
}
.contact-page .contact-2 .list ul li h5 {
  padding: 15px 25px;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  line-height: 2;
  background: #e0e0e0;
  overflow: hidden;
}
.contact-page .contact-2 .list ul li h5:before {
  content: '';
  width: 40px;
  height: 40px;
  background: white;
  position: absolute;
  left: -20px;
  top: -20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-page .contact-2 .list ul li h5 i.fa {
  left: 3px;
  top: 3px;
  position: absolute;
}
.contact-page .contact-2 .list ul li .text {
  display: block;
  font-size: 16px;
  padding: 15px;
  background: #eee;
  line-height: 2;
}
.contact-page .contact-2 .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1500px) {
  .contact-page .contact-1 .left h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .left h2 {
    font-size: 36px;
  }
  .contact-page .contact-1 .left .text {
    margin-top: 15px;
  }
  .contact-page .contact-1 .left .list {
    margin-top: 40px;
  }
  .contact-page .contact-1 .left .list ul li h6 {
    margin-bottom: 10px;
  }
  .contact-page .contact-1 .right .box2 {
    padding: 20px 5%;
  }
  .contact-page .contact-1 .right .box2 h2 {
    font-size: 32px;
  }
  .contact-page .contact-1 .right .box2 .form ul li input,
  .contact-page .contact-1 .right .box2 .form ul li textarea {
    font-size: 16px;
  }
  .contact-page .contact-1 .right .box2 .form ul li input[type="submit"] {
    margin-top: 10px;
  }
}

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

  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
    padding-left: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .contact-page .contact-1 .left h2 {
    font-size: 28px;
  }
  .contact-page .contact-1 .left .list ul li p {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-1 .left .list {
    padding-right: 0;
  }
  .contact-page .contact-1 .left .list ul li {
    margin-bottom: 15px;
  }
  .contact-page .contact-1 .right .box2 .form ul li label {
    margin-bottom: 10px;
  }
  .contact-page .contact-1 .right .box2 .form ul li input,
  .contact-page .contact-1 .right .box2 .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-2 h2 {
    font-size: 36px;
  }
  .contact-page .contact-2 .list ul li h5 {
    font-size: 16px;
  }
  .contact-page .contact-2 .list ul li .text {
    font-size: 14px;
  }
  .contact-page .contact-2 {
    padding: 40px 0;
  }
  .contact-page .contact-2 .list ul li {
    margin-bottom: 10px;
  }
}
.news-page .news-1 ul {
  margin: -20px -17px;
}
.news-page .news-1 ul li {
  padding: 20px 17px;
}
.news-page .news-1 ul li .box {
  position: relative;
  /*height: 360px;*/
  width: 100%;
  background: black;
}
.news-page .news-1 ul li .box::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
   background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(rgba(247, 192, 49, 0.5)));
  background: -webkit-linear-gradient(bottom, var(--color), rgba(247, 192, 49, 0.5));
  background: -moz-linear-gradient(bottom, var(--color), rgba(247, 192, 49, 0.5));
  background: linear-gradient(to top, var(--color), rgba(247, 192, 49, 0.5));
  opacity: 0;
}
.news-page .news-1 ul li:hover .box::after{
  opacity: 1;
}
.news-page .news-1 ul li .box:hover .img-box::before {
  opacity: 1;
}
.news-page .news-1 ul li .box .text {
  padding: 50px 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  color: white;
  position: relative;
  z-index: 5;
}
 
.news-page .news-1 ul li .box .text .date {
 
  width: 110px;
  line-height: 30px;
  height: 30px;
  background-color: white;
  border-radius: 35px;
  color: black;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .news-1 ul li .box .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.news-page .news-1 ul li .box .img-box .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .news-1 ul li .box .img-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(rgba(89, 155, 51, 0)));
  background: -webkit-linear-gradient(bottom, var(--color) 0%, rgba(89, 155, 51, 0) 100%);
  background: -moz-linear-gradient(bottom, var(--color) 0%, rgba(89, 155, 51, 0) 100%);
  background: linear-gradient(to top, var(--color) 0%, rgba(89, 155, 51, 0) 100%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.newsdet-page .newsdet-1 h4 {
  font-size: 24px; 
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.newsdet-page .newsdet-1 h4 span {
  border-bottom: 1px solid var(--color);
}
.newsdet-page .newsdet-1 h1 {
  font-size: 40px; 
}
.newsdet-page .newsdet-1 .content {
  margin: 70px 0 95px;
  line-height: 30px;
}
.newsdet-page .newsdet-1 .share a {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 8px;
  border: 1px solid #313131;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}
.newsdet-page .newsdet-1 .share a i {
  color: #313131;
  font-size: 16px;
}
.newsdet-page .newsdet-1 .share a:last-child {
  margin-right: 0;
}
.newsdet-page .newsdet-1 .Auxil-through {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 35px;
  margin-top: 50px;
}
@media (max-width: 1250px){
   .newsdet-page .newsdet-1 h1 {
    font-size: 30px;
  }
  .newsdet-page .newsdet-1 h4 {
    font-size: 20px;
  }
}
.faq-page .ui.container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-page .ui.container ul li .text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  background-color: #f9f9f9;
  padding: 30px 35px;
}
.agent-page .agent-1 ul {
  margin: 80px -20px 0;
}
.agent-page .agent-1 ul li {
  padding: 40px 20px;
}
.agent-page .agent-1 ul li .box {
  text-align: center;
}
.agent-page .agent-1 ul li .box .img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--color);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.agent-page .agent-1 ul li .box .img::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed var(--color);
}
.agent-page .agent-1 ul li .box h4 {
  color: var(--color);
}
.agent-page .trusted-page .trusted-1 {
  padding: 80px 0 40px;
}
.agent-page .trusted-page .trusted-1 .img {
  margin: 20px auto 0;
  text-align: center;
}
.agent-page .trusted-page .bottom {
  height: 265px;
  background-color: var(--color);
  color: white;
  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;
}
.agent-page .trusted-page .bottom .more {
  background-color: #000;
  color: white;
  border-color: black;
}
.agent-page .trusted-page .bottom .more:hover{
  background: var(--color);
}
.agent-page .agent-2 {
  padding-top: 80px;
}
.agent-page .agent-2 ul {
  margin-top: 60px;
}
.agent-page .agent-2 ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agent-page .agent-2 ul li .img {
  width: 50%;
}
.agent-page .agent-2 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.agent-page .agent-2 ul li .text {
  width: 50%;
  padding-left: 35px;
}
 
.agent-page .agent-2 ul li .text h4 {
  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;
  color: var(--color);
  margin-top: 35px;
}
.agent-page .agent-2 ul li .text h4::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--color);
  display: block;
  margin-right: 10px;
}
.agent-page .agent-2 ul .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.agent-page .agent-2 ul .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #e1e1e1;
  margin: 0 8px;
}
.agent-page .agent-2 ul .slick-dots li.slick-active {
  background-color: var(--color);
}
.agent-page .agent-2 ul .slick-dots li button {
  display: none;
}
.trusted-page {
  padding-bottom: 0 !important;
}
.trusted-page #index-body .application {
  background-color: #f4f4f4;
  padding: 75px 0 90px;
  margin-top: 65px;
}
.trusted-page #index-body .application .box .d1 {
  position: absolute;
  top: -30px;
  left: 0;
}
.trusted-page #index-body .application .box .d2 {
  position: absolute;
  top: -30px;
  right: 0;
}
.agent-page .trusted-page .trusted-1 {
  padding: 80px 0 40px;
}
.agent-page .trusted-page .trusted-1 .img {
  margin: 20px auto 0;
  text-align: center;
}
.agent-page .trusted-page .bottom {
  height: 265px;
  background-color: var(--color);
  color: white;
  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;
}
 
@media (max-width: 1000px){
  .agent-page .trusted-page .bottom h3 {
    font-size: 24px;
  }
  .agent-page .agent-2 ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .agent-page .agent-2 ul li .img {
    width: 100%;
  }
  .agent-page .agent-2 ul li .text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .trusted-page #index-body .application .box {
    padding: 0 15px;
  }
  .trusted-page #index-body .application .box > img {
    display: none !important;
  } 
}
@media (max-width: 700px){
   .agent-page .trusted-page .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .agent-page .trusted-page .bottom .container h3 {
    margin-bottom: 30px;
  }
   .trusted-page #index-body .application {
    display: block;
  } 
}
.service2-page .service-1 .bottom {
  margin-top: 100px;
  position: relative;
  padding: 50px 15px 60px;
}
.service2-page .service-1 .bottom .bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}
.service2-page .service-1 .bottom .con {
  line-height: 2;
}
.service2-page .service-2 {
  padding: 125px 0 60px;
}
.service2-page .service-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.service2-page .service-2 ul li {
  height: 430px;
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0.5px;
}
.service2-page .service-2 ul li .box {
  height: 100%;
  width: 100%;
  font-size: 20px;
  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;
  color:#fff; 
  text-align: center;
  transition: 0.5s;
}
.service2-page .service-2 ul li .con{
  min-height: 150px;
}
.service2-page .service-2 ul li h5 {
  font-size: 18px; 
  margin-top: 25px;
  text-align: center;
}
.service2-page .service-2 ul li:nth-child(1) .box {
  height: 256px;
  background-color: #000;
}
.service2-page .service-2 ul li:nth-child(2) .box {
  height: 236px;
  background-color: #000;
}
.service2-page .service-2 ul li:nth-child(3) .box {
  height: 216px;
  background-color: #000;
}
.service2-page .service-2 ul li:nth-child(4) .box {
  height: 196px;
  background-color: #000;
}
.service2-page .service-2 ul li:nth-child(5) .box {
  height: 20%;
  background-color: #000;
}
.service2-page .service-2 ul li.active .box,
.service2-page .service-2 ul li:hover .box{
  background: var(--color);
  color: black;
}
.service2-page .service-3 {
  padding: 65px 0 95px;
  background-color: #f4f4f4;
}
.service2-page .service-3 form {
  margin-top: 45px;
}
.service2-page .service-3 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -13px;
}
.service2-page .service-3 form ul li {
  padding: 0 13px;
  margin-bottom: 25px;
}

.service2-page .service-3 form ul li #fileInput{
  display: none;
}
.service2-page .service-3 form ul li:nth-child(1),
.service2-page .service-3 form ul li:nth-child(2),
.service2-page .service-3 form ul li:nth-child(3),
.service2-page .service-3 form ul li:nth-child(4) {
  width: 25%;
}
.service2-page .service-3 form ul li:nth-child(6){
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.service2-page .service-3 form ul li:nth-child(6) .input-group{
  width: calc(75% - 8px);
}
.service2-page .service-3 form ul li button{
  font-size: 20px;
  background-color: white;
  width: calc(25% - 18px);
  height: 70px;
  color:#313131;
  border-radius: 8px;
  border: none;
}
.service2-page .service-3 form ul li:nth-child(5) {
  width: 100%;
}
.service2-page .service-3 form ul li:nth-child(7),
.service2-page .service-3 form ul li:nth-child(8),
.service2-page .service-3 form ul li:nth-child(9) {
  width: 33.3333333333%;
}
.service2-page .service-3 form ul li:nth-child(10){
  width: 100%;
}
.service2-page .service-3 form ul li:nth-child(11) {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 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;
}
.service2-page .service-3 form ul li:nth-child(11) .radio-group {
  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; 
  font-size: 14px;
}
.service2-page .service-3 form ul li:nth-child(11) .radio-group label{
  margin-left: 10px;
  position: relative;
}
.service2-page .service-3 form ul li:nth-child(11) .radio-group label::before{
  content:"\f00c";
  width: 20px;
  font-family:"FontAwesome"; 
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  left:-30px;
  top:50%;
  transform: translateY(-50%);
  display: flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  color: transparent;
  transition: all 0.5s;
}
.service2-page .service-3 form ul li:nth-child(11) .radio-group input[type='radio']:checked + label::before{
  color: black;
}
.service2-page .service-3 form ul li:nth-child(11) .radio-group input[type='radio']{
  opacity: 0;
}
.service2-page .service-3 form ul li:last-child {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.service2-page .service-3 form ul li input[type='text'] {
  width: 100%;
  height: 70px;
  font-size: 20px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0 25px;
  background-color: transparent;
}
.service2-page .service-3 form ul li input::-webkit-input-placeholder {
  color: #a6a6a6;
}
.service2-page .service-3 form ul li input[type='submit'] {
  width: 200px;
  height: 50px;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  border-radius: 5px;
  border: none;
}
.service2-page .service-3 form ul li input[type='submit']:hover {
  background-color: #000;
}
@media (max-width: 1700px){
   .service2-page .service-1 .bottom .bg {
    width: 100%;
    object-fit: cover;
    object-position: right;
    height: 100%;
  }
  .service2-page .service-1 .bottom {
    padding: 100px 15px;
  }
}
@media (max-width: 1250px){
   .service2-page .service-1 .bottom .bg{
    display: none;
  }
  .service2-page .service-1 .bottom .con{
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 60px 30px;
  }
  .service2-page .service-1 .bottom {
    margin-top: 100px;
    padding: 0;
  }
  .service2-page .service-2 ul{
    -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  .service2-page .service-2 ul li{
    width: 32%;
  }
}
@media (max-width: 1000px){
  .service2-page .service-2 ul li .box {
    font-size: 30px;
  }
  .service2-page .service-3 form ul li:nth-child(5) {
    width: 100%;
  }
  .service2-page .service-3 form ul li:nth-child(7),
  .service2-page .service-3 form ul li:nth-child(8), 
  .service2-page .service-3 form ul li:nth-child(9),
  .service2-page .service-3 form ul li:nth-child(6),
  .service2-page .service-3 form ul li:nth-child(1),
  .service2-page .service-3 form ul li:nth-child(2), 
  .service2-page .service-3 form ul li:nth-child(3),
  .service2-page .service-3 form ul li:nth-child(4){
    width: 50%;
  }
  .service2-page .service-2 ul li{
    width: 49%;
  }
  .service2-page .service-2 ul li .box{
    font-size: 22px;
  }
  .service2-page .service-1 .bottom{
    margin-top: 20px;
  }
}
@media screen and (max-width:700px){
  .service2-page .service-2 ul li{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .service2-page .service-2 ul li .con{
    min-height: unset;
  }
}
@media (max-width: 500px){
    .service2-page .service-2 ul li .box {
        font-size: 20px;
    }
    .service2-page .service-3 form ul li:nth-child(7),
  .service2-page .service-3 form ul li:nth-child(8), 
  .service2-page .service-3 form ul li:nth-child(9),
  .service2-page .service-3 form ul li:nth-child(6),
  .service2-page .service-3 form ul li:nth-child(1),
  .service2-page .service-3 form ul li:nth-child(2), 
  .service2-page .service-3 form ul li:nth-child(3),
  .service2-page .service-3 form ul li:nth-child(4){
    width: 100%;
  }
  .service2-page .service-3 form ul li:nth-child(11) p{
    margin-right: 15px;
  }
  .faq-page .ui.container ul li .img{
    display: none;
  }
  .faq-page .ui.container ul li .text{
    width: 100%;
    padding: 25px 12px;
  }
}
.indsutry-det-page .content{
  line-height: 28px;
}
.m-page{
  text-align: center;
}
.m-page a,
.m-page span{
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    background: #fff;
    -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;
}
.m-page span,
.m-page a:hover{
    background: var(--color);
    color: #000;
}
.seoPublic .Auxil-news .list ul li a.img-box{
  height: auto;
}
.seoPublic .Auxil-form .form ul li input[type=submit]{
  padding: 11px 30px 4px 30px;
}
.seoPublic .title{
  font-weight: 900;
}