@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
  font-weight: 500;
}

:root{
  --color: #aa050c;
}

span.tag {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1;
  opacity: .68;
}
span.tag2 {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
  line-height: 2;
  opacity: .68;
}
h2.title {
  font-size: 66px;
  font-weight: 900;
  font-family: arial;
  text-transform: uppercase;
  line-height: 1.05;
}
h2.title em {
  color: var(--color);
}

body {
  font-family: "Poppins";
  font-weight: 300;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1600px;
}
#menu-btn {
  margin-left: 30px;
  width: 30px;
  cursor: pointer;
}
#menu-btn i {
  display: block;
  border-bottom: 1px solid #fff;
  -webkit-transition: border-color 0.5s ease;
  -moz-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}
#menu-btn i + i {
  margin-top: 10px;
}
#menu-btn i:last-child {
  margin-right: 7px;
}
.fenleiyejs {
  font-size: 14px;
  line-height: 2;
}
#menuContent {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 445px;
  height: 100%;
  z-index: 999;
  background: #1e1e2a;
  color: white;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#menuContent .flex {
  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;
  height: 100%;
  padding: 45px 56px;
}
#menuContent .flex .info h3 {
  font-size: 20px;
  line-height: 1.8;
  margin: 20px 0;
  color: #fff;
  text-transform: capitalize;
}
#menuContent .flex .info p {
  font-size: 16px;
  line-height: 2;
  color: #ccc;
}
#menuContent .flex .info .more {
  text-align: center;
  background: transparent;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 25px;
  display: inline-block;
  background: var(--color);
  padding: 10px 30px;
  border-radius: 5px;
}
#menuContent .flex .info .more span {
  position: relative;
  z-index: 1;
}
#menuContent .flex .info .more::before {
  position: absolute;
  content: '';
  background: black;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
#menuContent .flex .info .more:hover::before {
  width: 100%;
  left: 0px;
}
#menuContent .flex .contact {
  margin-top: 60px;
}
#menuContent .flex .contact h3 {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
}
#menuContent .flex .contact ul {
  margin-top: 20px;
}
#menuContent .flex .contact ul li {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 12px;
}
#menuContent .flex .contact ul li i {
  display: inline-block;
  margin-right: 10px;
  color: var(--color);
  font-size: 20px;
  vertical-align: top;
  margin-top: 1px;
}
#menuContent .flex .contact ul li span {
  display: inline-block;
  width: 90%;
  font-size: 16px;
}
#menuContent .flex .contact ul li:last-child {
  margin-bottom: 0;
}
#menuContent .flex .share {
  margin-top: 20px;
}
#menuContent .flex .share ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  transition: all 900ms ease;
}
#menuContent .flex .share ul li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #ccc;
  z-index: 1;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #ededed;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
#menuContent .flex .share ul li a:hover {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
#menuContent .flex span.close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 40px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#menuContent .flex span.close::after,
#menuContent .flex span.close::before {
  content: '';
  width: 90%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 5%;
}
#menuContent .flex span.close::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menuContent .flex span.close::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menuContent .ui.container {
  position: static;
}
#menuContent.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}



#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header.fixed {
  background-color: #000;
}
#header.black .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.black #menu-btn i {
  border-color: black;
}
#header.black .nav .ui.menu .h-search img:first-child {
  opacity: 0;
}
#header.black .nav .ui.menu .h-search img:last-child {
  opacity: 1;
}
#header.black .nav {
  border-color: rgba(0, 0, 0, 0.27);
}
#header.white .nav .ui.menu .logo img:first-child {
  opacity: 0;
}
#header.white .nav .ui.menu .logo img:last-child {
  opacity: 1;
}
#header.uphide {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#header .nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
  -webkit-transition: border-color 0.5s ease;
  -moz-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 5%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  position: relative;
}
#header .nav .ui.menu .logo img {
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
#header .nav .ui.menu .logo img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #ce0000;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  left: -50px;
  right: -50px;
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 40px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 13px;
  border-radius: 50%;
  background-image: -webkit-radial-gradient(#ed110f 20%, rgba(237, 17, 15, 0) 70%);
  background-image: -moz-radial-gradient(#ed110f 20%, rgba(237, 17, 15, 0) 70%);
  background-image: radial-gradient(#ed110f 20%, rgba(237, 17, 15, 0) 70%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 0;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search img {
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
#header .nav .ui.menu .h-search img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  line-height: 2;
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  .inner-banner {
    margin-top: 120px;
  }
}
.hover-language {
  margin-left: 25px;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#banner video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner-slide {
  height: 100%;
}
#banner-slide .content {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner-slide h2 {
  color: #fff;
  font-size: 100px;
  line-height: 1.2;
}
#banner-slide h2 small {
  display: block;
  font-size: 27px;
}
#banner-slide .base-arrows {
  position: absolute;
  z-index: 1;
  right: 5%;
  bottom: 5%;
}
.swiper-slide {
  overflow: hidden;
}
.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.banner-pagination-bullets {
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.banner-bullet + span {
  margin-top: 40px;
}
.banner-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #fff;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.banner-bullet-active::before {
  opacity: 1;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
}
.base-arrows {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 15px;
  width: 20%;
  text-align: right;
}
.base-arrows span.arrow {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.base-arrows span.arrow.arrow_r {
  background-color: #000;
}
.base-arrows span.next {
  font-family: arial;
  cursor: pointer;
}
.our-about {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.our-about.active .list .num::before {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
}
.our-about .fp-tableCell {
  vertical-align: bottom;
}
.our-about .Tit {
  font-size: 38px;
  line-height: 1.2;
}
.our-about .left {
  width: 30%;
  color: #fff;
}
.our-about .right {
  width: 60%;
  color: #fff;
  margin-left: 10%;
}
.our-about .box {
  padding: 0 5%;
}
.our-about .bottom {
  padding-bottom: 90px;
}
.our-about .aboutBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  line-height: 45px;
  padding: 0 40px;
  color: #fff;
  background-color: #aa050c;
  transition: .5s ease;
}
.our-about .aboutBtn:hover{
  background-color: #000;
}
.our-about .list li {
  width: auto;
  margin-right: 5%;
}
.our-about .list .num {
  margin: auto;
  font-size: 38px;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  position: relative;
  color: #fff;
}
.our-about .list li span{
   color: #fff;
}
.our-about .list .num::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/encircle.png);
  background-size: 100% 100%;
}
@-webkit-keyframes hideTextLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-webkit-calc(-100% - 551px), 0, 0);
    transform: translate3d(calc(-100% - 551px), 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes hideTextLeft {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    -moz-transform: translate3d(-moz-calc(-100% - 551px), 0, 0);
    transform: translate3d(calc(-100% - 551px), 0, 0);
    opacity: 1;
  }
}
@keyframes hideTextLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-webkit-calc(-100% - 551px), 0, 0);
    -moz-transform: translate3d(-moz-calc(-100% - 551px), 0, 0);
    transform: translate3d(calc(-100% - 551px), 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes revealText {
  0% {
    -webkit-transform: translate3d(0, 125%, 0);
    transform: translate3d(0, 125%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
}
@-moz-keyframes revealText {
  0% {
    -moz-transform: translate3d(0, 125%, 0);
    transform: translate3d(0, 125%, 0);
    opacity: 0;
  }
  to {
    -moz-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
}
@keyframes revealText {
  0% {
    -webkit-transform: translate3d(0, 125%, 0);
    -moz-transform: translate3d(0, 125%, 0);
    transform: translate3d(0, 125%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes hideText {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 125%, 0);
    transform: translate3d(0, 125%, 0);
    opacity: 1;
  }
}
@-moz-keyframes hideText {
  0% {
    -moz-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
  to {
    -moz-transform: translate3d(0, 125%, 0);
    transform: translate3d(0, 125%, 0);
    opacity: 1;
  }
}
@keyframes hideText {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 125%, 0);
    -moz-transform: translate3d(0, 125%, 0);
    transform: translate3d(0, 125%, 0);
    opacity: 1;
  }
}
.anim-wrapper {
  overflow: hidden;
  position: relative;
}
.anim-wrapper span {
  display: block;
}
.fp-section.active .swiper-slide .anim-wrapper p,
.fp-section.active .swiper-slide .anim-wrapper span {
  -webkit-animation-name: hideText;
  -moz-animation-name: hideText;
  animation-name: hideText;
  opacity: 1;
}
.fp-section.active .swiper-slide-active .anim-wrapper p,
.fp-section.active .swiper-slide-active .anim-wrapper span {
  -webkit-animation-name: revealText;
  -moz-animation-name: revealText;
  animation-name: revealText;
  opacity: 0;
}
.fp-section:not(.active) .anim-wrapper p,
.fp-section:not(.active) .anim-wrapper span {
  -webkit-animation-name: hideText;
  -moz-animation-name: hideText;
  animation-name: hideText;
  -webkit-animation-duration: 1550ms;
  -moz-animation-duration: 1550ms;
  animation-duration: 1550ms;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  animation-delay: 0ms;
  opacity: 1;
}
.fp-section.active .anim-wrapper p,
.fp-section.active .anim-wrapper span {
  -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  -moz-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  -webkit-animation-name: revealText;
  -moz-animation-name: revealText;
  animation-name: revealText;
  -webkit-animation-duration: 1550ms;
  -moz-animation-duration: 1550ms;
  animation-duration: 1550ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  animation-delay: 500ms;
  opacity: 0;
  line-height: 2;
}
.our-product {
  overflow: hidden;
}
.our-product.fp-section.active .swiper-slide-active .anim-wrapper p,
.our-product.fp-section.active .swiper-slide-next .anim-wrapper p,
.our-product.fp-section.active .swiper-slide-active .anim-wrapper span,
.our-product.fp-section.active .swiper-slide-next .anim-wrapper span {
  -webkit-animation-name: revealText;
  -moz-animation-name: revealText;
  animation-name: revealText;
  opacity: 0;
}
.our-product .box {
  margin: 0 -60px;
  height: 100%;
}
.our-product .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5% 15%;
}
.our-product .name {
  position: relative;
  overflow: hidden;
  font-size: 38px;
  line-height: 1.2em;
  color: #fff;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  transition: 1s ease;
}
.our-product .desc {
  color: #fff;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  transition: 1s ease;
}
.our-product .base-arrows {
  position: absolute;
  z-index: 1;
  left: 5%;
  bottom: 5%;
  border: none;
  padding: 0;
  width: auto;
  text-align: left;
}
.our-product .base-arrows span.arrow.arrow_r {
  background-color: #131313;
}
.our-product .base-arrows span.next {
  color: #fff;
}
#product1 {
  height: 100%;
}
#product1 .swiper-slide {
  overflow: unset;
}
#product1 .swiper-slide {
  z-index: 1;
}
#product1 .swiper-slide > img {
  display: none;
}

#product1 .swiper-slide-next {
  z-index: 2;
}
#product1 .swiper-slide-active {
  z-index: 3;
}
#product1 .swiper-slide-active .name {
  opacity: 1;
}
#product1 .swiper-slide-active .desc {
  opacity: 1;
}
#product1 .slide-inner {
  position: relative;
  overflow: hidden;
  /*width: auto;
  left: -60px;
  right: -60px;
  -webkit-clip-path: polygon(120px 0,100% 0,100% 0,-webkit-calc(100% - 120px) 100%,0 100%);
  clip-path: polygon(120px 0,100% 0,100% 0,-moz-calc(100% - 120px) 100%,0 100%);
  clip-path: polygon(120px 0,100% 0,100% 0,calc(100% - 120px) 100%,0 100%);*/
}

#product1 .slide-inner > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#product1 .slide-inner .video {
  height: 100%;
  object-fit: cover;
  display: none;
}

#product1 .slide-inner .video.video2 {
  left: 57%;
}

#product1 .slide-inner > video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  z-index: 1;
}

#product1 .slide-inner:hover > img {
  opacity: 0;
}

#product1 .slide-inner:hover .video {
  display: block;
}

#product1 .swiper-button-prev {
  left: 120px;
}
#product1 .swiper-button-next {
  right: 120px;
}
.i-advantage {
  position: relative;
}
.i-advantage::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  height: 35%;
  width: 0;
  background-color: #aa050c;
  opacity: 0;
  -webkit-transition: .5s 1s ease;
  -moz-transition: .5s 1s ease;
  transition: .5s 1s ease;
}
.i-advantage.active::before {
  width: 30%;
  opacity: 1;
}
.i-advantage.active .content .name::before {
  border-width: 30px;
}
.i-advantage .content {
  position: absolute;
  z-index: 1;
  left: 5%;
  top: 35%;
  width: 90%;
}
.i-advantage .content .left {
  max-width: 500px;
}
.i-advantage .content .name::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 100px;
  border-bottom: 0 solid #aa050c;
  -webkit-transition: .5s 1s ease;
  -moz-transition: .5s 1s ease;
  transition: .5s 1s ease;
}
.i-advantage .content h2 {
  font-size: 38px;
  color: #fff;
}
.i-advantage .content .desc {
  color: #fff;
}
.i-advantage .advBtn {
  display: inline-block;
  line-height: 45px;
  padding: 0 40px;
  color: #fff;
  background-color: #aa050c;
  border: 1px solid #aa050c;
  transition: .5s ease;
}
.i-advantage .advBtn:hover {
  background-color: transparent;
}
.i-advantage .bottom {
  width: 90%;
  left: 10%;
  bottom: 0;
  z-index: 3;
  background: url(../images/adv-mask.png);
  background-position: center;
  background-size: auto 100%;
}
.i-advantage .bottom .box {
  padding: 40px;
  position: relative;
}
.i-advantage .bottom .box .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .bottom .box .name {
  color: #fff;
  margin-top: 15px;
}
.i-advantage .bottom .box p {
  margin-top: 10px;
  color: #fff;
  opacity: .42;
}
.i-advantage .bottom .box:hover .bg {
  left: 0;
  width: 100%;
}
.i-advantage .bottom .arrows {
  position: absolute;
  left: -60px;
  bottom: 15px;
}
.i-advantage .bottom .arrows span.arrow {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
}
.i-advantage .bottom .arrows span.arrow.arrow_r {
  background-color: #000;
}
#adv-slide {
  height: 100%;
}

#adv-slide img {
  display: none;
}

#capacities-slide {
  height: 100%;
}
#capacities-slide::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

#capacities-slide video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#capacities-slide .content {
  position: absolute;
  z-index: 2;
  width: 70%;
  left: 15%;
  top: 30%;
}
#capacities-slide .left {
  max-width: 500px;
  margin-left: auto;
}
#capacities-slide .left > div {
  padding-right: 60px;
}
#capacities-slide h2 {
  color: #fff;
  font-size: 49px;
  text-transform: uppercase;
}
#capacities-slide .text {
  color: #fff;
  opacity: .84;
}
#capacities-slide .capBtn {
  display: inline-block;
  line-height: 45px;
  padding: 0 40px;
  background-color: #fff;
  border: 1px solid #fff;
  transition: .5s ease;
}
#capacities-slide .capBtn:hover {
  color: #fff;
  background-color: transparent;
}
#capacities-slide .base-arrows {
  position: absolute;
  z-index: 1;
  right: 5%;
  bottom: 5%;
}
#capacities-slide .base-arrows span.next {
  color: #fff;
}
#footer {
  background: url(../images/foot-bg.jpg) no-repeat;
  background-size: cover;
  padding-left: 90px;
}
#footer .foot-top {
  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;
  border-bottom: 1px solid #4c4d51;
}
#footer .foot-top .foot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .foot-top .foot-block h4 {
  margin-bottom: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
#footer .foot-top .foot-block .line {
  margin-bottom: 30px;
  max-width: 200px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.66);
  position: relative;
}
#footer .foot-top .foot-block .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -2px;
  width: 30px;
  background-color: #fff;
}
#footer .foot-top .foot-block ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  opacity: 0.55;
}
#footer .foot-top .foot-block ul li span {
  white-space: nowrap;
}
#footer .foot-top .foot-block ul li p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .foot-top .left {
  width: 75%;
  border-right: 1px solid #4c4d51;
}
#footer .foot-top .left .top {
  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;
  border-bottom: 1px solid #4c4d51;
}
#footer .foot-top .left .top .social-links {
  margin-left: auto;
}
#footer .foot-top .left .top .social-links a {
  margin: 0 5px;
  display: inline-block;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  font-family: FontAwesome;
}
#footer .foot-top .left .top .social-links a:hover {
  opacity: 1;
  background-color: #770309;
  border-color: #770309;
}
#footer .foot-top .left .center {
  border-bottom: 1px solid #4c4d51;
}
#footer .foot-top .left .center p {
  font-size: 22px;
  color: #fff;
}
#footer .foot-top .left .center .form input {
  width: 100%;
  font-size: 19px;
  height: 75px;
  padding: 0 15px;
  border: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}
#footer .foot-top .left .center .form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
}
#footer .foot-top .left .center .form input:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
}
#footer .foot-top .left .center .form input::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
}
#footer .foot-top .left .center .form input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
}
#footer .foot-top .left .center .form input::placeholder {
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
}
#footer .foot-top .left .center .form input[type="submit"] {
  border-radius: 20px;
  font-size: 29px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  background-color: #770309;
}
#footer .foot-top .left .center .form ul {
  margin: -5px;
}
#footer .foot-top .left .center .form li {
  padding: 5px;
  width: 17%;
}
#footer .foot-top .left .center .form li:nth-child(4) {
  width: 32%;
}
#footer .foot-top .right {
  width: 25%;
}
#footer .foot-bottom {
  color: #fff;
}
#footer .foot-bottom img {
  max-height: 14px;
}
#ewm {
  width: 170px;
  border: 5px solid #fff;
}
@media (max-width: 1600px) {
  #header .nav .ui.menu {
    padding: 0 15px;
  }
  .i-advantage .bottom .box {
    padding: 20px;
  }
  #footer {
    padding-left: 30px;
  }
  .our-about .left {
    width: 45%;
  }
  .our-about .right {
    width: 50%;
    margin-left: 5%;
  }
}
@media (max-width: 1400px) {
  #banner-slide h2 {
    font-size: 80px;
  }
  .our-product .name {
    font-size: 24px;
  }
  #capacities-slide .content {
    width: 90%;
    left: 5%;
  }
  #footer .foot-top .left {
    width: 70%;
  }
  #footer .foot-top .right {
    width: 30%;
  }
  #footer .foot-top .foot-block.news {
    max-width: 200px;
  }
  #footer .foot-top .left .bottom {
    padding-right: 30px;
  }
  #footer .foot-top .left .center .form input {
    font-size: 16px;
  }
  #footer .foot-top .left .center .form input[type="submit"] {
    font-size: 18px;
  }
  #footer .foot-top .left .center p {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 15px;
  }
  #banner-slide h2 small {
    font-size: 18px;
  }
  #banner-slide h2 {
    margin-top: 15px;
    font-size: 60px;
  }
  #capacities-slide .left > div {
    padding: 0;
  }
  #footer {
    padding-right: 30px;
  }
  #footer .foot-top {
    display: block;
  }
  #footer .foot-top .left .top {
    padding: 15px 0;
  }
  #footer .foot-top .left {
    width: 100%;
    border: none;
    border-bottom: 1px solid #4c4d51;
  }
  #footer .foot-top .right {
    width: 100%;
    padding: 30px 0;
  }
  #footer .foot-top .left .center {
    padding: 15px 0;
  }
  #footer .foot-top .left .center p {
    margin-bottom: 15px;
  }
  #footer .foot-top .left .bottom {
    padding: 15px 0;
    display: none;
  }
  #footer .foot-top .left .center .form input {
    height: 60px;
  }
  #footer .foot-top .foot-block h4 {
    margin-bottom: 15px;
  }
  #footer .foot-top .foot-block .line {
    margin-bottom: 15px;
  }
  #footer .foot-bottom {
    padding: 15px 0;
  }
  #footer .foot-top .right {
    padding: 15px 0;
  }
}
@media (max-width: 1024px) {
  #index-body .section {
    height: auto!important;
    padding: 60px 0;
  }
  #index-body .fp-tableCell {
    height: auto!important;
  }

  #banner {
    padding: 0!important;
    margin-top: 120px;
  }

  #banner video {
    position: static;
  }


  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .our-about .list {
    display: none;
  }
  .our-about .left {
    display: block;
    width: 60%;
    margin-left: auto;
    padding-bottom: 15px;
  }
  .our-about .right {
    width: 100%;
    margin-left: 0;
  }
  .our-about .aboutBtn {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .our-about .bottom {
    padding-bottom: 30px;
    margin-top: 15px;
  }
  /*.our-about {
    background-attachment: unset;
  }*/
  .our-product {
    padding: 0!important;
  }
  .our-product .box {
    margin: 0;
  }
  #product1 .slide-inner {
    left: 0;
    right: 0;
    -webkit-clip-path: unset;
    clip-path: unset;
    display: none;
  }
  #product1 .swiper-slide > img {
    display: block;
  }
  #product1 .swiper-button-prev {
    left: 60px;
  }
  #product1 .swiper-button-next {
    right: 60px;
  }
  .our-product .content {
    padding: 5%;
  }
  .our-product .base-arrows {
    display: none;
  }

  #adv-slide img {
    display: block;
  }
  .i-advantage .slide-inner {
    display: none;
  }
  .i-advantage {
    padding: 0!important;
  }
  .i-advantage .content {
    top: 15%;
  }
  .i-advantage .bottom .box p {
    display: none;
  }
  .i-advantage .bottom .arrows {
    display: none;
  }
  .i-advantage .bottom {
    width: 100%;
    left: 0;
  }
  .i-advantage::before {
    display: none;
  }
  .i-advantage .content .left {
    max-width: 400px;
  }
  .i-advantage .content .desc {
    margin-bottom: 30px;
  }
  .our-capacities {
    padding: 0!important;
  }
  #capacities-slide video {
    position: static;
  }
  #capacities-slide h2 {
    font-size: 36px;
  }
  #footer {
    padding: 60px 15px!important;
  }
  #footer .foot-bottom .fl,
  #footer .foot-bottom .fr {
    float: none;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #banner-slide h2 small {
    font-size: 16px;
  }
  #banner-slide h2 {
    font-size: 48px;
  }
  .our-about .Tit {
    font-size: 24px;
  }
  #product1 .swiper-button-prev {
    left: 15px;
  }
  #product1 .swiper-button-next {
    right: 15px;
  }
  .font-16 {
    font-size: 14px;
    overflow: scroll;
    max-height: 400px;
    display:none;
  }

  .i-advantage {
    display: none!important;
  }
  
  #capacities-slide video {
    height: 400px;
  }
  
  #footer .foot-top .foot-block ul li {
    font-size: 14px;
  }
  #footer .foot-top .left .center .form li {
    width: 50%!important;
  }
  #footer .foot-top .left .center .form li:last-child {
    width: 100%!important;
  }
  #footer .foot-top .left .center .form input {
    height: 40px;
    font-size: 14px;
  }
  #footer .foot-top .left .center .form input[type="submit"] {
    font-size: 16px;
  }
  #footer .foot-top .left .center p {
    font-size: 14px;
  }
  #footer .foot-top .left .top .social-links a {
    font-size: 16px;
    width: 38px;
    height: 38px;
    line-height: 36px;
  }
  #footer .foot-top .left .top .logo {
    max-width: 100px;
  }
  .base-arrows {
    width: 90%;
  }
  .banner-pagination-bullets {
    left: 30px;
  }
  #footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 500px) {
  .i-advantage .content h2 {
    font-size: 24px;
  }
  .our-about .left {
    width: 100%;
  }
  .our-about {
    position: relative;
  }
  .our-about::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .our-about .Tit {
    color: #fff;
  }
  .our-about p {
    color: #fff;
  }
  .our-about .fp-tableCell {
    vertical-align: middle;
  }
  .our-about .box .txt-right {
    text-align: center;
  }
  #banner-slide h2 {
    font-size: 34px;
    display: inline;
  }
  #banner-slide .left {
    text-align: center;
  }
  .banner-pagination-bullets {
    display: none;
  }

  #product1 .swiper-button-prev {
    display: none;
  }
  #product1 .swiper-button-next {
    display: none;
  }

  #footer .foot-top .left .top .social-links a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}







.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 16px;
    line-height: 36px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: var(--color) none repeat scroll 0 0;
    color: #fff;
}
.inner-page .m-page span {
    background: var(--color) none repeat scroll 0 0;
    color: #fff;
}
.inner-banner {
  position: relative;
  /*text-align: center;*/
  overflow: hidden;
  /*padding: 200px 0px 130px;*/
  z-index: 1;
}
.inner-banner .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.inner-banner h2 {
  position: relative;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4!important;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.inner-banner .jingli{
  position: relative;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6!important;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.inner-banner .mbx {
  position: relative;
  color: white;
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
  margin-top: .5em;
}

.inner-banner .mbx span {
  color: var(--color);
}
/*.inner-banner:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}*/
.inner-page span.tag {
  position: relative;
  width: 14px;
  height: 20px;
  margin-bottom: 24px !important;
  border-left: 2px solid #002155;
  border-right: 2px solid #002155;
}
.inner-page span.tag:after {
  position: absolute;
  content: '';
  left: 4px;
  top: -5px;
  width: 2px;
  height: 20px;
  background-color: var(--color);
}
.inner-page h6.smallTitle {
  position: relative;
  color: var(--color);
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 30px;
  text-transform: capitalize;
}
.inner-page h2.title {
  font-size: 38px;
  line-height: 1.6;
}
.inner-page .text {
  font-size: 16px;
  line-height: 2;
}
.inner-page a.more {
  position: relative;
  font-weight: 800;
  color: #222222;
  font-size: 18px;
  padding: 8px 24px;
  line-height: 44px;
  display: inline-block;
  background: url(../images/icon-more-bg.png);
}
.inner-page a.more i.plus {
  position: relative;
  right: -45px;
  bottom: -2px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-weight: 800;
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
  background-color: var(--color);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.inner-page a.more i.plus:after,
.inner-page a.more i.plus:before {
  content: '';
  width: 50%;
  height: 2px;
  background: white;
  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-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.inner-page a.more i.plus:before {
  -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);
}
.inner-page a.more:hover i.plus {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.inner-page .img {
  background-size: cover;
  background-position: center center;
  display: block;
}
.inner-page .form ul {
  margin: -15px;
}
.inner-page .form ul li {
  padding: 15px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  border: 1px solid #ddd;
  line-height: 28px;
  padding: 10px 20px;
  color: #222222;
  height: 54px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: var(--color);
}
.inner-page .form ul li textarea {
  height: 190px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.about-page .about-1 {
  padding-top: 180px;
  background: url("../images/about-1-bg.png") right bottom no-repeat;
}
.about-page .about-1 .left {
  padding-right: 7%;
  position: relative;
}
.about-page .about-1 .left > h6 {
  position: absolute;
  right: 0;
  top: 20%;
  color: #e5e5e5;
  font-weight: 800;
  font-size: 48px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg) translateY(100%);
  -moz-transform: rotate(-90deg) translateY(100%);
  -ms-transform: rotate(-90deg) translateY(100%);
  transform: rotate(-90deg) translateY(100%);
  line-height: 1;
}
.about-page .about-1 .left .bg {
  position: absolute;
  left: -55px;
  top: -55px;
  width: 70%;
  height: 95%;
  z-index: -1;
  background-color: #ebebeb;
}
.about-page .about-1 .left .imgBox {
  height: 600px;
  position: relative;
}
.about-page .about-1 .left .imgBox h6 {
  position: absolute;
  right: -48px;
  top: 52%;
  z-index: 11;
  padding: 16px 22px 16px;
  border-radius: 50px 0px 0px 50px;
  background-color: #222222;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.about-page .about-1 .left .imgBox h6 small {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  margin-left: .5em;
}
.about-page .about-1 .left .imgBox span.img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.about-page .about-1 .left .imgBox:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 104%;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
}
.about-page .about-1 .left .imgBox:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 108%;
  width: 100%;
  background-color: var(--color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
}
.about-page .about-1 .left .imgBox:hover h6 {
  border-radius: 0px 50px 50px 0px;
}
.about-page .about-1 .right {
  vertical-align: middle;
}
.about-page .about-1 .right .text {
  margin: 2em 0;
  max-height: 320px;
  overflow: auto;
  padding-right: 1em;
}
.about-page .about-1 .right .text p {
  margin-top: 1em;
  line-height: 2;
}
.about-page .about-1 .right .text p:first-child {
  margin-top: 0;
}
.about-page .about-1 .right .phone {
  position: relative;
  color: #555555;
  font-size: 18px;
  font-weight: 700;
  margin-left: 80px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-1 .right .phone span {
  position: relative;
  display: block;
  color: #222222;
  font-weight: 800;
  font-size: 30px;
  margin-top: 8px;
  line-height: 1;
}
.about-page .about-1 .right img {
  display: block;
  margin-top: 40px;
}
.about-page .about-2 .list {
  position: relative;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.about-page .about-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 .list ul li .box {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 35px 35px;
  height: 100%;
}
.about-page .about-2 .list ul li .box i.fa {
  float: right;
  text-align: right;
  font-size: 64px;
  line-height: 1em;
  color: var(--color);
  font-weight: 400;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.about-page .about-2 .list ul li .box span.line {
  position: relative;
  width: 32px;
  height: 16px;
  border-top: 2px solid var(--color);
  border-bottom: 2px solid var(--color);
  display: block;
}
.about-page .about-2 .list ul li .box span.line:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  height: 2px;
  width: 32px;
  background-color: var(--color);
}
.about-page .about-2 .list ul li .box h6 {
  position: relative;
  font-size: 54px;
  font-weight: 700;
  line-height: 1em;
  margin-top: .5em;
}
.about-page .about-2 .list ul li .box p {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 1em;
}
.about-page .about-2 .list ul li .box:hover i.fa {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.about-page .about-2 .list ul li:nth-child(2) .box {
  background: var(--color);
}
.about-page .about-2 .list ul li:nth-child(4) .box {
  background: black;
  color: white;
  --color: white;
}
.about-page .about-2 .list ul li:nth-child(2) .box i.fa {
  color: black;
}
.about-page .about-3 {
  padding: 240px 0 90px;
  position: relative;
  color: white;
}
.about-page .about-3 i.mask {
  content: '';
  width: 70%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url("../images/about-3-bg.jpg");
}
.about-page .about-3 i.mask:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color);
  opacity: .8;
}
.about-page .about-3:after {
  content: '';
  width: 30%;
  height: 60%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/about-3-bg2.png");
  z-index: -1;
}
.about-page .about-3 .box span.tag {
  border-color: white;
}
.about-page .about-3 .box .left {
  padding-right: 5%;
  --color: white;
}
.about-page .about-3 .box .left .text {
  margin-top: 1.5em;
}
.about-page .about-3 .box .right .img {
  height: 540px;
  width: 540px;
  border-radius: 100%;
  border-top-right-radius: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .box .right .img .play {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  padding-left: 4px;
  display: inline-block;
  margin-top: -40px;
  margin-left: -40px;
  line-height: 80px;
  border-radius: 50% 0% 50% 50%;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: var(--color);
  cursor: pointer;
  cursor: hand;
  display: none;
}
.about-page .about-3 .box .right .img .play i {
  border-left: 18px solid white;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-3 .box .right .img .play:after,
.about-page .about-3 .box .right .img .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ks 2s infinite;
  -moz-animation: ks 2s infinite;
  animation: ks 2s infinite;
  z-index: -1;
}
.about-page .about-3 .box .right .img .play:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-4 {
  padding-bottom: 120px;
}
.about-page .about-4 .left {
  padding-right: 3%;
}
.about-page .about-4 .left .text {
  margin: 2em 0;
}
.about-page .about-4 .left .list {
  margin-bottom: 60px;
}
.about-page .about-4 .left .list ul li {
  margin-bottom: 15px;
}
.about-page .about-4 .left .list ul li h6 {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4em;
  text-transform: capitalize;
  margin-bottom: .4em;
}
.about-page .about-4 .left .list ul li h6 small {
  float: right;
}
.about-page .about-4 .left .list ul li .line {
  position: relative;
  width: 100%;
  height: 5px;
  background: var(--color);
}
.about-page .about-4 .left .list ul li .line i {
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  height: 100%;
  width: 0;
  -webkit-transition: 3s .5s;
  -moz-transition: 3s .5s;
  transition: 3s .5s;
}
.about-page .about-4 .left .list ul li .line i:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: inherit;
}
.about-page .about-4 .left .list ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-4 .left .list.active ul li:nth-child(1) .line i {
  width: 65%;
}
.about-page .about-4 .left .list.active ul li:nth-child(2) .line i {
  width: 85%;
}
.about-page .about-4 .left .list.active ul li:nth-child(3) .line i {
  width: 75%;
}
.about-page .about-4 .right {
  padding-left: 3%;
}
.about-page .about-4 .right .list ul {
  margin: -15px;
}
.about-page .about-4 .right .list ul li {
  padding: 15px;
}
.about-page .about-4 .right .list ul li .img {
  height: 270px;
  position: relative;
}
.about-page .about-4 .right .list ul li .img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-4 .right .list ul li .img h6 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
  padding: 0 15px;
  text-align: center;
  z-index: 1;
  color: white;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .right .list ul li .img h6 small {
  display: block;
  font-size: 70%;
  font-weight: normal;
  margin-top: .5em;
}
.about-page .about-4 .right .list ul li .img:hover:after,
.about-page .about-4 .right .list ul li .img:hover h6 {
  opacity: 1;
}
.about-page .about-5 {
  padding: 100px 0 120px;
  background: #f1f1f1 url("../images/about-1-bg.png") right top no-repeat;
}
.about-page .about-5 .left {
  padding-right: 5%;
  position: relative;
  z-index: 1;
}
.about-page .about-5 .left .img {
  height: 470px;
  border-bottom-left-radius: 10px;
}
.about-page .about-5 .left .img.ie2 {
  margin-left: 30%;
  height: 290px;
  border-left: 15px solid white;
  border-top: 15px solid white;
  border-bottom-left-radius: 0;
  margin-top: -20%;
  position: relative;
}
.about-page .about-5 .left .img.ie2 span {
  position: absolute;
  left: -3%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-5 .left .img.ie2 span img {
  -webkit-animation: rotate360 10s linear infinite;
  -moz-animation: rotate360 10s linear infinite;
  animation: rotate360 10s linear infinite;
}
.about-page .about-5 .left .bg {
  width: 70%;
  position: absolute;
  left: -20%;
  top: 0;
  z-index: -1;
}
.about-page .about-5 .left .bg img {
  -webkit-animation: tb 2s linear infinite alternate;
  -moz-animation: tb 2s linear infinite alternate;
  animation: tb 2s linear infinite alternate;
}
.about-page .about-5 .right .text {
  margin: 2em 0;
}
.about-page .about-5 .right .text p {
  margin-top: 1em;
}
.about-page .about-5 .right .text p:first-child {
  margin-top: 0;
}
.about-page .about-5 .right .list {
  margin-bottom: 60px;
}
.about-page .about-5 .right .list ul {
  margin: -5px;
}
.about-page .about-5 .right .list ul li {
  padding: 5px;
  font-size: 18px;
}
.about-page .about-5 .right .list ul li i.fa {
  margin-right: .5em;
  color: var(--color);
}
.about-page .about-6 {
  padding: 100px 0;
  background: url("../images/about-6-bg.jpg");
}
.about-page .about-6 .left {
  width: 40%;
  padding-right: 7%;
  vertical-align: middle;
}
.about-page .about-6 .left span.tag {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-6 .left h6.smallTitle {
  display: inline-block;
  vertical-align: top;
  margin-left: 5%;
}
.about-page .about-6 .left .text {
  margin: 2em 0;
}
.about-page .about-6 .left a.more {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
.about-page .about-6 .right {
  width: 60%;
  vertical-align: middle;
}
.about-page .about-6 .right .list ul {
  margin: -15px;
}
.about-page .about-6 .right .list ul li {
  padding: 15px;
}
.about-page .about-6 .right .list ul li .img {
  height: 130px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .right .list ul li .img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@-webkit-keyframes tb {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@-moz-keyframes tb {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@keyframes tb {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about-page .about-60 .box {
  padding: 40px;
  background: var(--color);
  color: white;
  border-radius: 20px;
  text-align: center;
  margin-top: -7%;
}
.about-page .about-60 .box ul {
  margin: -10px;
  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;
}
.about-page .about-60 .box li {
  padding: 10px;
  vertical-align: middle;
  text-align: left;
}
.about-page .about-60 .box li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.about-page .about-60 .box li span {
  margin-right: 15px;
  max-width: 30%;
  flex-shrink: 0;
}
.about-page .about-60 .box li .content {
  font-size: 16px;
  line-height: 1.8;
}
.service-page {
  padding: 100px 0;
}
.service-page .list ul {
  margin: -30px -25px;
  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;
}
.service-page .list ul li {
  padding: 30px 25px;
}
.service-page .list ul li .box {
  position: relative;
  padding: 40px 30px 45px;
  background-color: #ffffff;
  border-radius: 30px 0px 0px 0px;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  z-index: 1;
  height: 100%;
}
.service-page .list ul li .box i.fa {
  font-size: 50px;
  position: relative;
  left: 20px;
  margin: 20px 0;
}
.service-page .list ul li .box i.fa:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 105px;
  height: 90px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-page .list ul li .box span.line2:after {
  content: '';
  position: absolute;
  right: 40px;
  top: 0px;
  width: 6px;
  height: 70px;
  background-color: var(--color);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-page .list ul li .box span.line2:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 0px;
  width: 10px;
  height: 100px;
  background-color: #111111;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-page .list ul li .box h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 1em 0 .6em;
}
.service-page .list ul li .box:hover i.fa:after {
  background-color: var(--color);
}
.service-page .list ul li .box:hover span.line2:after {
  height: 90px;
}
.service-page .list ul li .box:hover span.line2:before {
  height: 70px;
}
.contact-page .contact-1 {
  padding: 100px 0;
}
.contact-page .contact-1 .left {
  width: 100%!important;
  padding-right: 0%!important;
  text-align: center;
}
.contact-page .contact-1 .left .text {
  margin-top: 1.5em;
}
/*.contact-page .contact-1 .right {
  padding:0 20px;
}*/
/*.contact-page .contact-1 .right:first-child .list {
  border-right:1px solid #999;
}*/
.contact-page .contact-1 .right .list ul {
  margin: -20px;
}
.contact-page .contact-1 .right .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .right .list ul li .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

}
.contact-page .contact-1 .right .list ul li .box2 i.fa {
  font-size: 60px;
  margin-right: .3em;
  width: 70px;
  text-align: center;
}
.contact-page .contact-1 .right .list ul li .box2 .content h6 {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  color: var(--color);
  margin-bottom: .3em;
}
.contact-page .contact-2 {
  position: relative;
  z-index: 1;
}
.contact-page .contact-2 .button-group .button {
  background-color: var(--color);
}
.contact-page .contact-3 {
  padding: 100px 0;
}
.contact-page .contact-3 .left {
  width: 35%;
  padding-right: 3%;
  vertical-align: middle;
  padding-top: 1%;
}
.contact-page .contact-3 .left .text {
  margin-top: 1.5em;
}
.contact-page .contact-3 .right {
  width: 65%;
  vertical-align: top;
}
.faq-page .ui.container {
  max-width: 970px;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
.faq-page .faq-1 span.tag {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: left;
}
.faq-page .faq-1 .list ul li .box {
  position: relative;
  margin-bottom: 10px;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li .box h6 {
  position: relative;
  font-size: 18px;
  line-height: 35px;
  color: #222222;
  line-height: 1.8em;
  font-weight: 700;
  cursor: pointer;
  padding: 16px 30px;
  padding-right: 45px;
  margin-bottom: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-page .faq-1 .list ul li .box h6 i.fa {
  float: right;
  margin-top: .2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li .box .text {
  position: relative;
  padding: 0px 30px 25px;
  font-size: 14px;
  display: none;
}
.faq-page .faq-1 .list ul li .box.active {
  border-color: var(--color);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.faq-page .faq-1 .list ul li .box.active h6 i.fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page .faq-2 {
  padding: 50px 0 90px;
  background: url("../images/about-1-bg.png") top left -25% no-repeat;
  position: relative;
}
.faq-page .faq-2 .form {
  margin-top: 50px;
  max-width: 80%;
}
.faq-page .faq-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/faq-1.png") right top 20% no-repeat;
  z-index: -1;
}
.news-page {
  padding: 80px 0;
}
.news-page .list ul {
  margin: -15px;
}
.news-page .list ul li {
  padding: 15px;
}
.news-page .list ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  display: block;
}
.news-page .list ul li .box a.img {
  height: 500px;
  position: relative;
  background-position: center top;
}
.news-page .list ul li .box a.img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .box .content {
  padding: 25px;
}
.news-page .list ul li .box .content span {
  position: relative;
  color: #555555;
  font-size: 14px;
  line-height: 28px;
  display: block;
}
.news-page .list ul li .box .content span i.fa {
  color: var(--color);
}
.news-page .list ul li .box .content h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  min-height: 4.5em;
  margin: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .box .content h6:hover {
  color: var(--color);
}
.news-page .list ul li .box .content .text {
  margin-bottom: 1.5em;
  min-height: 90px;
}
.news-page .list ul li .box .content a.more {
  display: block;
  max-width: 95%;
}
.news-page .list ul li .box .content a.more i.plus {
  float: right;
}
.news-page .list ul li .box:hover a.img:after {
  opacity: .5;
}
.inner-page .sidebar-content {
  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;
}
.inner-page .sidebar-content .sidebar-nav {
  width: 23%;
}
.inner-page .sidebar-content .sidebar-nav form {
  position: relative;
}
.inner-page .sidebar-content .sidebar-nav form input[type="text"] {
  width: 100%;
  height: 70px;
  border-radius: 18px;
  background: transparent;
  padding: 0 25px;
  font-size: 18px;
  color: #000;
  border: 1px solid var(--color);
}
.inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../images/pro-search.png) no-repeat center center;
  right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 24px;
  line-height: 44px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0 25px;
  font-weight: bold;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li {
  position: relative;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list.capacity {
  margin-bottom: 40px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list.capacity>li .nav-box a {
  background: #eee;
  margin-bottom: 3px;
  border-top-right-radius: 25px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a {
  text-transform: capitalize;
  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;
  padding: 18px 0 18px 25px;
  font-size: 18px;
  color: #000000;
  border-bottom: 2px solid #eeede7;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 32px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a:hover {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a:hover span {
  background: var(--color);
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list.capacity > li .nav-box a:hover {
  background: var(--color);
  color: white;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a span {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  background: #eeede7;
  font-size: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  width: 50px;
  text-align: center;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box a {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box a span {
  background: var(--color);
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box {
  position: relative;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box i {
  font-size: 20px;
  color: #000;
  height: 75px;
  line-height: 75px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10px 0 0;
  position: absolute;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 3;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box i:after {
  content: "\f0da";
  font-family: "FontAwesome";
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box i {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box i:after {
  content: "\f0d7";
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box:hover i {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .children {
  display: none;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .children {
  display: block;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .children li a {
  display: block;
  padding: 12px 0 12px 25px;
  font-size: 16px;
  line-height: 30px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .children li a:hover {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .children li.active a {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .related {
  margin: 40px 0;
}
.inner-page .sidebar-content .sidebar-nav .related-list {
  margin-bottom: 60px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img {
  display: block;
  max-width: 102px;
  border-radius: 5px;
  overflow: hidden;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img img {
  width: 100%;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content {
  padding-left: 15px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  max-width: 230px;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  display: -webkit-box;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4:hover {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 14px;
  line-height: 1;
  color: #9a9a9a;
  margin-top: 5px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info {
  padding: 80px 30px 85px;
  border-radius: 5px;
  background: url(../images/by.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info h5 {
  font-size: 24px;
  line-height: 44px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel {
  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;
  font-size: 14px;
  line-height: 28px;
  line-height: 1;
  color: #ffffff;
  margin: 25px 0 28px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel img {
  margin-right: 20px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .icon a {
  margin: 0 14px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-box {
  width: 77%;
  padding-left: 60px;
}
.inner-page .sidebar-content .sidebar-box .img-scroll .slick-track {
  margin-left: 0;
}
.inner-page .sidebar-content .sidebar-box .img-scroll ul {
  margin: -5px;
}
.inner-page .sidebar-content .sidebar-box .img-scroll ul li {
  padding: 5px;
}
.inner-page .sidebar-content .sidebar-box .big.slick ul li img,
.inner-page .sidebar-content .sidebar-box .img-scroll ul li img{
  border: 1px solid #ccc;
}
.product-page .content:after {
  content: '';
  display: block;
  clear: both;
}
.product-page .content .slick.fr {
  padding-left: 5%;
  padding-bottom: 5%;
}
.product-page .product-list {
  margin-top: 70px;
}
.product-page .product-list .slide {
  margin-bottom: 70px;
}
.product-page .product-list .slide:last-child {
  margin-bottom: 0;
}
.product-page .product-list .slide .left {
  padding-right: 30px;
}
.product-page .product-list .slide .left .slick {
  display: block;
  width: 100%;
  background-size: cover;
  overflow: hidden;
}
.product-page .product-list .slide .left .slick a {
  display: block !important;
}
.product-page .product-list .slide .right h3 {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
  padding-bottom: .5em;
  border-bottom: 1px solid var(--color);
}
.product-page .product-list .slide .right h3.title {
  text-transform: uppercase;
  padding-right: 80px;
}
.product-page .product-list .slide .right h3.title i {
  width: 70px;
  height: 70px;
  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;
  font-size: 18px;
  color: white;
  background: var(--color);
  position: absolute;
  right: 0;
  bottom: -35px;
}
.product-page .product-list .slide .right h4 {
  font-size: 18px;
  line-height: 32px;
  color: var(--color);
  font-weight: bold;
}
.product-page .product-list .slide .right .box2 {
  margin-top: 20px;
}
.product-page .product-list .slide .right .text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #3e3c3c;
  opacity: .73;
  font-weight: 500;
  word-break: break-word;
  max-height: 5.4em;
  overflow: auto;
}
.product-page .product-list .slide .right .slick2 {
  margin: -10px;
  padding-top: 20px;
}
.product-page .product-list .slide .right .slick2 .slick-slide>div {
  padding: 10px;
}
.product-page .product-list .slide .right .slick2 a {
  display: block;
  border: 10px solid var(--color);
  border-radius: 100%;
}
.product-page .product-list .slide .right .slick2 a img {
  padding: 10%;
}
.product-page .product-list .slide .right .faqList h5 i.fa {
  float: right;
  margin-left: .5em;
}
.product-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17.5px;
}
.product-page .product-list ul li {
  padding: 0 17.5px;
  width: 33.333%;
  margin-bottom: 37px;
}
.product-page .product-list ul li > a {
  display: block;
  border: 10px solid var(--color);
  border-radius: 100%;
  overflow: hidden;
}
.product-page .product-list ul li h6 {
  margin-top: 20px;
  text-align: center;
  display: block;
  font-size: 16px;
}
.product-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.product-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: var(--color);
}
.product-page .product-list ul li .pro-box::after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-list ul li .pro-box h5 {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  padding: 10px 10px 20px;
  border-bottom: 2px solid #eee;
}
.product-page .product-list ul li .pro-box h5:hover {
  color: var(--color);
}
.product-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 25px;
}
.product-page .product-list ul li .pro-box .text {
  margin-bottom: 20px;
  font-size: 15px;
  color: #757575;
  overflow-y: auto;
  max-height: 110px;
}
.product-page .product-list ul li .pro-box .text p {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.product-page .product-list ul li .pro-box .text p::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/icon-2-1.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.product-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-list ul li .pro-box .more:hover {
  background: var(--color);
}
.product-page .product-list ul li .pro-box .more i {
  margin-left: 12px;
  font-size: 12px;
}
.product-page .product-list2 {
  margin-top: 30px;
}
.product-page .product-list2 ul {
  margin: -10px;
}
.product-page .product-list2 ul li {
  padding: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product-page .product-list2 ul li .box {
  position: relative;
}
.product-page .product-list2 ul li .box .mask {
  display: block;
  width: 90%;
  height: 90%;
  background-size: cover;
  background-position: center center;
  -webkit-mask-image: url('../images/init-2-mask.png');
  mask-image: url('../images/init-2-mask.png');
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1s 1.5s;
  -moz-transition: 1s 1.5s;
  transition: 1s 1.5s;
}
.product-page .product-list2 ul li .box .content2 {
  vertical-align: middle;
  width: 100%;
  color: black;
  position: relative;
  z-index: 1;
  -webkit-transition: .8s 2s;
  -moz-transition: .8s 2s;
  transition: .8s 2s;
  text-align: left;
  padding: 15px 0;
}
.product-page .product-list2 ul li .box .content2 h3 {
  font-weight: bold;
  font-size: 16px;
  color: var(--color);
  text-transform: uppercase;
  line-height: 2;
  text-align: left;
  min-height: 6rem;

}
.product-page .product-list2 ul li .box .content2 .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin: 1em 0;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 3.6em;
}
.product-page .product-list2 ul li .box .content2 a.link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 250px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
}
.product-page .product-list2 ul li .box .content2 a.link img {
  display: inline-block;
  vertical-align: middle;
  margin-left: .3em;
  max-width: 35px;
}
.product-page .product-list2 ul li .box .img2 {
  vertical-align: middle;
  width: 100%;
  margin-left: 0;
  text-align: right;
  position: relative;
  border: 2px solid #eee;
  /*background: url('../images/byc.jpg') center center no-repeat;*/
  background-size: cover;
  padding: 5%;
  border-radius: 15px;
}
.inner-page.product-page .sidebar-content .sidebar-box .two>div {
  width: 50%;
}
.inner-page.product-page .sidebar-content .sidebar-box .two>div.img2 a.img {
  /*background: url('../images/byc.jpg') center center no-repeat;*/
  background-size: cover;
  padding: 5%;
  border: 1px solid #ccc;
}
.product-page .product-list2 ul li .box .img2 img {
  position: relative;
  left: 0;
}
.product-page .content {
  margin-top: 35px;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #3e3c3c;
  opacity: .73;
  word-break: break-word;
}
.product-page h2 {
  font-size: 36px;
  font-weight: bold;
  color: black;
  line-height: 1.2;
}
.product-page h1 {
  font-size: 32px;
  font-weight: bold;
  color: black;
  line-height: 1.6;
  margin-top: .5em;
}
.product-page .sidebar-box .column .text {
  max-height: 450px;
  overflow: auto;
}
.newdet-page {
  padding: 60px 0;
}
.newdet-page .news-content {
  padding-right: 55px;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
  color: #000;
  line-height: 44px;
}
.newsbt{
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 44px;
}
.newdet-page .news-content .content {
  font-size: 16px;
  line-height: 2;
  color: #3f3f3f;
}
.newdet-page .news-content .content h3 {
  font-size: 120%;
  margin: 1em 0;
  font-weight: 600;
}
.newdet-page .news-content .m-link {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 2;
  color: #000000;
  font-weight: 300;
}
.newdet-page .news-content .m-link a {
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .news-content .m-link a:hover {
  color: var(--color);
}
.product-page {
  padding: 105px 0 70px;
}
@media screen and (max-width: 1230px) {
  .inner-page .sidebar-content .sidebar-nav {
    display: none;
  }
  .inner-page .sidebar-content .sidebar-box {
    width: 100%;
  }
  .product-page .product-list {
    padding-left: 0;
  }
  .news-page .news-list ul li {
    width: 50%;
  }
  .newdet-page .news-content {
    padding-right: 30px;
  }
  .newdet-page .news-content {
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  div#seo_other{
        display: none !important;
  }
  .mobile .m-nav ul li a{
    line-height: 2;
  }
  ._text.font-16.mt-30 p{
    line-height: 2;
  }
  .yejiao{
    display:none;
  }
  .product-page .product-list ul li {
    width: 50%;
  }
  .inner-banner {
    height: 300px;
  }
  .inner-banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .inner-banner.cp{
    padding: 60px 0;
  }
  .seoPublic .Auxil-related .list ul li .box .content p{
    height: 10.8em;
  }
  .product-page .product-list ul li .pro-box h5 {
    font-size: 16px;
  }
  .newdet-page .news-content .content h3 {
    font-size: 18px;
  }
  .newdet-page .news-content h3.title {
    font-size: 18px;
  }
  .contact-page .contact-1 .right:first-child .list {
    border-right: none;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: 200px;
  }

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

.prodet-page .prodet-1 {
  padding: 110px 0 90px;
}
.prodet-page .prodet-1 .prodet-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .prodet-box .left {
  width: 50%;
  padding-left: 12%;
  position: relative;
}
.prodet-page .prodet-1 .prodet-box .left .big {
  position: relative;
}
.prodet-page .prodet-1 .prodet-box .left .big .big-img {
  display: block;
  border-bottom: 2px solid #ebebeb;
}
.prodet-page .prodet-1 .prodet-box .left .big h4 {
  text-align: right;
  font-size: 16px;
  line-height: 1;
  color: var(--color);
  padding: 30px 0 12px;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows button {
  width: 53px;
  height: 53px;
  border: none;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows .slick-prev {
  background: url(/yztransformer/2022/03/24/left.png) no-repeat center center;
  background-size: 100% 100%;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows .slick-next {
  background: url(/yztransformer/2022/03/24/right.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 10px;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll {
  position: absolute;
  width: 17%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li {
  margin-bottom: 40px;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li a {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ececec;
}
.prodet-page .prodet-1 .prodet-box .right {
  width: 50%;
  padding-left: 5%;
}
.prodet-page .prodet-1 .prodet-box .right h3.tit {
  font-size: 24px;
  color: var(--color);
  text-transform: uppercase;
}
.prodet-page .prodet-1 .prodet-box .right .content {
  padding: 15px 0 30px;
  border-bottom: 2px solid #ebebeb;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  font-weight: 300;
}
.prodet-page .prodet-1 .prodet-box .right .sgs {
  margin: 30px 0 45px;
}
.prodet-page .prodet-1 .prodet-box .right .link a {
  display: inline-block;
  padding: 12px 0px;
  border: 2px solid var(--color);
  background: var(--color);
  font-size: 18px;
  line-height: 1;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 160px;
  color: #fff;
}
.prodet-page .prodet-1 .prodet-box .right .link a:hover {
  background: #000;
  border: 2px solid #000;
}
.prodet-page .prodet-1 .prodet-box .right .link .inquiry {
  margin-left: 20px;
  background: none;
  color: var(--color);
}
.prodet-page .prodet-1 .prodet-box .right .link .inquiry:hover {
  background: var(--color);
  color: #fff;
  border: 2px solid var(--color);
}
.prodet-page .prodet-1 .prodet-box .right .link .pdf {
  margin-left: 20px;
  background: none;
  color: var(--color);
}
.prodet-page .prodet-1 .prodet-box .right .link .pdf:hover {
  background: var(--color);
  color: #fff;
  border: 2px solid var(--color);
}
.prodet-page .prodet-2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.prodet-page .prodet-2 .box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #d9d9d9;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.prodet-page .prodet-2 .box .left {
  background: #fff;
}
.prodet-page .prodet-2 .box .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-2 .box .left ul li {
  font-size: 16px;
  line-height: 1;
  color: #616161;
  padding: 0 30px;
  border-right: 1px solid #616161;
}
.prodet-page .prodet-2 .box .left ul li:last-child {
  border-right: 0 solid #616161;
}
.prodet-page .prodet-2 .box .left ul li:first-child {
  padding: 0 30px 0 0;
}
.prodet-page .prodet-2 .box .right {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
}
.prodet-page .prodet-2 .box .right p {
  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;
  line-height: 1;
  color: #000000;
  font-weight: 300;
  margin-left: 65px;
}
.prodet-page .prodet-2 .box .right p:first-child {
  margin-left: 0;
}
.prodet-page .prodet-2 .box .right p img {
  margin-right: 15px;
}
.prodet-page .prodet-3 {
  padding: 30px 0;
}
.prodet-page .prodet-3 .chanshuBox {
  position: relative;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left {
  width: 50%;
  padding: 0 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box h4 {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1;
  color: #2c2927;
  margin-bottom: 25px;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box h5 {
  font-size: 24px;
  line-height: 1;
  color: #2c2927;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .right {
  width: 50%;
  text-align: right;
}
.prodet-page .prodet-3 .chanshuBox .swiper-button-prev,
.prodet-page .prodet-3 .chanshuBox .swiper-button-next {
  width: 54px;
  height: 54px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-3 .chanshuBox .swiper-button-prev {
  background: url(/yztransformer/2022/03/24/l-left.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
}
.prodet-page .prodet-3 .chanshuBox .swiper-button-next {
  background: url(/yztransformer/2022/03/24/r-right.png) no-repeat center center;
  background-size: 100% 100%;
  right: 90%;
}
.prodet-page .prodet-4 {
  padding: 70px 0 40px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f2f2f4), color-stop(60%, #f7f7f7));
  background: -webkit-linear-gradient(top, #f2f2f4 60%, #f7f7f7 60%);
  background: -moz-linear-gradient(top, #f2f2f4 60%, #f7f7f7 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #f2f2f4), color-stop(50%, #f7f7f7));
  background: -webkit-linear-gradient(top, #f2f2f4 70%, #f7f7f7 50%);
  background: -moz-linear-gradient(top, #f2f2f4 70%, #f7f7f7 50%);
  background: linear-gradient(to bottom, #f2f2f4 70%, #f7f7f7 50%);
}
.prodet-page .prodet-4 .relatedBox .swiper-slide a {
  display: block;
  text-align: center;
}
.prodet-page .prodet-4 .relatedBox .swiper-slide a:hover h4 {
  color: var(--color);
}
.prodet-page .prodet-4 .relatedBox .swiper-slide a h4 {
  font-size: 14px;
  color: #000000;
}
.prodet-page .prodet-5 {
  padding: 80px 0 50px;
}
.slick-arrow.slick-hidden {
  display: block;
}
/*详情*/
.display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.display .display-left {
  width: 40%;
}
.display-right {
  width: 60%;
}
.display .display-left p {
  line-height: 1.8;
  font-size: 18px;
  color: #6e6e6e;
}
.display-right h5 {
  font-size: 24px;
}
.display-right h5 {
  font-size: 24px;
  padding-bottom: 20px;
}
.display-right img {
  padding: 20px 0;
}
.prodet-6 table {
  text-align: center;
  margin-bottom: 60px;
}
.prodet-6 table tr:nth-child(1) {
  background: #484443;
  color: #fff;
  font-size: 18px;
}
.prodet-6 table tr:nth-child(2) {
  background: #949494;
  color: #fff;
}
.prodet-6 table tr {
  font-size: 16px;
}
.prodet-6 table td,
.prodet-6 table th {
  border: 0;
}
.prodet-6 table tr:nth-child(1) td {
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
}
.prodet-6 table tr td {
  padding: 15px 0;
}
/*详情-end*/
.prodet-page .prodet-7 .left {
  font-size: 18px;
  padding-right: 20px;
}
.prodet-page .prodet-7 .left img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
}
.prodet-page .prodet-7 .left table {
  font-size: 14px;
}
.prodet-page .prodet-7 .right {
  font-size: 18px;
  padding-left: 20px;
}
.prodet-page .prodet-7 .right table {
  font-size: 14px;
  margin-bottom: 15px;
}
.prodet-page .prodet-7 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-7 .left table tr:nth-child(even) {
  background: #fff;
}
.prodet-page .prodet-7 .right table tr:nth-child(even) {
  background: #fff;
}
.prodet-page .prodet-7 {
  padding-bottom: 60px;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box {
  background: #fff;
}
.prodet-page .prodet-1 .prodet-box .right .content p {
  font-size: 16px;
}
@media screen and (max-width: 1230px) {
  .prodet-page .prodet-1 .prodet-box .right .link a:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .font-18.mt-15.Auxil-catdes{
    max-height: 250px;
    overflow-y: auto;

  }
  .prodet-page .prodet-1 .prodet-box .left {
    width: 100%;
    padding-left: 17%;
    position: relative;
  }
  .prodet-page .prodet-1 .prodet-box .right {
    width: 100%;
    padding-left: 0%;
    margin-top: 35px;
  }
  .prodet-page .prodet-1 .prodet-box .right .link a {
    font-size: 16px;
  }
  .display .display-left {
    width: 100%;
  }
  .display-right {
    width: 100%;
    margin-top: 30px;
  }
  .display {
    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;
  }
  .display .display-left p {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .box {
    display: none;
  }
  .prodet-page .prodet-3 .chanshuBox .swiper-button-prev,
  .prodet-page .prodet-3 .chanshuBox .swiper-button-next {
    display: none;
  }
  .product-page .content table {
    white-space: nowrap;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-3 {
    display: none;
  }
  .prodet-page .prodet-1 .prodet-box .right .link a {
    width: 135px;
  }
  .prodet-page .prodet-1 .prodet-box .left .img-scroll {
    display: none;
  }
  .prodet-page .prodet-1 .prodet-box .left {
    width: 100%;
    padding-left: 0%;
    position: relative;
  }
  .prodet-page .prodet-1 .prodet-box .right h3.tit {
    font-size: 20px;
  }
}
.inner-page .sidebar-content .sidebar-box .slick .slick-track {
  margin-left: 0;
}
.inner-page.product-page .sidebar-content .sidebar-box .img.column {
  padding-left: 15px;
}
.inner-page.product-page .sidebar-content .sidebar-box .two > div {
  vertical-align: middle;
}
.gallery-page {
  padding: 90px 0 110px;
}
.gallery-page .oprions {
  margin-bottom: 40px;
}
.gallery-page .oprions a {
  display: inline-block;
  padding: .5em 1em;
  border-radius: 5px;
  background: #eee;
  font-size: 14px;
  line-height: 28px;
  transition: .5s;
  margin: 2px;
}
.gallery-page .oprions a:hover,
.gallery-page .oprions a.active {
  color: white;
  background: var(--color);
}
.gallery-page .list ul {
  margin: -15px;
}
.gallery-page .list ul li {
  padding: 15px;
}
.gallery-page .list ul li a {
  display: block;
  overflow: hidden;
}
.gallery-page .list ul li a img {
  width: 100%;
}
.gallery-page .list ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 1700px) {
  .cpybanner{
    font-size: 18px;
    line-height: 32px;
    display: none!important;
  }
  .inner-banner .mbx {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
    margin-top: 0.5em;
  }
  .inner-banner .mbx {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 {
    padding-top: 100px;
  }
  .inner-page h2.title {
    font-size: 32px;
  }
  .about-page .about-2 .list ul li .box h6 {
    font-size: 48px;
  }
  .about-page .about-2 .list ul li .box p {
    font-size: 18px;
  }
  .about-page .about-2 .list {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
  }
  .about-page .about-3 {
    padding: 180px 0 60px;
  }
  .about-page .about-4 {
    padding-bottom: 80px;
  }
  .contact-page .contact-1 .right .list ul li .box2 .content h6 {
    font-size: 18px;
    line-height: 32px;
  }
  .inner-page .text {
    font-size: 16px;
    line-height: 2;
    opacity: 1.75;
  }
  .inner-page h6.smallTitle {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: .8em;
  }
  .inner-page span.tag {
    margin-bottom: 15px !important;
  }
  .contact-page .contact-1 .right .list ul li .box2 i.fa {
    font-size: 48px;
  }
  .faq-page .faq-1 .list ul li .box h6 {
    font-size: 16px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    line-height: 24px;
    height: 44px;
    font-size: 14px;
    padding: 10px;
  }
  .inner-page a.more {
    font-size: 16px;
    padding: 4px;
  }
  .service-page .list ul li .box i.fa {
    font-size: 40px;
  }
  .service-page .list ul li .box h6,
  .news-page .list ul li .box .content h6 {
    font-size: 20px;
    line-height: 36px;
  }
  .inner-page .sidebar-content .sidebar-nav form input[type="text"] {
    font-size: 16px;
  }
  .inner-page .form ul li textarea {
    height: 120px;
  }
}
@media screen and (max-width: 1500px) {
  .product-page h1 {
    font-size: 28px;
    line-height: 1.6;
  }
  .inner-page .sidebar-content .sidebar-nav form input[type="text"] {
    height: 50px;
    padding: 0 10px;
    border-radius: 8px;
  }
  .inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
    right: 10px;
  }
  .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a,
  .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a span {
    font-size: 16px;
  }
  .news-page .list ul li .box a.img {
    height: 220px;
  }
  .inner-page .sidebar-content .sidebar-nav .sidebar-info p {
    font-size: 14px;
  }
  .contact-page .contact-1 .right .list ul li .box2 i.fa {
    font-size: 36px;
  }
  .about-page .about-1 .left .imgBox {
    height: 540px;
  }
  .about-page .about-1 .right .phone {
    font-size: 16px;
  }
  .about-page .about-1 .right .phone span {
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .about-2 .list ul li .box h6 {
    font-size: 36px;
    line-height: 1.4;
  }
  .about-page .about-2 .list ul li .box i.fa {
    font-size: 48px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .left .imgBox h6 {
    font-size: 36px;
    padding: 10px 15px;
  }
  .about-page .about-1 .left .imgBox h6 small {
    font-size: 12px;
  }
  .about-page .about-1 .left > h6 {
    right: -20px;
  }
  .about-page .about-2 .list ul li .box p {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-3 {
    padding: 120px 0 60px;
  }
  .about-page .about-3 .box .right .img {
    width: 400px;
    height: 400px;
  }
  .about-page .about-3 .box .right .img .play {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
  .about-page .about-5 .left .img {
    height: 400px;
  }
  .about-page .about-5 .left .img.ie2 {
    height: 260px;
  }
  .about-page .about-5 .left .img.ie2 span {
    max-width: 120px;
  }
  .contact-page .contact-1,
  .contact-page .contact-3,
  .gallery-page,
  .service-page,
  .product-page {
    padding: 60px 0;
  }
  #mapContainer {
    height: 300px !important;
  }
  .inner-page .form ul li {
    padding: 8px;
  }
  .inner-page .form ul {
    margin: -8px;
  }
  .faq-page .faq-2,
  .faq-page .faq-2:after,
  .about-page .about-1,
  .about-page .about-5 {
    background-size: 40% auto;
  }
  .service-page .list ul li .box {
    zoom: .8;
  }
  .service-page .list ul li {
    padding: 15px;
  }
  .service-page .list ul {
    margin: -15px;
  }
  .inner-page .sidebar-content .sidebar-nav .sidebar-info {
    padding: 30px 15px;
  }
  .inner-page .sidebar-content .sidebar-nav .sidebar-info p {
    font-size: 12px;
  }
  .news-page .list ul li .box .content a.more {
    max-width: 90%;
  }
  .inner-page a.more i.plus {
    right: -30px;
  }
  .product-page h1 {
    font-size: 18px;
    line-height: 32px;
  }
  .product-page .product-list2 ul li .box .content2 h3 {
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 12px;
    background-size: auto 10px;
  }
  .product-page .product-list2 ul li .box .content2 .text {
    margin: 1em 0;
  }
  .product-page .product-list2 ul li .box .content2 a.link {
    font-size: 14px;
    line-height: 28px;
  }
  .product-page .product-list2 ul li .box .content2 a.link img {
    max-width: 25px;
  }
  .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a,
  .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1250px) {
  .news-page .list ul li .box .content {
    padding: 15px;
  }
  .service-page .list ul li .box h6,
  .news-page .list ul li .box .content h6 {
    font-size: 16px;
    line-height: 30px!important
  }
  .news-page .list ul li .box .content span {
    font-size: 14px;
    line-height: 28px;
  }
  .inner-page a.more i.plus {
    width: 30px;
    height: 30px;
    bottom: -10px;
  }
  .news-page .list ul li .box a.img {
    height: 380px;
  }
  .inner-page .sidebar-content .sidebar-box {
    padding-left: 0;
  }
  .newdet-page .news-content .m-link {
    font-size: 14px;
    line-height: 28px;
  }
  .service-page .list ul li .box i.fa:after {
    width: 80px;
    height: 70px;
  }
  .about-page .about-1 .right img {
    margin-top: 10px;
  }
  .about-page .about-3 .box .right .img {
    height: 300px;
    width: 300px;
  }
  .about-page .about-3 {
    padding: 80px 0 50px;
  }
  .about-page .about-3 .box .left {
    padding-right: 5%;
  }
  .about-page .about-4 .right .list ul li .img {
    height: 230px;
  }
  .about-page .about-4 .left .list {
    margin-bottom: 30px;
  }
  .about-page .about-4 .left .text {
    margin: 1em 0;
  }
  .about-page .about-5 {
    padding: 70px 0;
  }
  .about-page .about-5 .right .list ul li {
    font-size: 15px;
  }
  .about-page .about-5 .right .list {
    margin-bottom: 30px;
  }
  .about-page .about-5 .left .img.ie2 {
    margin-top: -27%;
  }
  .about-page .about-6 {
    padding: 70px 0;
  }
  .about-page .about-6 .left .text {
    margin: 1em 0;
  }
  .about-page .about-4 .right .list ul li {
    padding: 5px;
  }
  .about-page .about-4 .right .list ul {
    margin: -5px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    display: none;
  }
  .about-page .about-1 .right {
    width: 100%;
  }
  .about-page .about-1 {
    padding-top: 60px;
  }
  .inner-page h2.title {
    font-size: 22px;
    line-height: 40px!important;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
  }
  .about-page .about-2 .list ul li .box {
    padding: 15px;
  }

  .about-page .about-2 .list ul li .box h6 {
    font-size: 24px;
  }

  .about-page .about-2 .list {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .about-2 {
    padding: 50px 0;
  }
  .about-page .about-3 {
    padding: 60px 0;
    background-size: cover;
  }
  .about-page .about-3 i.mask {
    width: 100%;
    height: 100%;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-4 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-4 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .about-5 .left {
    display: none;
  }
  .about-page .about-5 .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-6 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-6 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .left,
  .contact-page .contact-3 .left {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .contact-1 .right,
  .contact-page .contact-3 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .right .list ul {
    margin: -10px;
  }
  .contact-page .contact-1 .right .list ul li .box2 i.fa {
    width: 50px;
  }
  .service-page .list ul li,
  .news-page .list ul li {
    width: 50% !important;
  }
  .product-page .product-list2 ul li .box .mask {
    width: 99%;
    height: 99%;
  }
  .contact-page .contact-1 .right .list ul li .box2 {
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
    -moz-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
  }
  .about-page .about-4 .right .list ul li .img h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .product-page .product-list2 ul li {
    width: 100% !important;
  }
  .service-page .list ul li .box {
    padding: 25px;
  }
  .contact-page .contact-1 .right .list ul li .box2 .content h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    width: 100%;
  }
  .about-page .about-3 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-3 .box .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .about-page .about-3 .box .right .img {
    width: 100%;
    height: 200px;
    border-radius: 0;
  }
}
@media screen and (max-width: 500px) {
  .service-page .list ul li,
  .news-page .list ul li {
    width: 100% !important;
  }

  .about-page .about-2 .list ul li {
    width: 100%;
  }
  .about-page .about-4 .right .list ul li {
    width: 50%;
  }
  .faq-page .faq-1 {
    padding: 40px 0;
  }
  .faq-page .faq-1 .list ul li .box h6 {
    padding: 10px 15px;
  }
  .faq-page .faq-1 .list ul li .box .text {
    padding: 0 15px 15px;
  }
  .faq-page .faq-2:after {
    display: none;
  }
  .faq-page .faq-2,
  .faq-page .faq-2:after,
  .about-page .about-1,
  .about-page .about-5 {
    background-size: 60% auto;
  }
  .faq-page .faq-2 .form {
    max-width: none;
    margin-top: 20px;
  }
  .faq-page .faq-1 .list {
    margin-top: 20px;
  }
  .faq-page .faq-2 {
    padding: 50px 0;
  }
  .inner-banner h2 {
    font-size: 22px;
    line-height: 40px;
  }
  .inner-banner .mbx {
    font-size: 16px;
    line-height: 30px;
  }
}

.services-page-section{
	position:relative;
	padding:100px 0px 70px;
}
.service-block-four .inner-box{
	position:relative;
	padding:0px 20px 0px;
}

.service-block-four .inner-box .image{
	position:relative;
	background-color:var(--color);
}

.service-block-four .inner-box .image img{
	position:relative;
	width:100%;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-four .inner-box:hover .image img{
	opacity:0.80;
}

.service-block-four .inner-box .lower-content{
	position:relative;
	margin-top:-40px;
	text-align:center;
}

.service-block-four .inner-box .lower-content:before{
	position:absolute;
	content:'';
	left:-20px;
	top:-60px;
	right:-20px;
	bottom:30px;
	z-index:-1;
	border-radius:8px;
	border:2px solid #cccccc;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-four .inner-box:hover .lower-content:before{
	border-color:var(--color);
	background-color:var(--color);
}
.service-block-four .inner-box a.more {
  transition: .5s;
}
.service-block-four .inner-box:hover a.more {
  background-color: #888;
}

.service-block-four .inner-box .lower-content .icon{
	position:relative;
	width:80px;
	height:80px;
	color:var(--color);
	font-size:44px;
	line-height:80px;
	margin:0 auto;
	text-align:center;
	border-radius:50px;
	background-color:#f6f6f6;
	box-shadow:0px 0px 15px rgba(0,0,0,0.20);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-four .inner-box:hover .lower-content .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block-four .inner-box .lower-content h4{
	position:relative;
	line-height: 44px;
	font-weight: 800;
	margin-top: 22px;
	margin-bottom:14px;
  font-size: 24px;
}

.service-block-four .inner-box .lower-content h4 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block-four .inner-box:hover .lower-content h4 a,
.service-block-four .inner-box:hover .lower-content .text{
	color:#ffffff;
}

.service-block-four .inner-box .lower-content .text{
	position:relative;
	color:#555555;
	line-height:1.8em;
	margin-bottom:22px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.f-18 {
    margin-top: 25px;
    margin-bottom: 65px;
    font-weight: bold;
    max-height: 400px;
    padding-right: 20px;
    overflow-y: scroll;
    line-height: 2;
}
.f-22 {
    font-size: 22px;
}
.f-33 {
    font-size: 33px;
}
.fb {
    font-weight: bold;
}
.blue {
    color: var(--color);
}
.f-24 {
    font-size: 24px;
    line-height: 44px;
}
.f-19 {
    font-size: 20px;
    line-height: 36px;
}
.f-21 {
    font-size: 22px;
    line-height: 40px;
}
.f-48 {
    font-size: 48px;
    line-height: 1.2;
}
.f-30 {
    font-size: 30px;
    line-height: 1.6;
}
.f-14 {
    font-size: 14px;
    line-height: 28px;
}
.f-40 {
    font-size: 40px;
    line-height: 1.2;
}
.f-27 {
    font-size: 28px;
    line-height: 1.6;
}
.about2-page .navside .navlist {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about2-page .about-1 .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about2-page .about-1 .main .left {
    position: relative;
}
.about2-page .about-1 .main .right {
    padding-left: 5%;
    padding-right: 10%;
}
.about2-page .about-1 .main .right h1 {
    font-weight: bold;
    max-width: 450px;
    line-height: 2;
}
.about2-page .about-1 .main .right .content {
    max-height: 370px;
    overflow-y: scroll;
    padding-right: 40px;
}
.about2-page .about-1 .main .right .content p {
    color: #050302;
    line-height: 2;
}
.about2-page .about-3 {
    padding-top: 100px;
    padding-bottom: 70px;
    text-align: center;
}
.about2-page .about-3 img {
    margin-top: 20px;
}
.about2-page .about-4 {
    padding-bottom: 160px;
    padding-top: 50px;
}
.about2-page .about-4 .ui.container {
    text-align: left;
}
.about2-page .about-4 .ui.container > p {
    margin-top: 40px;
}
.about2-page .about-4 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.about2-page .about-4 .top p {
    color: #666666;

    line-height: 1.6;
    margin-left: 10px;
}
.about2-page .about-4 .team {
    margin-top: 90px;
}
.about2-page .about-4 .team ul.teamlist {
    margin: 0 -15px;
}
.about2-page .about-4 .team ul.teamlist li {
    padding: 15px;
}
.about2-page .about-4 .team ul.teamlist li .item {
    position: relative;
    padding-bottom: 60px;
}
.about2-page .about-4 .team ul.teamlist li .item .imgbox {
    overflow: hidden;
    border-radius: 20px;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox {
    -webkit-box-shadow: 1px 2px 43px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 1px 2px 43px 0px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
    width: 90%;
    padding: 20px 10px;
    background: var(--color);
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox p {

    margin-bottom: 15px;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist {
    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;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist li {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 100%;
    margin: 0 5px;
    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;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist li a {
    color: #fff;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #fff;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist li:hover a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--color);
}
.about2-page .about-5 {
    margin: 40px 0;
}
.about2-page .ui.container .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about2-page .ui.container .top em {
    font-weight: bold;
    font-weight: bold;
    color: var(--color);
    margin-right: 10px;
}
.about2-page .ui.container .top h6 {
    color: #666666;
}
.about2-page .ui.container .top h3 {
    font-weight: bold;
    color: #000000;
    opacity: 0.9;
}
.about2-page .about-6 p {
    color: #050302;
    line-height: 1.8;

    font-weight: 300;
    margin-top: 40px;
}
.about2-page .about-7 .main {
    margin-top: -20px;
}
.about2-page .about-7 .main ul li {
    position: relative;
    padding-left: 45%;
    margin-bottom: 60px;
    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;
}
.about2-page .about-7 .main ul li .img-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 50%;
}
.about2-page .about-7 .main ul li .textbox {
    text-align: left;
    padding: 50px 0;
    padding-left: 15%;
    padding-right: 5%;
    -webkit-box-shadow: 2px 2px 21px 3px rgba(156, 156, 156, 0.15);
    box-shadow: 2px 2px 21px 3px rgba(156, 156, 156, 0.15);
}
.about2-page .about-7 .main ul li .textbox h3 {
    margin-bottom: 20px;
}
.about2-page .about-7 .main ul li .textbox .number {
    width: 64px;
    height: 55px;
    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;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    background: var(--color);
}
.about2-page .about-7 .main ul li .textbox .content {
    height: 450px;
    overflow-y: scroll;
    padding-right: 20px;
}
.about2-page .about-7 .main ul li:nth-child(even) {
    padding-right: 45%;
    padding-left: 0;
}
.about2-page .about-7 .main ul li:nth-child(even) .img-box {
    right: 0;
    left: auto;
}
.about2-page .about-7 .main ul li:nth-child(even) .textbox {
    padding-right: 15%;
    padding-left: 5%;
}
.about2-page .about-10 {
    padding-bottom: 100px;
}
.about2-page .about-10 .main ul li {
    position: relative;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about2-page .about-10 .main ul li .img-box {
    width: 50%;
    z-index: 3;
    flex-shrink: 0;
    position: relative;
}
.about2-page .about-10 .main ul li .textbox {
    position: relative;
    padding-top: 90px;
    padding-left: 5%;
    padding-right: 5%;
    background: #f5f5f5;
    z-index: 2;
    padding-bottom: 70px;
}
.about2-page .about-10 .main ul li .textbox h3 {
    margin-bottom: 30px;
}
.about2-page .about-10 .main ul li .textbox .content {
    max-height: 180px;
    overflow-y: scroll;
    padding-right: 20px;
}
.about2-page .about-10 .main ul li .list {
  margin-top: 40px;
}
.about2-page .about-10 .main ul li .list ul {
    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;
    color: white;
}

.about2-page .about-10 .main ul li .list ul li {
    text-align: center;
    width: auto;
    display: block;
}

.about2-page .about-10 .main ul li .list ul li h6 {
    font-weight: 700;
    font-size: 60px;
    color: white;
    line-height: 1;
    display: block;
    width: 100%;
}

.about2-page .about-10 .main ul li .list ul li p {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 12px
}

.about2-page .about-10 .main ul li .textbox .num {
    font-weight: bold;
    font-size: 388px;
    line-height: 1;
    position: absolute;
    z-index: -1;
    color: #fff;
    opacity: 0.4;
    right: 5%;
    bottom: 0;
}
.about2-page .about-10 .main ul li:nth-child(even) .img-box {
    right: 0;
    left: 50%;
}
.about2-page .about-10 .main ul li:nth-child(even) .textbox {
    background: var(--color);
    left: -50%;
}
.about2-page .about-10 .main ul li:nth-child(even) .textbox h3 {
    color: #fff;
}
.about2-page .about-10 .main ul li:nth-child(even) .textbox .content {
    color: #fff;
}
.about2-page .about-10 .main ul li:nth-child(even) .textbox .num {
    left: 0;
    opacity: 0.1;
}
.about2-page .about-11 .qualitybox ul.qualitylist {
    margin: 0 -40px;
    margin-top: 60px;
}
.about2-page .about-11 .qualitybox ul.qualitylist li {
    padding: 20px 40px;
    padding-bottom: 0;
    position: relative;
}
.about2-page .about-11 .qualitybox ul.qualitylist li:before {
    content: "";
    width: 1px;
    height: 65%;
    position: absolute;
    background: #ececec;
    right: 0;
    bottom: 0;
}
.about2-page .about-11 .qualitybox ul.qualitylist li:nth-child(3):before {
    display: none;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item {
    text-align: center;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item:hover span img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item span {
    width: 169px;
    height: 169px;
    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;
    position: relative;
    margin: 0 auto;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item span img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item span:before {
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 70px 0 70px 70px;
    background: var(--color);
    z-index: -1;
    position: absolute;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item h5 {
    color: var(--color);
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item p {
    font-weight: 300;

    min-height: 260px;
    line-height: 2;
}
.about2-page .about-12 h3 {
    color: var(--color);
    font-weight: bold;
    margin-bottom: 10px;
}
.about2-page .about-12 .honorbox {
    margin-bottom: 50px;
    margin-top: 20px;
}
.about2-page .about-12 .honorbox ul.honorlist {
    margin: 0 -10px;
}
.about2-page .about-12 .honorbox ul.honorlist .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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 2px;
    margin-top: 10px;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #ededed;
    padding: 0;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li button {
    display: none;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li.slick-active {
    background: var(--color);
}
.about2-page .about-12 .honorbox ul.honorlist li {
    padding: 10px;
}
@media screen and (max-width: 1400px) {
    .f-40 {
        font-size: 32px;
    }
    .f-24 {
        font-size: 20px;
    }
    .about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about2-page .about-10 .main ul li .textbox {
        padding-bottom: 100px;
    }
    .f-32 {
        font-size: 24px;
    }
    .f-16 {
        font-size: 14px;
        line-height: 2;
    }
    .f-27 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1200px) {
    .about2-page .about-10 .main ul li .textbox {
        padding-bottom: 0;
        padding-top: 30px;
    }
    .f-16 {
        font-size: 14px;
    }
    .f-27 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .f-24 {
        font-size: 16px;
    }
    .about-page{
      margin-top:-40px;
    }
    p.fl {
        width: 100%!important;
        white-space: normal!important;
    }
    .about2-page .about-10 .main ul li .textbox .num {
        font-size: 200px;
    }
    .jiayan {
        display: none !important;
    }
    .f-32 {
        font-size: 16px;
        line-height: 2;
    }
    h1.sidh1 {
        display: none !important;
    }
}
@media screen and (max-width: 800px) {
    .about2-page .about-1 .main {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .about2-page .about-1 .main .left {
        width: 100%;
    }
    .about2-page .about-1 .main .right {
        width: 100%;
    }
    .about2-page .about-1 .main .right {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 20px;
    }
    .about2-page .about-7 .main ul li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
    }
    .about2-page .about-7 .main ul li .textbox {
        padding-left: 5%;
    }
    .about2-page .about-7 .main ul li:nth-child(even) {
        padding-right: 0;
    }
    .about2-page .about-7 .main ul li:nth-child(even) .textbox {
        padding-right: 5%;
    }
    .about2-page .about-7 .main ul li .textbox .content {
        height: auto;
    }
    .about2-page .about-7 .main {
        margin-top: 20px;
    }
    .about2-page .about-7 .main ul li .img-box {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
    }
    .about2-page .about-10 .main ul li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
    }
    .about2-page .about-10 .main ul li .textbox {
        padding-left: 5%;
    }
    .about2-page .about-10 .main ul li:nth-child(even) {
        padding-right: 0;
    }
    .about2-page .about-10 .main ul li:nth-child(even) .textbox {
        padding-right: 5%;
    }
    .about2-page .about-10 .main ul li .textbox .content {
        height: auto;
        padding-bottom: 40px;
    }
    .about2-page .about-10 .main ul li .img-box {
        position: relative;
        width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .font-22 {
        font-size: 16px;
    }

}
@media screen and (max-width: 600px) {
    .f-40 {
        font-size: 20px;
    }
    .font-32 {
        font-size: 20px;
    }
    .about2-page .about-11 .qualitybox ul.qualitylist li .item p {
        min-height: auto;
        padding-bottom: 20px;
    }
    .navside .ui.container ul.navlist li{
        width: 50%;
        text-align: center;
    }
    .f-29 {
        font-size: 16px;
    }
    .f-53 {
        font-size: 20px;
    }
}
.fluid-section-one{
    position:relative;
    padding:0px 0px 20px;
}

.fluid-section-one:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:black;
}

.fluid-section-one .container{
    position:relative;
    min-height:250px;
}

.fluid-section-one .image-column{
    position:absolute;
    right:0px;
    top:-100px;
    width:50%;
    height:100%;
}

.fluid-section-one .image-column .image-box{
    position:relative;
    z-index:2;
    padding-top:6px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.fluid-section-one .image-column .image-box img{
    position:relative;
    display:block;
    width:100%;
}

.fluid-section-one .image-column .color-layer{
    position:absolute;
    content:'';
    left:-20px;
    top:15px;
    right:0px;
    bottom:3px;
    z-index:1;
    background-color:var(--color);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.fluid-section-one .image-column .color-layer-two{
    position:absolute;
    content:'';
    left:-5px;
    top:4px;
    right:0px;
    bottom:19px;
    z-index:1;
    background-color:#ffffff;
    box-shadow:0px 0px 20px rgba(0,0,0,0.35);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.fluid-section-one .image-column .video-box{
    position:absolute;
    left:45px;
    bottom:60px;
    width:100px;
    height:100px;
    color:var(--color);
    z-index:10;
    font-size:30px;
    text-align:center;
    line-height: 100px;
    display:inline-block;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    background-color:#ffffff;
    border-radius:50px 50px 0px 50px;
}

.fluid-section-one .image-column .video-box .overlay-box span{
    position: absolute;
    width:100px;
    height:100px;
    left:50%;
    top: 50%;
    z-index:99;
    color: var(--color);
    font-weight:400;
    font-size:16px;
    text-align: center;
    border-radius:10px;
    padding-left:15px;
    display: inline-block;
    margin-top: -50px;
    margin-left:-50px;
    background-color:#ffffff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.fluid-section-one .image-column .video-box .ripple,
.fluid-section-one .image-column .video-box .ripple:before,
.fluid-section-one .image-column .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:100px;
    height:100px;
    margin-left:.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.fluid-section-one .image-column .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.fluid-section-one .image-column .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

.fluid-section-one .content-column{
    position:relative;
    float:left;
    width:50%;
    z-index:1;
}

.fluid-section-one .content-column .inner-column{
    position:relative;
    max-width:600px;
    width:100%;
    float:right;
    padding:110px 45px 50px 15px;
}

.fluid-section-one .content-column .sec-title{
    margin-bottom:25px;
    color: white;
}

.fluid-section-one .content-column .text{
    position:relative;
    color:#ffffff;
    font-size:16px;
    line-height:30px;
    margin-bottom:35px;
}

/* Fact Counter */

.fact-counter{
    position:relative;
    z-index:1;
}

.fact-counter .column{
    position:relative;
    margin-bottom:30px;
}

.fact-counter .column .inner{
    position:relative;
    margin-right:-30px;
}

.fact-counter .column .inner .content{
    position:relative;
    padding-left:60px;
}

.fact-counter .column .inner .icon{
    position:absolute;
    left:0px;
    top:7px;
    color:var(--color);
    font-size:40px;
    text-align:center;
    line-height:1em;
    font-weight: 400;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.fact-counter .column .inner:hover .icon{
    color:#ffffff;
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.fact-counter .count-outer .percentage{
    position:relative;
    font-weight:600;
    color:#222222;
    font-size:30px;
    line-height:1em;
}

.fact-counter .column .inner .count-outer{
    position:relative;
    font-weight:700;
    color:#ffffff;
    font-size:30px;
    line-height:1em;
}

.fact-counter .column .inner .counter-title{
    position:relative;
    color:#ffffff;
    font-size:18px;
    font-weight:400;
    margin-bottom:10px;
}

.gallery-section{
    position:relative;
    padding:100px 0px 140px;
    background-position:center top;
    background-repeat:no-repeat;
    display: inline-block;
    width: 100%;
}

.gallery-section .filters{
    position:relative;
    margin-bottom:60px;
    text-align:center;
}

.gallery-section .filters .filter-tabs{
    position:relative;
    padding:0px 30px;
    border-radius:50px;
    display:inline-block;
    border:1px solid #ebebeb;
}

.gallery-section .filters li{
    position: relative;
    color: #555555;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    margin:0px 30px 0px;
    padding:16px 0px 18px;
    padding-left:35px;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-section .filters li .icon{
    position: absolute;
    left:0px;
    font-size:26px;
    color:#222222;
    line-height:1em;
    font-weight:400;
    top:16px;
    margin-right:10px;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover{
    color:var(--color);
}

.gallery-section .filters li:last-child::before{
    display:none;
}

.gallery-section .filters li:before{
    position:absolute;
    content:'';
    right:-30px;
    top:14px;
    height:35px;
    width:1px;
    background-color:#ebebeb;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.gallery-section .filters li:hover .icon,
.gallery-section .filters li.active .icon{
    color:var(--color);
}

.gallery-section .lower-text{
    position:relative;
    text-align:center;
    margin-top:30px;
}

.gallery-section .lower-text .text{
    position:relative;
    color:#505050;
    font-size:16px;
    font-weight:600;
    padding:18px 40px;
    border-radius:50px;
    display:inline-block;
    border:1px solid #acacac;
}

.gallery-section .lower-text .text a{
    position:relative;
    color:var(--color);
    font-weight:900;
}

.gallery-block{
    position:relative;
}
.gallery-section .ret .text {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
}
.gallery-block .inner-box{
    position:relative;
}

.gallery-block .inner-box .image{
    position:relative;
}

.gallery-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.gallery-block .inner-box .image .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.gallery-block .inner-box:hover .overlay-box{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.gallery-block .inner-box .image .overlay-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    z-index:1;
    opacity:0.80;
    background-color:black;
}

.gallery-block .inner-box .image .overlay-box .search-icon{
    position:absolute;
    right:0%;
    top:0%;
    width:60px;
    height:60px;
    color:#ffffff;
    z-index:2;
    font-weight:600;
    font-size:20px;
    text-align:center;
    line-height:60px;
    border-radius:0px;
    display:inline-block;
    background-color:var(--color);
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.gallery-block .inner-box .image .overlay-box .search-icon:before{
    position:absolute;
    content:'';
    right:10px;
    top:10px;
    width:60px;
    height:60px;
    z-index:-1;
    border-left:10px solid rgba(255,255,255,0.20);
    border-bottom:10px solid rgba(255,255,255,0.20);
}

.gallery-block .inner-box .image .overlay-box .search-icon:hover{
    background-color:black;
    color:#ffffff;
}

.gallery-block .inner-box .image .overlay-box .content{
    position:absolute;
    left:40px;
    right:40px;
    bottom:40px;
    z-index:1;
}

.gallery-block .inner-box .image .overlay-box .content h4{
    position:relative;
    line-height:1.3em;
    font-weight:700;
    margin-bottom:16px;
}

.gallery-block .inner-box .image .overlay-box .content h4 a{
    position:relative;
    color:#ffffff;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.gallery-block .inner-box .image .overlay-box .content h4 a:hover{
    color:var(--color);
}

.gallery-block .inner-box .image .overlay-box .content .category{
    position:relative;
    margin-bottom:8px;
    color:#ffffff;
    font-size:16px;
    font-weight:400;
}

.gallery-block .inner-box .image .overlay-box .content .read-more{
    position:relative;
    color:#ffffff;
    padding:8px 20px;
    background-color:var(--color);
}

.gallery-block.mix{
    display:none;
}
.team-section{
    position:relative;
    padding:100px 0px 90px;
}

.team-section .owl-dots{
    display:none;
}

.team-section .owl-nav{
    position:absolute;
    left:100px;
    top:50%;
    right:100px;
}

.team-section .owl-nav .owl-prev{
    position:absolute;
    left:0px;
    width:50px;
    height:50px;
    color:#ffffff;
    font-size:26px;
    line-height:50px;
    text-align:center;
    border-radius:4px;
    margin-left:12px;
    display:inline-block;
    background-color:black;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.team-section .owl-nav .owl-next{
    position:absolute;
    right:0px;
    width:50px;
    height:50px;
    color:#ffffff;
    font-size:26px;
    line-height:50px;
    text-align:center;
    border-radius:4px;
    margin-left:12px;
    display:inline-block;
    background-color:black;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover{
    background-color:var(--color);
}

.team-section .auto-container{
    max-width:1600px;
}

.team-section .color-layer{
    position:absolute;
    content:'';
    left:45px;
    top:0px;
    right:45px;
    bottom:0px;
    background-color:#ffffff;
}

.team-block{
    position:relative;
}

.team-block .inner-box{
    position:relative;
}

.team-block .inner-box .image{
    position:relative;
    overflow:hidden;
}

/*.team-block .inner-box .image:before{
    position:absolute;
    content:'';
    left:0px;
    right:0px;
    bottom:-60px;
    width:378px;
    height:363px;
    z-index:1;
    opacity:0;
    background:url(../images/pattern-3.png);
    background-position:right bottom;
    background-repeat: no-repeat;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}*/

.team-block .inner-box:hover .image:before{
    opacity:0.8;
}

.team-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.team-block .inner-box .image .circular-menu{
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 99;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image .circular-menu.active,
.team-block .inner-box .image .circular-menu:hover{
    opacity: 1;
}

.team-block .inner-box .image .floating-btn{
    display: block;
    z-index:20;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    background-color: black;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    outline: 0;
}

.team-block .inner-box .image .floating-btn:before{
    position:absolute;
    content:'';
    right:-5px;
    top:5px;
    bottom:-5px;
    left:5px;
    opacity:0.20;
    z-index:-1;
    background-color: #000000;
}

.team-block .inner-box .image .circular-menu:hover .floating-btn {
    box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);
}

.team-block .inner-box .image .circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .2);
}

.team-block .inner-box .image .circular-menu .floating-btn i {
    font-size: 16px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.team-block .inner-box .image .circular-menu.active .floating-btn i:before{
    content: "\f00d";
}

.team-block .inner-box .image .circular-menu:after {
    display: block;
    content: ' ';
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: var(--color);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image .circular-menu:hover:after {
    -webkit-transform: scale3d(5.5, 5.5, 1);
    transform: scale3d(5.5, 5.5, 1);
    transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
}

.team-block .inner-box .image .circular-menu:before{
    position:absolute;
    content:'';
    right:0px;
    bottom:0px;
    width:140px;
    height:140px;
}

.team-block .inner-box .image .circular-menu .items-wrapper{
    padding: 0;
    margin: 0;
}

.team-block .inner-box .image .circular-menu .menu-item{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image .circular-menu .menu-item span{
    position:relative;
    color: #ffffff;
    font-size: 1em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    text-align: center;
    line-height: 3;
    background-color: black;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image .circular-menu .menu-item:hover span{
    background-color: #ffffff;
    color: black;
}

.team-block .inner-box .image .circular-menu:hover .menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.team-block .inner-box .image .circular-menu:hover .menu-item:nth-child(1) {
    -webkit-transform: translate3d(1em,-7em,0);
    transform: translate3d(1em,-7em,0);
    z-index:1;
}

.team-block .inner-box .image .circular-menu:hover .menu-item:nth-child(2) {
    -webkit-transform: translate3d(-3.5em,-6.3em,0);
    transform: translate3d(-3.5em,-6.3em,0);
    z-index:1;
}

.team-block .inner-box .image .circular-menu:hover .menu-item:nth-child(3) {
    -webkit-transform: translate3d(-6.5em,-3.2em,0);
    transform: translate3d(-6.5em,-3.2em,0);
    z-index:1;
}

.team-block .inner-box .image .circular-menu:hover .menu-item:nth-child(4) {
    -webkit-transform: translate3d(-7em,1em,0);
    transform: translate3d(-7em,1em,0);
    z-index:1;
}

.team-block .inner-box .lower-box{
    position:relative;
    padding-top:20px;
    text-align:center;
}

.team-block .inner-box .lower-box h3{
    position:relative;
    font-weight:800;
}

.team-block .inner-box .lower-box h3 a{
    position:relative;
    color:black;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.team-block .inner-box .lower-box h3 a:hover{
    color:var(--color);
}

.team-block .inner-box .lower-box .designation{
    position:relative;
    color:#555555;
    font-size:18px;
    font-weight:400;
    margin-top:8px;
}
.news-section{
    position:relative;
    padding:100px 0px 90px;
}
.news-section .centered {
  color: white;
  --color:white;
}
.news-section .owl-nav{
    display:none;
}

.news-section .owl-dots{
    position:relative;
    text-align:center;
    margin-top:30px;
}

.news-section .owl-dots .owl-dot{
    position:relative;
    width:20px;
    height:8px;
    margin:0px 5px;
    display:inline-block;
    background-color:var(--color);
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.news-section .owl-dots .owl-dot.active,
.news-section .owl-dots .owl-dot:hover{
    background-color:black;
}

.news-section .owl-carousel .owl-stage-outer{
    padding:15px 0px 15px;
}

.news-section .image-layer{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:589px;
    background-size:cover;
}

.news-section .image-layer:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    background-color:var(--color);
    opacity: .8;
}

.news-block{
    position:relative;
    margin-bottom:30px;
}

.news-block .inner-box{
    position:relative;
}

.news-block .inner-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0;
    right:0px;
    bottom:0px;
    background-color:#ffffff;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.news-block .inner-box .image{
    position:relative;
    overflow:hidden;
    background-color:var(--color);
}

.news-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}

.news-block .inner-box:hover .image img{
    opacity:0.5;
}

.news-block .inner-box .lower-content{
    position:relative;
    padding-top:25px;
    padding-bottom:25px;
    padding-right:25px;
    padding-left:25px;
}

.news-block .inner-box .lower-content .post-meta{
    position:relative;
}

.news-block .inner-box .lower-content .post-meta li{
    position:relative;
    color:#555555;
    font-size:12px;
    margin-right:10px;
    padding-left:22px;
    display:inline-block;
}

.news-block .inner-box .lower-content .post-meta li .icon{
    position:absolute;
    left:0px;
    top:1px;
    color:var(--color);
    font-size:13px;
    margin-right:6px;
}

.news-block .inner-box .lower-content .post-meta li:last-child{
    margin-right:0px;
}

.news-block .inner-box .lower-content h4{
    position:relative;
    line-height:44px;
    font-weight:800;
    margin-top:10px;
}

.news-block .inner-box .lower-content h4 a{
    position:relative;
    color:black;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.news-block .inner-box .lower-content h4 a:hover{
    color:var(--color);
}

.news-block .inner-box .lower-content .text{
    position:relative;
    color:#555555;
    font-size:16px;
    line-height:30px;
    margin-top:10px;
}

.news-block .inner-box .lower-content .lower-box{
    position:relative;
    margin-top:20px;
}


.news-block .inner-box .lower-content .lower-box .read-more{
    position:relative;
    color:black;
    font-size:16px;
    font-weight:800;
    padding: 13px 20px;
    display: inline-block;
}

.news-block .inner-box .lower-content .lower-box .plus-box{
    position:relative;
    color:#ffffff;
    width:50px;
    top:10px;
    height:50px;
    font-size:14px;
    font-weight:700;
    text-align:center;
    line-height:50px;
    display:inline-block;
    background-color:var(--color);
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.news-block .inner-box:hover .lower-content .lower-box .plus-box{
    top:0px;
}

.news-block.style-two .inner-box .lower-content h4 a:hover,
.news-block.style-two .inner-box .lower-content .post-meta li .icon{
    color:var(--color);
}

.news-block.style-two .inner-box .lower-content .lower-box .plus-box{
    background-color:var(--color);
}

.service-section{
    position:relative;
    padding:85px 0px;
}

.service-section .lower-text{
    position:relative;
    margin-top:40px;
}

.service-section .lower-text .text{
    position:relative;
    color:#555555;
    font-size:14px;
    padding:12px 25px;
    border-radius:50px;
    display:inline-block;
    border:1px dashed #acacac;
}

.service-section .lower-text .text a{
    position:relative;
    font-weight:700;
    color:var(--color);
}

.service-block{
    position:relative;
    margin-bottom:30px;
}

.service-block .inner-box{
    position:relative;
    text-align:center;
    margin-left:20px;
    padding:40px 30px 45px;
    background-color:#ffffff;
    box-shadow:0px 5px 25px rgba(0,0,0,0.10);
}

.service-block .inner-box .line-one{
    position:absolute;
    right:20px;
    top:0px;
    width:10px;
    height:100px;
    background-color:var(--color);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block .inner-box:hover .line-one{
    height:70px;
}

.service-block .inner-box .line-two{
    position:absolute;
    right:40px;
    top:0px;
    width:6px;
    height:70px;
    background-color:black;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block .inner-box:hover .line-two{
    height:100px;
}

.service-block .inner-box:before{
    position:absolute;
    content:'';
    left:-20px;
    top:-20px;
    width:105px;
    height:105px;
    z-index:-1;
    background:url(../images/icons/pattern-1.png) no-repeat;
}

.service-block.style-two .inner-box:before{
    position:absolute;
    content:'';
    left:-20px;
    top:-20px;
    width:270px;
    height:270px;
    background:url(../images/icons/pattern-2.png) no-repeat;
}

.service-block .inner-box .icon-box{
    position:relative;
    padding-top:5px;
    text-align:center;
    margin-bottom:35px;
    display:inline-block;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}

.service-block .inner-box:hover .icon-box{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block .inner-box .icon-box:before{
    position:absolute;
    content:'';
    left:50%;
    top:50%;
    width:105px;
    height:90px;
    background-color:#f6f6f6;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 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%);
}

.service-block .inner-box:hover .icon-box:before{
    background-color:#ffeee7;
}

.service-block .inner-box .icon-box .icon{
    position:relative;
    font-size:50px;
    color:var(--color);
    line-height:1em;
}

.service-block .inner-box h4{
    position:relative;
    line-height:44px;
    font-weight:800;
    margin-bottom:15px;
}

.service-block .inner-box h4 a{
    position:relative;
    color:black;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block .inner-box h4 a:hover{
    color:var(--color);
}

.service-block .inner-box .text{
    position:relative;
    color:#555555;
    font-size:16px;
    line-height:30px;
    margin-bottom:22px;
    font-family: 'Open Sans', sans-serif;
}

.service-block .inner-box .read-more{
    position:relative;
    color:var(--color);
    font-size:18px;
    font-weight:700;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block .inner-box .read-more .arrow{
    position:relative;
    color:black;
}

.service-block .inner-box .read-more:hover{
    color:black;
}
.inner-page section:after {
  content: '';
  display: block;
  clear: both;
}
.inner-page section .centered {
  margin-bottom: 60px;
  position: relative;
}
.inner-page section .grid-box {
  margin: -15px;
}
.inner-page section .grid-box .column {
  padding: 15px;
}
.inner-page section h4 {
  font-size: 24px;
  min-height: 5rem;
}
.inner-page section h3 {
  font-size: 28px;
  line-height: 1.6;
}
.inner-page section h5 {
  font-size: 20px;
  line-height: 36px;
}
.about3-page .about-6 {
    padding: 80px 0;
    background: #eee;
}
.about3-page .about-6 .box {
    position: relative;
}
.about3-page .about-6 .list {
    margin-top: 70px;
}
.about3-page .about-6 .list ul {
    margin: 0 -80px;
}
.about3-page .about-6 .list ul li {
    padding: 60px 80px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about3-page .about-6 .list ul li h6 {
    font-size: 40px;
    font-weight: bold;
}
.about3-page .about-6 .list ul li .text {
    max-height: 9.6em;
    overflow: auto;
    padding-right: .5em;
}
.about3-page .about-6 .list ul .slick-current li {
    padding-top: 0;
}
.about3-page .about-6 .tagList {
    margin-top: 80px;
    color: #bfbfbf;
}
.about3-page .about-6 .tagList ul .slick-list {
    padding-right: 3em;
    font-size: 24px;
}
.about3-page .about-6 .tagList ul li {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding-top: 10px;
}
.about3-page .about-6 .tagList ul li i {
    display: block;
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin-bottom: .7em;
    position: relative;
}
.about3-page .about-6 .tagList ul li i:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: black;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about3-page .about-6 .tagList ul li i:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 2%;
    top: 0;
    background: black;
    -webkit-transition: 5s 1.5s;
    -moz-transition: 5s 1.5s;
    transition: 5s 1.5s;
}
.about3-page .about-6 .tagList ul .slick-current li {
    color: black;
}
.about3-page .about-6 .tagList ul .slick-current li i:before {
    opacity: 1;
}
.about3-page .about-6 .tagList ul .slick-current li i:after {
    width: 100%;
}
@media screen and (max-width: 1800px) {
    .about3-page .about-6 .list {
        margin-top: 50px;
    }
    .about3-page .about-6 .tagList {
        margin-top: 50px;
    }
    .about3-page .about-6 {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1500px) {
    .about3-page .about-6 .list ul li h6 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1250px) {
    .about3-page .about-6 .box {
        margin-left: 0;
    }
    .about3-page .about-6 .list ul li h6 {
        font-size: 24px;
        line-height: 44px;
    }
    .about3-page .about-6 .tagList {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .about3-page .about-6 .list ul li {
        padding: 0;
    }
    .product-page .cpt .cpt-1 span{
    position: absolute;
    left: 10%;
    top: 5%;
    font-size: 18px!important;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
  }
  .product-page .cpt .cpt-12 .box .box2 .info p {
    margin-bottom: 5px;
    font-size: 18px!important;
    padding: 0.5em;
    background: #fff;
    line-height: 32px;
    text-align: left;
    font-weight: 700;
  }
  .product-page .cpt .cpt-13 table tr td {
    padding: 15px 0;
    border: none;
    font-size: 20px!important;
    line-height: 36px;
    background: 0 0 !important;
    vertical-align: top;
}
   .product-page .cpt .cpt-14 .box .text {
    font-size: 18px!important;
    font-weight: 600;
    margin-top: 1.5em;
}
    .product-page .cpt .text {
    font-size: 24px;
    line-height: 44px;
    color: inherit;
    opacity: 1;
}
    .product-page .cpt .cpt-10 .box .img .text {
    margin-top: 2.5em;
    font-size: 24px!important;
    line-height: 44px;
    opacity: .41;
}
    .about3-page .about-6 .list ul {
        margin: 0;
    }
    .about3-page .about-6 .list {
        margin-top: 30px;
    }
    .about3-page .about-6 .tagList ul li {
        font-size: 20px;
    }
}
.product-page .cpt {
  max-width: 790px;
  font-family: Arial;
}
.product-page .cpt h3{
  font-size: 55px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-family: Impact;
  color: inherit;
}
.product-page .cpt h3:after,
.product-page .cpt h3:before {
  content: '';
  width: 20px;height: 50px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-page .cpt h3:before {
  right: 100%;
  bottom: -.2em;
  background-image: url('../images/icon-title-l.png');
}
.product-page .cpt h3:after {
  left: 100%;
  top: -.2em;
  background-image: url('../images/icon-title-r.png');
}
.product-page .cpt .text {
  font-size: 24px;
  line-height: 44px;
  color: inherit;
  opacity: 1;
  max-height: none;
}
.product-page .cpt .content {
  color: inherit;
  opacity: 1;
  margin: 0;
}
.product-page .cpt .cpt-1 {
  position: relative;
  color: white;
  text-align: center;
}
.product-page .cpt .cpt-1 span {
  position: absolute;
  left: 10%;
  top: 5%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}
.product-page .cpt .cpt-1 span:after,
.product-page .cpt .cpt-1 span:before {
  content: '';
  width: 43px;
  height: 5px;
  border-radius: 3px;
  background: white;
  display: block;
  margin-top: .5em;
}
.product-page .cpt .cpt-1 span:before {
  width: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color);
}
.product-page .cpt .cpt-1 .content {
  position: absolute;
  top: 11%;
  left: 0;
  width: 100%;
  padding: 0 5%;
}
.product-page .cpt .cpt-1 h6 {
  font-size: 16px;
  opacity: .54;
  margin: 3em 0 2em;
  text-transform: uppercase;
}
.product-page .cpt .cpt-1 .text {
  max-width: 270px;
  display: block;
  margin: 0 auto;
}
.product-page .cpt .cpt-1 img {
  width: 100%;
}
.product-page .cpt .cpt-2 {
  background: #0a0a0a;
  color: white;
  padding: 40px 10% 70px;
}
.product-page .cpt .cpt-2 ul li {
  padding: 50px 0;
  border-top: 1px solid white;
  width: 50%;
}
.product-page .cpt .cpt-2 ul {
  position: relative;
  z-index: 1;
}
.product-page .cpt .cpt-2 ul:after {
  content: '';
  height: 100%;
  border-left: 1px white solid;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.product-page .cpt .cpt-2 ul li:nth-child(1),
.product-page .cpt .cpt-2 ul li:nth-child(2) {
  border-top: none;
}
.product-page .cpt .cpt-2 ul li:nth-child(odd) h6,
.product-page .cpt .cpt-2 ul li:nth-child(even) i {
  padding: 0 5%;
}
.product-page .cpt .cpt-2 ul li .flex {
  display: flex;
  align-items: center;
}
.product-page .cpt .cpt-2 ul li .flex i {
  width: 35%;
  margin-right: 5%;
  flex-shrink: 0;
}
.product-page .cpt .cpt-2 ul li:nth-child(odd) i {
  width: 25%;
}
.product-page .cpt .cpt-2 ul li .flex h6 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.product-page .cpt .cpt-3 {
  padding-top: 80px;
  text-align: center;
  background: #161617;
  color: white;
}
.product-page .cpt .cpt-3 img {
  margin-top: 30px;
  width: 100%;
}
.product-page .cpt .bg34 {
  background: url('../images/bg34.jpg') center center no-repeat;
  background-size: cover;
  color: white;
}
.product-page .cpt .cpt-4 {
  padding: 30px 0 60px;
  text-align: center;
  position: relative;
}
.product-page .cpt .cpt-4 .text {
  margin: 2em 0 2.5em;
}
.product-page .cpt .cpt-4 .c {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 65%;
}
.product-page .cpt .cpt-4 .c span {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  text-align: center;
  padding: 0 5%;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
}
.product-page .cpt .cpt-5 .content {
  padding: 0 12%;
  text-align: left;
}
.product-page .cpt .cpt-5 .text {
  margin: 2em 0 2.5em;
}
.product-page .cpt .cpt-6 {
  padding-top: 50px;
  background: url('../images/cpt-6-bg.png') center top no-repeat;
  background-size: cover;
  margin-top: -50px;
  position: relative;z-index: 1;
  color: white;
}
.product-page .cpt .cpt-6 .content {
  padding: 0 10%;
  margin-bottom: -20px;
  text-align: right;
}
.product-page .cpt .cpt-6 .text {
  margin-top: 1.5em;
}
.product-page .cpt .cpt-7 {
  padding-top: 60px;
  text-align: center;
  color: white;
  background: url('../images/cpt-7-bg.jpg') center top no-repeat;
  background-size: cover;
}
.product-page .cpt .cpt-7 .text {
  margin: 1.5em 0 4em;
}
.product-page .cpt .cpt-8 {
  padding-top: 40px;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
.product-page .cpt .cpt-8 .text {
  margin: 2em 0;
}
.product-page .cpt .cpt-8 .img {
  margin-bottom: 30px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.product-page .cpt .cpt-8 .img img {
  width: 100%;
}
.product-page .cpt .cpt-8 .img span {
  left: 0;
  bottom: 20px;
  position: absolute;
  max-width: 90%;
  padding: 0 .3em;
  font-size: 25px;
  display: inline-block;
  font-weight: bold;
  margin-left: 1em;
  background: var(--color);
  border-radius: 8px;
}
.product-page .cpt .cpt-9 h6 {
  padding: 35px 10px;
  font-size: 23px;
  text-align: center;
  background: url('../images/icon-cpt-9.jpg') center bottom no-repeat;
  background-size: cover;
  color: white;
}
.product-page .cpt .cpt-9 .column {
  vertical-align: top !important;
  width: 50%;
}
.product-page .cpt .cpt-9 img {
  width: 100%;
}
.product-page .cpt .cpt-10 h4 {
  font-size: 55px;
  font-family: Impact;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: .5em;
  background: var(--color);
}
.product-page .cpt .cpt-10 .box {
  padding: 40px 6%;
  background: #cbcbcb;
}
.product-page .cpt .cpt-10 .box .img {
  margin-bottom: 15px;
  height: 350px;
  background-size: cover;
  background-position: center center;
  display: block;
  padding: 10% 7% 0;
  border-radius: 15px;
}
.product-page .cpt .cpt-10 .box .img .content {
  color: white;
  max-width: 330px;
}
.product-page .cpt .cpt-10 .box .img h5 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.product-page .cpt .cpt-10 .box .img .text {
  margin-top: 2.5em;
  font-size: 18px;
  opacity: .41;
}
.product-page .cpt .cpt-12 {
  padding: 40px 10% 25px;
  text-align: center;
}
.product-page .cpt .cpt-12 .box {
  padding: 50px 0;
}
.product-page .cpt .cpt-12 .box h5 {
  font-size: 23px;
  line-height: 1;
  padding: .4em;
  text-align: center;
  background: var(--color);
}
.product-page .cpt .cpt-12 .box .box2 {
  max-width: 50%;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 10px;
  padding: 5px;
  background: var(--color);
}
.product-page .cpt .cpt-12 .box .box2 .info p {
  margin-bottom: 5px;
  font-size: 12px;
  padding: .5em;
  background: white;
  line-height: 1;
  text-align: left;
  font-weight: bold;
}
.product-page .cpt .cpt-12 .box .box2 .info p:first-child {
  border-top-left-radius: 10px;
}
.product-page .cpt .cpt-12 .box .box2 .info p:last-child {
  margin-bottom: 0;
  border-bottom-left-radius: 10px;
}
.product-page .cpt .cpt-12 .box .box2 span {
  flex-shrink: 0;
  padding: 0 5px;
  font-size: 25px;
  font-style: italic;
  font-weight: bold;
}
.product-page .cpt .cpt-12 .box .img {
  margin: 15px 0;
  padding: 0 10%;
  height: 240px;
  text-align: left;
}
.product-page .cpt .cpt-12 .box .tab {
  border: 1px solid black;
  font-size: 23px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  overflow: hidden;
}
.product-page .cpt .cpt-12 .box .tab p {
  padding: .3em .5em;
  border-top: 1px solid black;
}
.product-page .cpt .cpt-12 .box .tab p:first-child {
  background: var(--color);
  color: rgba(0, 0, 0, 0.7);
  border-top: none;
}
.product-page .cpt .cpt-12 .box>.column {
  vertical-align: top !important;
}
.product-page .cpt .cpt-12 .box>.column:first-child {
  border-right: 1px solid black;
}
.product-page .cpt .cpt-12 .box>.column:first-child h5,
.product-page .cpt .cpt-12 .box>.column:first-child .tab {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
}
.product-page .cpt .cpt-12 .box>.column:first-child .box2 {
  margin-right: 7%;
}
.product-page .cpt .cpt-12 .box>.column:last-child h5,
.product-page .cpt .cpt-12 .box>.column:last-child .tab {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
}
.product-page .cpt .cpt-12 .box3 {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid black;
}
.product-page .cpt .cpt-12 .box3 h5 {
  background: var(--color);
  font-size: 23px;
  font-weight: 500;
  padding: .2em;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
.product-page .cpt .cpt-12 .box3 .grid-box {
  margin-top: 20px;
  position: relative;
}
.product-page .cpt .cpt-12 .box3 .grid-box:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  background: var(--color);
  opacity: .65;
}
.product-page .cpt .cpt-13 {
  padding: 50px 5% 30px;
  text-align: center;
  background: #efefef;
}
.product-page .cpt .cpt-13 .text {
  margin: 2em auto 4.5em;
}
.product-page .cpt .cpt-13 table {
  border: none;
  padding: 20px;
  border-radius: 10px;
  background: #cbcbcb;
  margin-top: 50px;
  text-align: left;
}
.product-page .cpt .cpt-13 table tr {
  border-bottom: 1px solid #7a7a7a;
  background: transparent !important;
}
.product-page .cpt .cpt-13 table tr td {
  padding: 15px 0;
  border: none;
  font-size: 16px;
  background: transparent !important;
  vertical-align: top;
}
.product-page .cpt .cpt-13 table tr td span {
  color: rgba(0, 0, 0, 0.78);
  margin: 1em 0;
  display: block;
}
.product-page .cpt .cpt-13 table tr:first-child td span {
  margin-top: 0;
}
.product-page .cpt .cpt-13 table tr td p {
  font-weight: bold;
}
.product-page .cpt .cpt-14 {
  padding: 15px 4%;
  background-size: cover;
  text-align: center;
}
.product-page .cpt .cpt-14 .box {
  border: 1px solid black;
  padding: 15px;
}
.product-page .cpt .cpt-14 .box h4 {
  font-size: 42px;
  font-family: Impact;
  line-height: 1;
  text-transform: uppercase;
}
.product-page .cpt .cpt-14 .box .text {
  font-size: 16px;
  font-weight: 600;
  margin-top: 1.5em;
}
.product-page .cpt .cpt-15 {
  background: #efefef;
  padding: 50px 9%;
}
.product-page .cpt .cpt-15 ul li {
  padding: 10px 20px;
  width: 50%;
}
.product-page .cpt .cpt-15 ul li a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.product-page .cpt .cpt-15 ul li a img {
  width: 100%;
}
.product-page .cpt .cpt-16 {
  padding: 0 25px;
  background: #efefef;
  padding-bottom: 60px;
}
.product-page .cpt .cpt-16 ul {
  margin: -10px;
}
.product-page .cpt .cpt-16 ul li {
  padding: 10px;
  width: 33.333%;
}
.product-page .cpt .cpt-16 ul li a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background: #b9b9b9;
}
.product-page .cpt .cpt-16 ul li img:last-child {
  padding: 5% 10%;
}
@media screen and (max-width: 1400px) {
  .about2-page .about-10 .main ul li .textbox {
    padding: 30px 3% !important;
  }
  .about2-page .about-10 .main ul li .textbox h3 {
    font-size: 24px;
  }
  .about-page .about-3 i.mask {
    height: 95%;
  }
}
@media screen and (max-width: 1000px) {
  .about2-page .about-10 .main ul li {
    display: block;
  }
  .about2-page .about-10 .main ul li .img-box,
  .about2-page .about-10 .main ul li .textbox {
    width: 100%;
    left: 0 !important
  }
  .about2-page .about-10 .main ul li .textbox {
    padding: 30px 5% !important;
  }
  .about2-page .about-10 .main ul li .textbox h3 {
    font-size: 22px;
  }
  .about2-page .about-10 .main ul li .list ul li h6 {
    font-size: 30px;
  }
  .about2-page .about-10 .main ul li .list ul {
    display: block;
  }
  .inner-page.product-page .sidebar-content .sidebar-box .two>div {
    width: 100%;
    padding: 0 !important;
  }
  .product-page .product-list .slide .right h3.title {
    position: relative;
  }
  .product-page .product-list .slide .right h3.title i {
    width: 40px;
    height: 40px;
    bottom: 10px;
  }
  .product-page .product-list .slide .right .text {
    max-height: none;
  }
  .inner-banner .content {
    top: 20%;
    zoom: .8;
  }
  .about-page .about-60 .box {
    padding: 20px;
  }
  .fluid-section-one .content-column {
    width: 100%;
  }
  .fluid-section-one .image-column {
    display: none;
    padding: 0;
  }
  .fluid-section-one .content-column .inner-column {
    max-width: none;
    padding: 50px 0;
  }
  .team-section .owl-nav,.team-section .color-layer {
    display: none;
  }
  .gallery-section,.team-section,.news-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .product-page .cpt {
    zoom: .45;
}
}

.ci-tit{
  font-size: 24px;
  line-height: 44px;
  margin-bottom: 60px;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}
.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}
.seoPublic .Auxil-through a:hover {
    background: var(--color);
    color: white;
}
.font-18.mt-15.Auxil-catdes {
    line-height: 2;
}