@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.eot') format('embedded-opentype'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.eot') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.eot') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GeargrindRegular';
  src: url('../fonts/GeargrindRegular.woff2') format('woff2'), url('../fonts/GeargrindRegular.ttf') format('truetype'), url('../fonts/GeargrindRegular.eot') format('embedded-opentype'), url('../fonts/GeargrindRegular.woff') format('woff');
}
@font-face {
  font-family: 'MyriadPro';
  src: url('../fonts/MyriadPro.woff2') format('woff2'), url('../fonts/MyriadPro.ttf') format('truetype'), url('../fonts/MyriadPro.eot') format('embedded-opentype'), url('../fonts/MyriadPro.woff') format('woff');
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #f69524;
  --font: 'GeargrindRegular';
  font-weight: 300;
  margin: 0 auto;
}
.container {
  width: 1610px;
}
table td, table th{
  white-space: nowrap;
}
.seoPublic .Auxil-related .list ul li .box{
  border-radius: 20px;
  overflow: hidden;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  background-color: #000;
}
#header .nav {
  height: 110px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .logo img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin-right: 30px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  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;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  border-color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  line-height: 1.2;
  border-bottom: 1px solid transparent;
  font-family: var(--font);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul.sub-menu{
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover ul.sub-menu{
  opacity: 1;
}
#header .nav .ui.menu .right {
  margin-left: 65px;
}
#header .nav .ui.menu .right .h-search {
  position: relative;
  margin-right: 35px;
}
#header .nav .ui.menu .right .h-search form input[type='text'] {
  width: 135px;
  height: 40px;
  border-radius: 35px;
  background-color: #5a5a59;
  padding: 0 35px 0 15px;
  border: none;
  color: white;
  font-size: 16px;
}
#header .nav .ui.menu .right .h-search form input[type='submit'] {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: url("../images/search.png") no-repeat;
}
#header .nav .ui.menu .right .h-search form input::-webkit-input-placeholder {
  color: #fff;
}
#header .nav .ui.menu .right .h-inquiry {
  cursor: pointer;
}
.language-box .zhuyu {
  color: white;
}
.language-box .zhuyu span {
  font-size: 20px;
  font-family: var(--font);
  margin: 0 3px;
}
.language-box .zhuyu i {
  font-size: 24px;
  font-family: var(--font);
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  left: 0;
  z-index: 100;
  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;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
      filter: drop-shadow(1px 3px 3px black);
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  height: 50px;
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.more::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more:hover::before {
  right: 0;
}
.more:hover span {
  color: var(--color);
}
.more span {
  font-size: 20px;
  color: white;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.h-title {
  color: white;
}
.h-title.txt-center p {
  margin: 0 auto;
  -webkit-transform: translateX(35px);
  -moz-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}
.h-title p {
  font-size: 26px;
  color: var(--color);
  font-weight: 300;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.h-title p::before {
  content: '';
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
  height: 28px;
  background: url("../images/tit-icon.png") no-repeat;
}
.h-title h3 {
  font-size: 44px;
  font-family: var(--font);
  line-height: 1.2;
  position: relative;
  z-index: 5;
  margin-top: 10px;
  /*text-transform: uppercase;*/
}
.h-title h3 em {
  color: var(--color);
}
.tit-font {
  font-family: var(--font);
}
.txt-color {
  color: var(--color);
}
.tit-light {
  font-weight: 300;
  color: white;
}
.tit-hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.tit-hover:hover {
  color: var(--color) !important;
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-content .slickBtn.pos div.prev{
  right:96%;
}
#banner .banner-content .slickBtn.pos div.next{
  left:96%;
}
#banner .banner-content .slickBtn>div{
  width: 2em;
    height: 4em;
    border-radius: 9px;
    color: var(--color);
    border: 1px solid var(--color);
    background-color: transparent;
}
#banner .banner-content .slickBtn>div:hover{
  color: white;
  background-color: var(--color);
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .bg {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
#banner .banner-content ul li .content {
  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%);
}
#banner .banner-content ul li .content .box {
  color: white;
}
#banner .banner-content ul li .content .box h3 {
  line-height: 0.9;
}
#banner .banner-content ul li .content .box p {
  font-weight: 300;
}

/* 栅格 */
.grid-box {
    font-size: 0;
[;letter-spacing: -4px;font-size: 12px;]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
[;letter-spacing: 0;]
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}

@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }

}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }

}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }

}


.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
@-webkit-keyframes about_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes about_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes about_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
#index-body {
  background-color: #000;
  overflow: hidden;
}
#index-body .about {
  padding: 85px 0 65px;
  background: url("../images/about-bg.jpg") no-repeat;
  background-size: cover;
}
#index-body .about .top .left {
  width: 46.2%;
}
#index-body .about .top .left .con {
  font-weight: 300;
  color: #afada7;
}
#index-body .about .top .right {
  width: 53.8%;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .about .top .right .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@keyframes img_float{
  0%{
     transform: translateY(0);
  }
  25%{
     transform: translateY(-20px);
  }
  50%{
     transform: translateY(0);
  }
  75%{
     transform: translateY(20px);
  }
  100%{
     transform: translateY(0);
  }
}
#index-body .about .top .right .luntai {
  position: absolute;
  left: -90px;
  bottom: -85px;
  transition: transform 0.6s ease;
}
#index-body .about .top .right .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  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;
}
#index-body .about .top .right .play img {
  position: relative;
  z-index: 5;
}
#index-body .about .top .right .play::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-animation: about_play 2s infinite;
  -moz-animation: about_play 2s infinite;
  animation: about_play 2s infinite;
}
#index-body .about .top .right .play::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 105px;
  height: 105px;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-animation: about_play 2s infinite;
  -moz-animation: about_play 2s infinite;
  animation: about_play 2s infinite;
}
#index-body .about .bottom ul li {
  color: white;
}
#index-body .about .bottom ul li h4 {
  font-size: 101px;
  font-family: var(--font);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
#index-body .about .bottom ul li h4 em {
  position: relative;
}
#index-body .about .bottom ul li:nth-child(2) h4 em::after {
  content: 'm²';
  font-size: 25px;
  position: absolute;
  top: 0;
  right: -28px;
  font-family: 'MyriadPro';
}
#index-body .about .bottom ul li h4 sup {
  font-size: 77px;
  color: var(--color);
}
#index-body .about .bottom ul li p {
  font-size: 25px;
  font-family: 'MyriadPro';
  margin-top: 5px;
}
#index-body .product {
  padding: 65px 0 135px;
  background: url("../images/pro-bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
#index-body .product::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#index-body .product ul {
  margin: 85px -17px 0;
}
#index-body .product ul li {
  padding: 0 17px;
}
#index-body .product ul li .img-box {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .product ul li .img-box:hover {
  border-color: var(--color);
}
#index-body .product ul li h4 {
  color: white;
}
#index-body .product ul .slick-arrow {
  width: 45px;
  height: 45px;
  background-color: transparent;
  color: transparent;
  border: 1px solid var(--color);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .product ul .slick-arrow::before {
  content: '\e76e';
  font-family: 'iconfont';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: var(--color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .product ul .slick-arrow.slick-prev {
  left: -80px;
}
#index-body .product ul .slick-arrow.slick-next {
  right: -80px;
}
#index-body .product ul .slick-arrow.slick-next::before {
  content: '\e76f';
}
#index-body .product ul .slick-arrow:hover {
  background-color: var(--color);
}
#index-body .product ul .slick-arrow:hover::before {
  color: #58350d;
}
#index-body .advantage {
  position: relative;
}
#index-body .advantage .container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
}
#index-body .advantage .container .img{
  margin-top: -27%;
  margin-left: 38%;
}
#index-body .advantage .container .img2{
  bottom: -38%;
  left: -10%;
}
.parallax-element {
  position: relative;
  will-change: transform;
  transition: all 0.2s ease-out;
}
#index-body .advantage .container .right{
  width: 55%;
}
#index-body .advantage .container .box {
  max-width: 685px;
  width: 45%;
}
#index-body .advantage .container .box ul li {
  color: white;
  margin-bottom: 55px;
}
#index-body .advantage .container .box ul li:last-child {
  margin-bottom: 0;
}
#index-body .advantage .container .box ul li h4 {
  color: var(--color);
  margin-top: 5px;
}
#index-body .sustainable {
  color: white;
  height: 735px;
  background-size: cover;
  background: url("../images/sustainable.jpg") no-repeat center;
}
#index-body .sustainable .container {
  height: 100%;
}
#index-body .application .left {
  width: 38.6%;
  color: white;
  padding-top: 10%;
}
#index-body .application .left ul li {
  height: 105px;
  display: -webkit-box;
  display: -webkit-flex !important;
  display: -moz-box;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#index-body .application .left ul .slick-current li .bg {
  opacity: 1;
}
#index-body .application .left ul li h4 {
  z-index: 4;
}
#index-body .application .left ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .application .right {
  width: 61.4%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .application .right ul {
  height: 100%;
}
#index-body .application .right ul li {
  display: none;
  height: 100%;
}
#index-body .application .right ul li .img {
  width: 100%;
  height: 100%;
}
#index-body .application .right ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .application .right ul li.active {
  display: block;
}
#index-body .news {
  padding: 60px 0 115px;
}
#index-body .news ul li.swiper-slide-next {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#index-body .news ul li.swiper-slide-next .box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 0 20px;
}
#index-body .news ul li.swiper-slide-next + li.swiper-slide {
  padding-right: 0;
  padding-left: 30px;
}
#index-body .news ul li .box {
  height: 620px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  padding-right: 30px;
}
#index-body .news ul li .box .img {
  width: 100%;
  height: auto;
}
#index-body .news ul li .box .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .news ul li .box a.btn {
  font-size: 18px;
  color: var(--color);
  border-bottom: 1px solid var(--color);
  text-transform: uppercase;
}
#footer {
  background-color: #000000;
}
#footer.inner-footer .top{
  display: none;
}
#footer .top {
  padding: 70px 0 95px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d27e18), to(#cf511a));
  background: -webkit-linear-gradient(top, #d27e18 0%, #cf511a 100%);
  background: -moz-linear-gradient(top, #d27e18 0%, #cf511a 100%);
  background: linear-gradient(to bottom, #d27e18 0%, #cf511a 100%);
  color: white;
}
#footer .top p {
  border-bottom: 1px solid white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .top form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#footer .top form input[type='text'] {
  width: 435px;
  border: none;
  border-bottom: 2px solid #daa17f;
  padding: 0 10px 10px 0;
  background-color: transparent;
  font-size: 24px;
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 300;
}
#footer .top form input[type='text']:focus {
  border-color: white;
}
#footer .top form input::-webkit-input-placeholder {
  color: white;
}
#footer .top form input[type='submit'] {
  width: 125px;
  height: 40px;
  border: none;
  background-color: #1b1b1b;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .top form input[type='submit']:hover {
  background-color: var(--color);
}
#footer .center {
  padding: 40px 15px;
}
#footer .center 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;
  margin-top: 50px;
}
#footer .center ul li.vision {
  max-width: 365px;
}
#footer .center ul li.contact {
  max-width: 490px;
}
#footer .center ul li.contact .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  margin-bottom: 22px;
}
#footer .center ul li.contact .list:last-child {
  margin-bottom: 0;
}
#footer .center ul li.contact .list:nth-child(2) {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#footer .center ul li.contact .list i {
  font-size: 26px;
  margin-right: 12px;
}
#footer .center ul li.qrcode #ewm canvas,
#footer .center ul li.qrcode #ewm img {
  width: 160px;
  height: 160px;
  border: 6px solid white;
}
#footer .center ul li.qrcode .share {
  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 .center ul li.qrcode .share a {
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .center ul li.qrcode .share a:hover {
  color: var(--color);
}
#footer .center ul li.qrcode .share a i {
  font-size: 24px;
}
#footer .center ul li.link span {
  border-bottom: 1px solid transparent;
  line-height: 1;
  margin-bottom: 20px;
}
#footer .center ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .center ul li.link span:hover {
  color: var(--color);
  border-color: var(--color);
}
#footer .center ul li h4 {
  font-size: 30px;
  font-family: var(--font);
  text-transform: uppercase;
  color: white;
  margin-bottom: 30px;
}
#footer .center ul li span {
  font-size: 18px;
  color: white;
  display: block;
  font-weight: 300;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .bottom.container .box {
  height: 75px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .bottom.container .box span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}
#footer .bottom.container .box span a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .bottom.container .box span a:hover {
  color: white;
}
#footer .bottom.container .box span img {
  width: 260px;
  height: auto;
  padding-top: 3px;
  opacity: 0.4;
}
@media screen and (max-width: 1700px) {
  #index-body .about .top .left {
    width: 46.2%;
    padding-right: 95px;
  }
  
  #index-body .advantage .container .img {
      max-width: 400px;
  }
  #index-body .product ul .slick-arrow {
    width: 50px;
    height: 50px;
  }
  #index-body .product ul .slick-arrow::before {
    font-size: 20px;
  }
  #index-body .product ul .slick-arrow.slick-next {
    right: -55px;
  }
  #index-body .product ul .slick-arrow.slick-prev {
    left: -55px;
  }
  #index-body .product .container {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
  }
  #index-body .advantage .container .box ul li {
    margin-bottom: 20px;
  }
  #index-body .advantage .container .box ul {
    margin-top: 35px;
  }
  #index-body .advantage .container {
    top: 53%;
  }
  #index-body .sustainable {
    height: 580px;
    background: url(../images/sustainable.jpg) no-repeat bottom;
  }
  #index-body .news ul li .box {
    height: 500px;
  }
  #footer .center ul li.contact {
    max-width: 320px;
  }
  #footer .center ul li.vision {
    max-width: 225px;
  }
  #index-body .about .bottom ul li h4 {
    font-size: 70px;
  }
  #footer .center ul li.qrcode #ewm canvas,
  #footer .center ul li.qrcode #ewm img {
    width: 120px;
    height: 120px;
  }

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

  #index-body .about .top .right .luntai {
    bottom: -70px;
    max-width: 200px;
  }
  #index-body .product {
    padding: 65px 0 180px;
  }
  #index-body .advantage .container .box ul {
    margin-top: 10px;
  }
  #index-body .advantage .bg {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 580px;
  }
      #index-body .advantage .container {
        top: 48%;
    }
  #index-body .advantage .container .img {
    max-width: 275px;
    margin-top: -5%;
    margin-right: 9%;
  }
  .h-title h3 {
    font-size: 36px;
  }
  #footer .top form input[type='text'] {
    width: 25%;
  }
  #header .nav .ui.menu .right{
    margin-left: 25px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  #mobile.white .mobile-logo {
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    background: #000;
  }
      #index-body .advantage .container .img {
        max-width: 220px;
        margin-top: 0;
        margin-right: 1%;
    }
  #index-body .advantage .container .box {
    max-width: 600px;
  }
  #banner .banner-content ul li .content .box h3 {
    font-size: 50px;
  }
  #banner .banner-content ul li .content .box p {
    margin: 25px 0;
  }
  #index-body .about .bottom ul li h4 {
    font-size: 55px;
  }
  #index-body .about .bottom ul li p {
    font-size: 18px;
  }
  #index-body .about .bottom ul li h4 sup {
    font-size: 50px;
  }
  #index-body .about .bottom ul li:nth-child(2) h4 em::after {
    font-size: 18px;
    top: -5px;
    right: -28px;
  }
  #index-body .about .bottom {
    margin-top: 100px;
  }
  #index-body .sustainable {
    height: 450px;
  }
  #index-body .application .left ul li {
    height: 75px;
  }
  #index-body .application .left {
    padding-top: 40px;
  }
  #index-body .news ul li .box {
    height: 420px;
  }
  #footer .center ul li.link {
    display: none;
  }
  #banner, .inner-banner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content .slickBtn{
    display: none;
  }
  #index-body .advantage .container .img{
    display: none;
  }
  .h-title.txt-center p {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #footer .center ul li span {
    font-size: 16px;
  }
  #footer .center ul li.contact {
    max-width: 250px;
  }
  #footer .bottom.container .box {
    height: auto;
    padding: 15px 0;
  }
  #index-body .advantage .container {
    top: 35%;
  }
  #index-body .advantage .bg {
    height: 710px;
  }
  #index-body .application .left {
    width: 100%;
  }
  #index-body .application .right {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  #index-body .about .top .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  #index-body .about .top .right {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .h-title p::before {
    display: none;
  }
  #index-body .about .bottom ul li {
    width: 50%;
    margin: 20px 0;
  }
  #footer .top form input[type='text'] {
    margin-bottom: 35px;
    width: 100%;
  }
  #index-body .product .container {
    width: 700px;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-content ul li .content .box h3 {
    font-size: 30px;
  }
  #banner .banner-content ul li .content .box p {
    margin: 10px 0;
  }
  .more {
    padding: 0 20px;
    height: 40px;
  }
  .more span {
    font-size: 16px;
  }
  .h-title h3 {
    font-size: 30px;
  }
  #index-body .about .top .right .luntai {
    display: none;
  }
  #index-body .product .container {
    width: 500px;
  }
  #index-body .advantage,
  #index-body .sustainable,
  #index-body .application {
    display: none;
  }
  #index-body .about .bottom {
    margin-top: 60px;
  }
  #index-body .product {
    padding: 65px 0;
  }
  #footer .center ul li.contact {
    max-width: 100%;
  }
  #footer .center ul li.vision {
    max-width: 100%;
  }
  #footer .center ul li {
    margin: 20px 0;
  }
  #footer .center ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
  #footer .bottom.container .box span {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .content .box p,
  #banner .banner-content ul li .content .box a.more {
    display: none;
  }
  #index-body .about .bottom ul li {
    width: 100%;
    text-align: center;
  }
  #index-body .about .bottom ul li h4 {
    margin: auto;
  }
}



































.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -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;
  overflow: hidden;
  z-index: 1;
}
.inner-banner img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-banner .content {
  width: 100%;
  padding: 240px 0 60px 0;
}
.inner-banner h2 {
  position: relative;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  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 a,
.inner-banner .mbx span {
 
  margin: 0 10px;
}
.inner-banner .mbx a:first-child {
  margin-left: 0;
}
.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;
  display: inline-block;
}
.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.2;
  font-family: var(--font);
}
.inner-page .text {
  font-size: 16px;
  line-height: 30px;
}


.inner-page a.more {
  position: relative;
  font-weight: 800;
  color: #222222;
  font-size: 18px;
  padding: 8px 24px;
  height: auto;
  overflow: visible;
  background: url(../images/icon-more-bg.png);
}
.inner-page a.more::before{
  display: none;
}
.inner-page a.more span{
  color: #000;
}
.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: 15px;
  -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: 1.6;
  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;
}
.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 img {
  float: right;
  text-align: right;
  -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:nth-child(2) .box span.line{
  border-color: #fff;
}
.about-page .about-2 .list ul li:nth-child(2) .box span.line:after{
  background: #fff;
}
.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: 80%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url("../images/about2.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 span.tag::after{
  background: #fff;
}
.about-page .about-3 .box .left {
  padding-right: 0%;
  color: white;
}
.about-page .about-3 .box .left .text {
  margin-top: 1.5em;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 4px;
  font-weight: 300;
}
.about-page .about-3 .box .left h6.smallTitle{
  color: #fff;
}
.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;
}
.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 .text{
  max-height: 120px;
  overflow-y: auto;
}
.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;
  vertical-align: middle;
  text-align: center;
}
.contact-page .contact-1 .left .text {
  margin-top: 1.5em;
}
.contact-page .contact-1 .right {
  width: 100%;
  vertical-align: middle;
  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;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-1 .right .list ul li {
  padding: 20px 10px;
  width: 30%;
}
/*.contact-page .contact-1 .right .list ul .li1{
  width: 430px;
}
.contact-page .contact-1 .right .list ul .li2{
  width: 280px;
}
.contact-page .contact-1 .right .list ul .li3{
  width: 356px;
}
.contact-page .contact-1 .right .list ul .li4{
  width: 460px;
}*/
.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{
  width: calc(100% - 100px);
  word-break: break-word;
}
.contact-page .contact-1 .right .list ul li .box2 .content h6 {
  font-size: 20px;
  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 {
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  top: 22px;
  right: 16px;
}
.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;
  display: flex;
  flex-wrap: wrap;
}
.news-page .list ul li {
  padding: 15px;
}
.news-page .list ul li .box {
  height: 100%;
  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: 290px;
  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;
  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.8;
  margin: 20px 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;
}
.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;
}



.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;
  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;
  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;
  color: #3e3c3c;
  opacity: .73;
  font-weight: 300;
  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 > p{
  font-size: 16px;
  letter-spacing: 0;
}
.product-page .product-list2 ul li {
  padding: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product-page .product-list2 ul li .box {
  position: relative;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center;
}
.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;
  padding: 15px 0;
}
.product-page .product-list2 ul li .box .content2 h3 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
  height: 53px;
}
.product-page .product-list2 ul li .box .content2 .text {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  margin: 1em 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #666;
  height: 84px;
}
.product-page .product-list2 ul li .box .content2 a.link {
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  padding: 4px 10px;
  border: 1px solid var(--color);
  color: var(--color);
}
.product-page .product-list2 ul li .box .content2 a.link:hover{
  background: var(--color);
  color: #fff;
}
.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 {
  width: 100%;
  margin-left: 0;
  text-align: right;
  position: relative;
  background-size: cover;
  padding: 1%;
  border-radius: 0px;
}
.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: 30px;
  /*font-weight: bold;*/
  color: black;
  line-height: 1.4;
  margin-top: .5em;
}
.newdet-page {
  padding: 100px 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;
  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;
}

.sidebarBox.grid-box .sidebarLeft {
  width: 275px;
  position: sticky;
  top: 160px;
}
.sidebarBox.grid-box .sidebarLeft h3{
  font-weight: 500;
}
.sidebarBox .sidebarLeft ul li {
  position: relative;
  margin-bottom: 20px;
}
.sidebarBox .sidebarLeft > ul > li.active a{
  color: var(--color);
} 
.sidebarBox .sidebarLeft > ul > li.active i{
  transform: rotate(180deg);
}
.sidebarBox .sidebarLeft ul li ul.sub-menu li.active > a {
  color: var(--color);
} 
.sidebarBox .sidebarLeft ul li a {
  font-size: 20px;
  display: block;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  transition: all 0.3s;
}
.sidebarBox .sidebarLeft ul li a:hover{
  color:var(--color);
}
.sidebarBox .sidebarLeft ul li i {
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 2px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.3s;
}
.sidebarBox .sidebarLeft ul li.active ul.sub-menu {
  display: block;
  padding: 15px 0;
  max-height: 300px;
}
.sidebarBox .sidebarLeft ul li ul.sub-menu {
  padding: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: padding 0.3s linear, max-height 0.3s linear;
  -moz-transition: padding 0.3s linear, max-height 0.3s linear;
  transition: padding 0.3s linear, max-height 0.3s linear;
}
.sidebarBox .sidebarLeft ul li ul.sub-menu li {
  padding-left: 15px;
  margin-bottom: 10px;
}
.sidebarBox .sidebarLeft ul li ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.sidebarBox .sidebarLeft ul li ul.sub-menu li a {
  font-size: 16px;
}
.sidebarBox.grid-box .sidebarRight {
  padding-left: 65px;
  width: -webkit-calc(100% - 275px);
  width: -moz-calc(100% - 275px);
  width: calc(100% - 275px);
}
.sidebarBox .sidebarRight .box {
  position: relative;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  min-height: 60vh;
  padding: 85px 40px;
}
.sidebarBox .sidebarRight .box .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 30px;
  right: 40px;
}
.sidebarBox .sidebarRight .box .menu span {
  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;
  width: 52px;
  height: 52px;
  border: 2px solid var(--color);
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.sidebarBox .sidebarRight .box .menu span:last-child {
  margin-left: 25px;
}
.sidebarBox .sidebarRight .box .menu span i {
  font-size: 30px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  color: var(--color);
}
.sidebarBox .sidebarRight .box .menu span.active {
  background-color: var(--color);
}
.sidebarBox .sidebarRight .box .menu span.active i {
  color: white;
}
.sidebarBox .sidebarRight .box .menuBox {
  display: none;
}
.sidebarBox .sidebarRight .box .menuBox.active {
  display: block;
}
.sidebarBox .sidebarRight .box .menuBox.menuBox1 {
  margin-top: 60px;
}
.sidebarBox .sidebarRight .box .menuBox.menuBox1 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: -20px -15px;
}
.sidebarBox .sidebarRight .box .menuBox.menuBox1 ul li {
  width: 33.333333%;
  padding: 20px 15px;
  border: none;
  margin-bottom: 0;
}
.sidebarBox .sidebarRight .box .menuBox.menuBox1 ul li .img {
  width: 100%;
}
.sidebarBox .sidebarRight .box .menuBox ul li {
  padding-bottom: 50px;
  margin-bottom: 70px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.sidebarBox .sidebarRight .box .menuBox ul li:last-child{
  margin-bottom: 0;
}
.sidebarBox .sidebarRight .box .menuBox ul li .img {
  width: 320px;
  background-color: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebarBox .sidebarRight .box .menuBox ul li .text {
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px);
  padding: 35px 0 30px 30px;
  line-height: 1;
}
.sidebarBox .sidebarRight .box .menuBox ul li .text .con table{
  max-height: 160px;
}





@media screen and (max-width: 1230px) {
  .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) {
  .inner-banner{
    margin-top: 40px;
    background: #000;
  } 
  .inner-banner img{
    display: none;
  }
  .contact-page .contact-1 .right .list ul .li1,
  .contact-page .contact-1 .right .list ul .li2,
  .contact-page .contact-1 .right .list ul .li3,
  .contact-page .contact-1 .right .list ul .li4{
    width: 50%;
  }
  .product-page .product-list ul li {
    width: 50%;
  }
  .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: 700px) {
 .contact-page .contact-1 .right .list ul .li1,
  .contact-page .contact-1 .right .list ul .li2,
  .contact-page .contact-1 .right .list ul .li3,
  .contact-page .contact-1 .right .list ul .li4{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .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;
}
#cp-Nav .nav div.title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cp-Nav .nav div.title::after{
  content:"\e76d";
  font-family: 'iconfont';
  font-size: 20px;
  color: white;
}
@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) {
  .sidebarBox.grid-box .sidebarLeft{
    display: none;
  }
  .sidebarBox.grid-box .sidebarRight{
    width: 100%;
    padding-left: 0;
  }
  .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;
  }

}
.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;
  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 > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.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: 15px;
    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;
  }
  .inner-page .text {
    font-size: 16px;
    line-height: 30px;
  }
  .inner-page h6.smallTitle {
    font-size: 14px;
    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;
  }
  .inner-page .form ul li textarea {
    height: 120px;
  }
}
@media screen and (max-width: 1500px) {
  .product-page h1 {
    font-size: 28px;
    line-height: 1.6;
  }
  .news-page .list ul li .box a.img {
    height: 220px;
  }
  .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;
  }
  .about-page .about-2 .list ul li .box h6 {
    font-size: 36px;
  }
  .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;
  }
  .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,
  .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;
  }
  .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: 20px;
    line-height: 34px;
  }
  .product-page .product-list2 ul li .box .content2 h3 {
    font-size: 20px;
    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;
  }
  .product-page .product-list2 ul li .box .content2 a.link img {
    max-width: 25px;
  }
}
@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;
  }
  .news-page .list ul li .box .content span {
    font-size: 12px;
  }
  .inner-page a.more i.plus {
    width: 30px;
    height: 30px;
    bottom: -10px;
  }
  .news-page .list ul li .box a.img {
    height: 160px;
  }
  .newdet-page .news-content .m-link {
    font-size: 14px;
  }
  .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;
  }
  .sidebarBox .sidebarRight .box .menuBox.menuBox1 ul li{
    width: 50%;
  }
  .sidebarBox .sidebarRight .box .menuBox ul li .img {
    width: 175px;
  }
  .sidebarBox .sidebarRight .box .menuBox ul li .text {
    width: -webkit-calc(100% - 175px);
    width: -moz-calc(100% - 175px);
    width: calc(100% - 175px);
    padding: 15px 0 30px 15px;
  }
  .sidebarBox .sidebarRight .box {
    padding: 120px 40px 80px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    display: none;
  }
  .seoPublic .Auxil-about .box .right{
    width: 100%;
  }
  .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 {
    -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;
  }
  .contact-page .contact-1 .right .list ul li .box2 .content{
    width: calc(100% - 80px);
  }
  .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;
  }
  .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) {
  .sidebarBox .sidebarRight .box .menuBox ul li .img{
    width: 100%;
  }
  .sidebarBox .sidebarRight .box .menuBox ul li .text{
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .service-page .list ul li,
  .news-page .list ul li {
    width: 100% !important;
  }
  .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 30px 10px 15px;
  }
  .faq-page .faq-1 .list ul li .box .text {
    padding: 0 15px 15px;
    word-break: break-all;
  }
  .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;
  }
  .about-page .about-2 .list ul li{
    width: 100%;
  }
  .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: 18px;
  }
  .inner-banner .mbx {
    font-size: 14px;
    line-height: 28px;
  }
}
.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:1.4em;
	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;
}
.f-19 {
    font-size: 19px;
}
.f-21 {
    font-size: 21px;
}
.f-48 {
    font-size: 48px;
}
.f-30 {
    font-size: 30px;
}
.f-14 {
    font-size: 14px;
}
.f-40 {
    font-size: 40px;
}
.f-27 {
    font-size: 27px;
}
.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;
    }
    .f-32 {
        font-size: 24px;
    }
    .f-16 {
        font-size: 14px;
        line-height: 2;
    }
    .f-27 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1200px) {
    .f-16 {
        font-size: 14px;
    }
    .f-27 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .f-24 {
        font-size: 16px;
    }
    p.fl {
        width: 100%!important;
        white-space: normal!important;
    }
    .jiayan {
        display: none !important;
    }
    .f-32 {
        font-size: 16px;
        line-height: 2;
    }
    h1.sidh1 {
        display: none !important;
    }
}
@media screen and (max-width: 800px) {
    .font-22 {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    .f-40 {
        font-size: 20px;
    }
    .font-32 {
        font-size: 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:#1e1e1e;
}

.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:200px;
    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:800px;
    width:100%;
    float:right;
    padding:10px 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:1.5em;
    margin-bottom:35px;
    font-weight: 300;
    text-align: justify;
}

/* 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:50px 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;
    width: 860px;
    max-width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}

.gallery-section .filters li{
    position: relative;
    color: #555555;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    margin:0px;
    padding:16px;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    width: 25%;
    border-left: 1px solid #ccc;
}

.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:first-child{
    border-left: none;
}


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

.gallery-section .ret .filter-list .title,
.gallery-section .ret .filter-list .text{
  width: 100%;
}

.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;
}
.news-section .centered h6.smallTitle{
  color: #fff;
}
.news-section .centered span.tag:after{
  background: #fff;
}
.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:30px;
    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:1.4em;
    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:1.8em;
    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);
    height: 100%;
}

.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/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/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:1.4em;
    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:1.9em;
    margin-bottom:22px;
}

.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;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.inner-page section .grid-box .column {
  padding: 15px;
}
.inner-page section h4 {
  font-size: 24px;
  min-height: 3rem;
}
.inner-page section h3 {
  font-size: 28px;
}
.inner-page section h5 {
  font-size: 20px;
}
.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;
    }
    .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;
    }
}

@media screen and (max-width: 500px) {
  .gallery-section .filters .filter-tabs{
    border-radius: 0;
  }
  .gallery-section .filters li{
    border: none;
    width: 100%;
  }
  .service-block .inner-box{
    margin-left: 0;
  }
}
.product-page .cpt {
  max-width: 790px;
}
.product-page .cpt h3{
  font-size: 55px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  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;
  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;
  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%;
}
.ci-tit {
    font-size: 24px;
    margin-bottom: 60px;
}
.riqi {
    display: block;
    font-size: 16px;
    color: var(--color);
    line-height: 30px;
    margin-top: 10px;
}
.newsriqi {
    display: block;
    font-size: 16px;
    color: var(--color);
    line-height: 30px;
}
.industries-page{
  padding: 80px 0;
}
.industries-page .list{
  padding: 40px 0;
}
.industries-page .left{
  width: 50%;
}
.industries-page .left img{
  width: 100%;
}
.industries-page .right{
  padding-left: 50px;
  width: 50%;
}
.industries-page .right .title{
  font-size: 40px;
  font-weight: bold;
}
.industries-page .right .des{
  margin-top: 20px;
  line-height: 2;
  max-height: 390px;
  padding-right: 4px;
  overflow-x: hidden;
  overflow-y: auto;
}

.industries-page .list:nth-child(2n) .right{
  order: -1;
  padding-left: 0;
  padding-right: 50px;
}

.inner-page .sidebar-content .sidebar-box {
  padding-left: 60px;
}
.inner-page .sidebar-content .sidebar-box .cat_des{
  font-size: 16px;
  margin: 10px 0 20px 0;
  max-height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  line-height: 30px;
}
.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.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;*/
  box-shadow: 0 0 6px rgba(0,0,0,.2);
  background-size: cover;
  padding: 1%;
  border-radius: 0px;
}
.inner-page.product-page .sidebar-content .sidebar-box .two>div.img2 a.img img{
  width: 100%;
}
.product-page .sidebar-box .column .text{
  margin-top: 20px;
}
.product-page .sidebar-box .column .text table{
  max-height: 300px;
}
.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;
}
@media screen and (max-width: 1400px) {
  .about-page .about-3 i.mask {
    height: 95%;
  }

@media screen and (max-width: 1250px) {
  .inner-page .sidebar-content .sidebar-box {
    width: 100%;
  }
  .inner-page .sidebar-content .sidebar-box {
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .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 {
    padding: 40px 0;
    text-align: center;
  }
  .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;
  }
  .industries-page .left{
    width: 100%;
  }
  .industries-page .right{
    width: 100%;
    margin-top: 30px;
    padding: 0;
    text-align: center;
  }
  .industries-page .list:nth-child(2n) .right{
     order: 2;
     padding: 0;
  }
    .product-page .sidebar-content .sidebar-box > .grid-box{
    display: flex;
    flex-wrap: wrap;
  }
  .product-page .sidebar-content .sidebar-box > .grid-box > .img2{
    order: -1;
    margin: 40px 0 20px 0;
  }
}
@media screen and (max-width: 700px) {
  .product-page .cpt {
    zoom: .45;
  }
}

@media screen and (max-width: 500px) {
  .industries-page{
    padding: 40px 0;
  }
  .industries-page .list{
    padding: 20px 0;
  }
  .industries-page .right .title{
    font-size: 24px;
    line-height: 1.6;
  }
        .sidebarBox .sidebarRight .box .menuBox.menuBox1 ul li {
        width: 100% !important;
    }
    .sidebarBox .sidebarRight .box .menuBox2{
      display: block !important;
    }
    .sidebarBox .sidebarRight .box .menuBox1{
      display: none !important;
      margin-top: 0 !important;
    }
  .sidebarBox .sidebarRight .box .menu{
    display: none;
  }
  .sidebarBox .sidebarRight .box {
        padding: 80px 40px;
    }
}







