@font-face {
  font-family: 'WorkSans';
  src: url('../fonts/WorkSans-Light.woff2') format('woff2'), 
  url('../fonts/WorkSans-Light.ttf') format('truetype'), 
  url('../fonts/WorkSans-Light.eot') format('embedded-opentype'), 
  url('../fonts/WorkSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'WorkSans';
  src: url('../fonts/WorkSans-Regular.woff2') format('woff2'), url('../fonts/WorkSans-Regular.ttf') format('truetype'), url('../fonts/WorkSans-Regular.eot') format('embedded-opentype'), url('../fonts/WorkSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'WorkSans';
  src: url('../fonts/WorkSans-Bold.woff2') format('woff2'), url('../fonts/WorkSans-Bold.ttf') format('truetype'), url('../fonts/WorkSans-Bold.eot') format('embedded-opentype'), url('../fonts/WorkSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CopperplateGothic';
  src: url('../fonts/CopperplateGothic-Bold.woff2') format('woff2'), url('../fonts/CopperplateGothic-Bold.ttf') format('truetype'), url('../fonts/CopperplateGothic-Bold.eot') format('embedded-opentype'), url('../fonts/CopperplateGothic-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'WorkSans';
  max-width: 1920px;
  --color: #eb6100;
  --font:"CopperplateGothic";
  font-weight: normal;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  width: 1440px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}


.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.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.5%
}

.grid-box.nine>.column {
    width: 11.11111111%
}

.grid-box.ten>.column {
    width: 10%
}

.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;
}

#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #302d2d;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active .nav a.logo {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  height: 95px;
}
#header.active .nav .ui.menu {
  padding-top: 0;
}
#header .nav {
  height: 95px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav a.logo {
  width: 235px;
  height: 135px;
  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;
  -webkit-transform: translateY(45px);
  -moz-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  background-color: #302d2d;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu {
  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: 18px;
  margin-right: 60px;
  font-weight: 600;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  color: white;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  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 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;
  -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.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -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);
  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;
  opacity: 0;
}
#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 {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu,
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu >li:hover > ul.sub-menu,
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu >li > ul.sub-menu >li:hover > ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right {
  margin-left: 80px;
}
#header .nav .ui.menu .right .line {
  height: 30px;
  width: 2px;
  background: white;
  margin: 0 15px;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.language-box .zhuyu span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 60px;
  right: -30px;
  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;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  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;
}
#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;
}
#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;
}
table tr:nth-child(odd) {
    background: #eee;
}
table tr:nth-child(even) {
    background: #fff;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 25px;
  background-color: var(--color);
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
}
.more:hover {
  background-color: transparent;
  border-color: var(--color);
  color: var(--color);
}
.more span {
  font-size: 16px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
}
h2.h-title {
  font-size: 48px;
  font-weight: 600;
  color: #494949;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  z-index: 5;
}
h2.h-title.black {
  color: black;
}
h2.h-title.white {
  color: white;
}
.txt-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txt-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.white {
  color: white;
}
.tit-font {
  font-family:var(--font);
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes scale_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 scale_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 scale_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);
  }
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 95px;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content .slickBtn.pos div.prev{
  right: 97%;
}
#banner .banner-content .slickBtn.pos div.next{
  left: 97%;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  bottom: 165px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .banner-content ul li .content .box {
  max-width: 945px;
  margin: auto;
}
#banner .banner-content ul li .content .box p {
  max-width: 680px;
  margin: 30px auto 170px;
}
#banner .banner-content ul li .content .box a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 35px 0 25px;
  height: 45px;
  border: 1px solid white;
  border-radius: 35px;
  color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#banner .banner-content ul li .content .box a.btn:hover {
  color: var(--color);
  border-color: var(--color);
}
#banner .banner-content ul li .content .box a.btn span {
  font-size: 18px;
  margin-right: 10px;
}
#banner .banner-content ul li .content .box a.btn i {
  font-size: 30px;
}
#banner .banner-content .slickDots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
}
#banner .banner-content .slickDots ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#banner .banner-content .slickDots ul li {
  background-color: white;
  margin-right: 15px;
  margin-left: 0;
  width: 40px;
  height: 2px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border: none;
}
#banner .banner-content .slickDots ul li:last-child {
  margin-right: 0;
}
#banner .banner-content .slickDots ul li.slick-active {
  background-color: var(--color);
}
#index-body .homepage-1 {
  padding: 120px 0;
}
#index-body .homepage-1 .top a.btn {
  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;
}
#index-body .homepage-1 .top a.btn span {
  font-size: 22px;
  font-weight: 500;
  margin-right: 20px;
}
#index-body .homepage-1 .top a.btn:hover {
  color: var(--color);
}
#index-body .homepage-1 .bottom {
  margin-top: 60px;
  position: relative;
}
#index-body .homepage-1 .bottom ul li {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#index-body .homepage-1 .bottom ul li .box:hover .img .icon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .homepage-1 .bottom ul li .box .img {
  position: relative;
}
#index-body .homepage-1 .bottom ul li .box .img .icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 {
  position: relative;
}
#index-body .homepage-2 .top ul li {
  height: 575px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}
#index-body .homepage-2 .top ul li p{
  padding: 0 60px;
  text-align: center;
  max-width: 1060px;
  margin-top: 30px;
}
#index-body .homepage-2 .bottom ul li .box{
  height: 350px;
}
#index-body .homepage-2 .bottom ul li .box h4{
  width: 100%;
  text-align: center;
}
#index-body .homepage-2 .bottom ul li .box .img{
  width: 100%;
  height: 100%;
  display: block;
}
#index-body .homepage-3 {
  padding: 130px 0 0;
}
#index-body .homepage-3 .text {
  max-width: 1100px;
  margin: 40px auto 105px;
}
#index-body .homepage-3 .bottom {
  height: 680px;
  background-image: url('../images/play_img.jpg');
  background-size: cover;
  background-repeat: no-repeat;
   background-attachment: fixed;
  padding: 175px 30px 50px;
}
#index-body .homepage-3 .bottom a.play {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
}
#index-body .homepage-3 .bottom ul li {
  text-align: center;
  margin: 0 155px;
}
#index-body .homepage-3 .bottom ul li h4 {
  font-size: 22px;
  font-weight: 600;
  color: white;
}
#index-body .homepage-4 {
  padding: 110px 0;
}
#index-body .homepage-4 h2.h-title{
  font-size: 40px;
}
#footer {
  background-color: #302d2d;
  padding: 95px 0 15px;
}
#footer .process .top .more {
  padding: 0 30px;
  height: 60px;
  border-radius: 35px;
}
#footer.inner-footer .process .bottom ul{
  display: none
}
#footer .process .bottom {
  padding: 55px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
#footer .process .bottom ul li:last-child{
  display: none;
}
#footer .process .bottom ul li .jiantou {
  height: 115px;
  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;
}
#footer .process .bottom ul li .jiantou.reverse {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
#footer .process .bottom ul li .img {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 1px solid 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;
  position: relative;
  margin: auto;
}
#footer .process .bottom ul li .img span {
  font-size: 16px;
  width: 30px;
  text-align: center;
  line-height: 36px;
  height: 30px;
  background-color: var(--color);
  border-radius: 50%;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
}
#footer .center {
  padding: 45px 15px 60px;
}
#footer .center ul li h4 {
  font-size: 24px;
  font-weight: 600;
}
#footer .center ul li span {
  font-size: 18px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .center ul li #ewm img,
#footer .center ul li #ewm canvas {
  width: 145px;
  height: 145px;
  border: 8px solid white;
}
#footer .center ul li.contact {
  max-width: 230px;
}
#footer .center ul li.link span {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#footer .center ul li.link span:hover {
  color: var(--color);
}
#footer .center ul li.mobile {
  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: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .center ul li .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .center ul li .share a {
  width: 25px;
  height: 25px;
  margin-left: 3px;
  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;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  background-color: #3d3d3d;
  border-radius: 5px;
}
#footer .center ul li .share a:hover {
  background-color: var(--color);
}
#footer .center ul li .share a i {
  font-size: 12px;
  color: white;
}
#footer .center ul li.news span,
#footer .center ul li.link span {
  margin-bottom: 5px;
}
#footer .center ul li.news {
  max-width: 260px;
}
#footer .center ul li.news span {
  font-size: 16px;
  position: relative;
}
#footer .center ul li.news span::before {
  content: "";
  display: block;
  width: 5px;
  height: 3px;
  background-color: var(--color);
  margin-right: 2px;
  position: absolute;
  top: 10px;
  left: -10px;
}
#footer .bottom.container .box span {
  font-size: 16px;
  color: white;
  font-weight: 300;
      line-height: 30px;
}
#footer .bottom.container .box span img {
  width: 260px;
  height: auto;
  padding-top: 4px;
  margin-left: 10px;
}
@media screen and (max-width: 1700px) {
  #index-body .homepage-3 .bottom ul li {
    margin: 0 5%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #banner .banner-content ul li .content .box p {
    margin: 0 auto 15%;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
    font-size: 16px;
  }
  h2.h-title {
    font-size: 38px;
  }
  #index-body .homepage-4 h2.h-title{
  font-size: 30px;
  }
}
@media screen and (max-width: 1250px) {
  #banner .banner-content .slickBtn{
    display: none;
  }
  #banner .banner-content ul li .content {
    bottom: 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 p {
    margin: 15px auto 30px;
  }
  #index-body .homepage-2 .top ul li {
    height: 311px;
  }
  #index-body .homepage-2 .top ul li p {
    margin-bottom: 30px;
  }
  #footer .center ul li.link {
    display: none;
  }
  #footer .process .bottom ul li .img {
    width: 85px;
    height: 85px;
  }
  #footer .process .bottom ul li .img img {
    max-width: 45px;
  }
  #footer .process .bottom ul li .jiantou {
    height: 85px;
  }
  #footer .process .bottom ul li .jiantou img {
    max-width: 35px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .homepage-3 {
    padding: 80px 0 0;
  }
  #index-body .homepage-1 {
    padding: 80px 0;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-3 .text {
    margin: 40px auto;
  }
  #index-body .homepage-3 .bottom ul li {
    margin: 0 15px;
  }
  #index-body .homepage-3 .bottom ul li h4 {
    font-size: 18px;
  }
  #index-body .homepage-3 .bottom {
    height: auto;
    padding: 85px 30px;
  }
  #footer .process .bottom ul li {
    margin: 15px 0;
  }
  #footer .process .bottom ul li:nth-child(6) {
    display: none;
  }
  #footer .process .bottom ul li .img {
    width: 150px;
    height: 150px;
  }
  #footer .process .bottom ul li .img img {
    max-width: 45px;
  }
  #footer .process .bottom ul li .jiantou {
    height: 150px;
  }
  #footer .process .bottom ul li .jiantou img {
    max-width: 55px;
  }
  #footer .center ul li h4 {
    font-size: 20px;
  }
  #footer > .bottom .left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .catdesc {
    max-height: 200px;
    overflow: auto;
}
}
@media screen and (max-width: 700px) {
  #index-body .homepage-3 .bottom ul li {
    margin: 15px;
  }
  #index-body .homepage-4 h2.h-title{
  font-size: 24px;
  }
  #footer .center ul li.contact {
    max-width: 100%;
  }
  #footer .center ul li.news {
    max-width: 100%;
    margin: 40px 0;
    width: 100%;
  }
  #footer .center a.f-logo {
    margin: auto;
    display: block;
    text-align: center;
  }
  #footer .center ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .center ul h4 {
    text-align: center;
  }
  #footer .process .bottom ul li:nth-child(6) {
    display: block;
  }
  #footer .process .bottom ul li:nth-child(4n) {
    display: none;
  }
  #index-body .homepage-2 .top ul li {
    padding: 0 15px;
  }
  #index-body .homepage-2 .top ul li p,
  #index-body .homepage-2 .top ul li h3 {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .content .box p {
    margin: 15px auto 0;
  }
  #banner .banner-content ul li .content .box a.btn {
    display: none;
  }
  #index-body .homepage-1 .bottom ul li .box h4 {
    font-size: 20px;
  }
  #footer .process .top .left {
    width: 100%;
  }
  #footer .process .top h3 {
    font-size: 24px;
  }
  #footer .process .top a.more {
    margin: 20px auto 0;
  }
  #footer .process .bottom ul li .img {
    width: 100px;
    height: 100px;
  }
  #footer .process .bottom ul li .img img {
    max-width: 45px;
  }
  #footer .process .bottom ul li .jiantou {
    height: 100px;
  }
  #footer .process .bottom ul li .jiantou img {
    max-width: 55px;
  }
  #footer .bottom.container .box span {
    text-align: center;
  }
  #footer .bottom.container .box span.footaccum {
    display: none !important;
}
  h2.h-title {
    font-size: 24px;
  }
}





















h2.inner-title {
  font-size: 36px;
  font-weight: 600;
  color: #494949;
  line-height: 1;
}
h2.inner-title.white {
  color: white;
}
h2.inner-title.black {
  color: black;
}
.inner.more {
  height: 55px;
  border-radius: 35px;
}
.inner.more span {
  font-weight: 600;
  font-size: 16px;
}
.inner-color {
  color: #494949;
}
.inner-banner {
  position: relative;
}
.inner-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-banner .box {
  color: white;
  text-align: center;
  padding: 290px 0 30px;
}
.inner-banner .box h2,
.inner-banner .box h1 {
  font-size: 30px;
  font-family: var(--font);
  line-height: 1;
}
.inner-banner .box p {
  font-size: 24px;
  margin: 35px 0 105px;
}
.inner-banner .box .mbx {
  font-size: 19px;
}
.inner-page {
  padding: 125px 0;
}
.about-page {
  padding-bottom: 0 !important;
}
.about-page .about-1 {

  padding-bottom: 120px;
}
.about-page .about-1 h3{  color: #494949;}
.about-page .about-1 .bottom {
  padding: 0 50px;
}
.about-page .about-1 .bottom ul li {

  text-align: center;
}
.about-page .about-1 .bottom ul li h4 {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  color: #494949;
}
.about-page .about-1 .bottom ul li h4 span {
  font-size: 40px;
}
.about-page .about-1 .bottom ul li p {
  font-size: 18px;
  margin-top: 30px;
}
.about-page .about-2 {
  position: relative;
padding-bottom: 120px;
  background-size: cover;

 
}
.about-page .about-2 .box {
  margin-left: auto;
}
.about-page .about-2 .box .top ul {
  margin: 0 -7px;
}
.about-page .about-2 .box .top ul li {
  padding: 0 7px;
}
.about-page .about-2 .box .top ul li.active a {
  background-color: var(--color);
}
.about-page .about-2 .box .top ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  color: white;
  border-radius: 35px;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px 35px 0;
}
.about-page .about-2 .box .bottom ul li {
  color: #1c1b1b;
  display: none;
}
.about-page .about-2 .box .bottom ul li.active {
  display: block;
}
.about-page .about-3 {
  padding: 120px 0;
}
.about-page .about-3 .bottom {
  margin-top: 60px;
  position: relative;
}
.about-page .about-3 .bottom ul li {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.about-page .about-3 .bottom ul li .box:hover .img .icon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-page .about-3 .bottom ul li .box .img {
  position: relative;
}
.about-page .about-3 .bottom ul li .box .img .icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .about-4 {
  padding: 115px 0 100px;
  background-color: #f5f5f5;
}
.about-page .about-4 .bottom ul {
  margin: 0 -7px;
}
.about-page .about-4 .bottom ul li {
  padding: 0 7px;
}
.about-page .about-4 .bottom ul li .img {
  width: 100%;
  height: auto;
  padding: 5px;
  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;
}

.about-page .about-5{
  padding: 120px 0;
  background-color: #f4f4f4;
}
.about-page .about-5 .left{
        position: sticky;
    top: 180px;
    padding-bottom: 100px;
}
.about-page .about-5 .left ul{
  position: relative;
}
.about-page .about-5 .left ul li{
  opacity: 0;
  position: absolute;
  inset:0;
  transition: all 0.5s;
}
.about-page .about-5 .left ul li.active{
  opacity: 1;
}
.about-page .about-5 .left ul li h2{
  font-size: 100px;
  color: #d9d9d9;
}
.about-page .about-5 .right ul li .box{
  position: relative;
  padding-bottom: 60px;
  width: 100%;
  height: 100%;
}
.about-page .about-5 .right ul li .icon{
  position: relative;
  margin-right: 60px;
}
.about-page .about-5 .right ul li .box .text .con{
  font-size: 18px;
}
.about-page .about-5 .right ul li .box::before{
  content:"";
  display: block;
  width: 1px;
  height: 100%;
  background-color: black;
  position: absolute;
  left: 60px;
  top:0;
}
.about-page .about-5 .right ul li .box span{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: white;
  font-weight: bold;
  background-color: #717171;
  width:120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
.about-page .about-5 .right ul li.active .box span{
  background-color: var(--color);
}
.about-page .about-5 .right ul .slick-current li .icon span{
  background-color:var(--color);
    font-size: 28px;
}

.manufacture-page .manufacture-1 .text {
  max-width: 950px;
  margin: 0 auto 70px;
}
.manufacture-page .manufacture-1 ul {
  margin: -38px -17px;
}
.manufacture-page .manufacture-1 ul li {
  padding: 38px 17px;
  width: 25%;
}
.manufacture-page .manufacture-1 ul li h4 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
}
.manufacture-page .manufacture-2 {
  padding: 120px 0 125px;
  margin-top: 120px;
  background-color: #302d2d;
}
.manufacture-page .manufacture-2 ul li {
  color: white;
  margin-bottom: 30px;
}
.manufacture-page .manufacture-2 ul li:last-child {
  margin-bottom: 0;
}
.manufacture-page .manufacture-2 ul li:nth-child(2n) .text {
  padding-right: 0;
  padding-left: 70px;
}
.manufacture-page .manufacture-2 ul li:nth-child(2n) .text a.more {
  height: 55px;
  border-radius: 25px;
}
.manufacture-page .manufacture-2 ul li .text {
  padding-right: 70px;
}
.manufacture-page .manufacture-3 {
  padding-top: 125px;
}
.manufacture-page .manufacture-3 .text {
  max-width: 870px;
  margin:0 auto 70px;
}
.manufacture-page .manufacture-3 ul li h4 {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
}
.gallery-page {
  background-color: #f6f6f6;
  padding-bottom: 0 !important;
}

.gallery-page .gallery-1 {
  padding-bottom: 150px;
}
.gallery-page .gallery-1 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: -30px -60px;
}
.gallery-page .gallery-1 ul li {
  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;
  width: 50%;
  padding: 30px 20px;
}
.gallery-page .gallery-1 ul li .img {
  width: 230px;
  height: 130px;
  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;
}
.gallery-page .gallery-1 ul li .text {
  padding-left: 25px;
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px);
  width: calc(100% - 230px);
  font-size: 18px;
 
}
.gallery-page .gallery-2 {
  background-color: white;
  padding: 125px 0 115px;
}
.gallery-page .gallery-2 ul {
  margin: -20px;
}
.gallery-page .gallery-2 ul li {
  padding: 20px;
  width: 25%;
}
.sustainability-page .sustainability-1 ul li {
  margin-bottom: 30px;
}
.sustainability-page .sustainability-1 ul li:last-child {
  margin-bottom: 0;
}
.sustainability-page .sustainability-1 ul li .text {
  width: 50%;
  padding: 0 45px;
}
.sustainability-page .sustainability-1 ul li .text h3 {
  font-size: 36px;
  color: #494949;
}
.sustainability-page .sustainability-1 ul li .text .con {
  font-size: 18px;

  line-height: 2;
}
.sustainability-page .sustainability-1 ul li .img {
  width: 50%;
}
.sustainability-page .sustainability-2 {
  padding: 55px 0;
  background-color: #fafafa;
  margin: 110px 0 95px;
}
.sustainability-page .sustainability-2 h2 {
  text-transform: capitalize;
}
.sustainability-page .sustainability-2 ul {
  margin: 50px -90px 0;
}
.sustainability-page .sustainability-2 ul li {
  padding: 0 90px;
}
.sustainability-page .sustainability-3 h2 {
  margin-bottom: 40px;
  color: #494949;
}
@media screen and (max-width: 1700px) {
  .about-page .about-5 .right ul {
    margin: 0 0 -100px;
  }
  .about-page .about-5 .right ul li {
    height: 450px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .bottom ul li h4 {
    font-size: 45px;
  }
  .about-page .about-2 .box {
    width: 60%;
  }
  .manufacture-page .manufacture-3 {
    padding-top: 125px;
  }
  .about-page .about-5 .right ul li {
    height: 400px;
  }
  .about-page .about-5 .right ul li .box{
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-5 .left ul{
    display: none;
  }
  .about-page .about-5 .left {
    position: static;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
  }
  .about-page .about-5 .right {
      width: 100% !important;
      height: auto;
      margin-top: 60px;
  }
  .inner-banner .box {
    padding: 15% 0 30px;
  }
  .manufacture-page .manufacture-1 ul li {
    width: 33.3333333%;
  }
  .manufacture-page .manufacture-3 {
    padding-top: 85px;
  }
  .gallery-page .gallery-2 ul li {
    width: 33.33333333%;
  }
  .sustainability-page .sustainability-1 ul li .text h3 {
    font-size: 30px;
  }
  .about-page .about-2 .box {
    width: 75%;
  }
  .about-page .about-5 .right ul li {
    height: 310px;
  }

}
@media screen and (max-width: 1000px) {
  .inner-banner .box h2,
  .inner-banner .box h1 {
    font-size: 20px;
  }
  .about-page .about-1 .bottom ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-page .about-1 .bottom ul li {
    margin: 20px 0;
    width: 50%;
  }
  .about-page .about-2 .box {
    width: 100%;
  }
  .manufacture-page .manufacture-1 ul li {
    width: 50%;
  }
  .gallery-page .gallery-1 ul li .text {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .gallery-page .gallery-1 {
    padding-bottom: 80px;
  }
  .gallery-page .gallery-2 {
    padding: 85px 0;
  }
  .sustainability-page .sustainability-1 ul li:nth-child(even) {
    -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;
  }
  .sustainability-page .sustainability-1 ul li .text {
    width: 100%;
    margin: 15px 0;
    padding: 0;
  }
  .sustainability-page .sustainability-1 ul li .img {
    width: 100%;
    margin: 15px 0;
  }
  .sustainability-page .sustainability-2 {
    margin: 80px 0;
  }
  .sustainability-page .sustainability-2 ul {
    margin: 30px -50px 0;
  }
  .sustainability-page .sustainability-2 ul li {
    padding: 0 50px;
  }
  h2.inner-title {
    font-size: 30px;
  }
  .about-page .about-5 .left{
    width: 100%;
    margin-bottom: 60px;
  }
  .about-page .about-5 .right{
    width: 100%;
    height: auto;
  }
  .about-page .about-5 .right ul li {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
    .about-page .about-2 .left{
    width: 100%;
    margin-bottom: 60px;
  }
  .about-page .about-2 .right{
    width: 100%;
    height: auto;
  }
  .inner-page {
    padding: 85px 0;
  }
  .inner-banner .box p {
    font-size: 18px;
    margin: 35px 0;
    display: none;
  }
  #innerMobileBanner~.inner-banner {
    display: block !important;
}
  .about-page .about-1 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .top .right {
    width: 100%;
    margin-top: 40px;
  }
  .about-page .about-1 .bottom ul li h4 {
    font-size: 30px;
  }
  .about-page .about-1 .bottom ul li h4 span {
    font-size: 24px;
  }
  .about-page .about-3 .bottom ul li .box .text h4 {
    font-size: 24px;
  }
  .about-page .about-4 .top p {
    margin-top: 20px;
  }
  .about-page .about-3 {
    padding: 80px 0;
  }
  .about-page .about-2{
    padding: 60px 0;
  }
  .about-page .about-2 .box .top ul li {
    width: 50%;
    margin: 15px 0;
  }
  .manufacture-page .manufacture-2 ul li:nth-child(2n) .text {
    padding-left: 0;
  }
  .manufacture-page .manufacture-2 ul li:nth-child(2n) {
    -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;
  }
  .manufacture-page .manufacture-2 ul li .text {
    padding-right: 0;
  }
  .manufacture-page .manufacture-2 ul li .text h3 {
    font-size: 24px;
  }
  .manufacture-page .manufacture-2 ul li .text,
  .manufacture-page .manufacture-2 ul li .img {
    width: 100%;
    margin: 20px 0;
  }
  .manufacture-page .manufacture-2 {
    padding: 85px 0;
  }
  .gallery-page .gallery-1 ul li {
    width: 50%;
  }
  .gallery-page .gallery-1 ul {
    margin: -15px;
  }
  .gallery-page .gallery-1 ul li {
    padding: 15px;
  }
  .gallery-page .gallery-2 ul li {
    width: 50%;
  }
  .sustainability-page .sustainability-2 ul {
    margin: 30px -20px 0;
  }
  .sustainability-page .sustainability-2 ul li {
    padding: 0 20px;
  }
  .sustainability-page .sustainability-2 ul li img {
    max-width: 45px;
  }
  .sustainability-page .sustainability-3 h2 {
    margin-bottom: 24px;
  }
  h2.inner-title {
    font-size: 24px;
  }
  .sustainability-page .sustainability-1 ul li .text h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-5 .right ul li .box span {
    font-size: 16px;
    width: 60px;
    height: 60px;
  }
  .about-page .about-5 .right ul li .box::before {
    left: 30px;
  }
  .about-page .about-1 .bottom {
    padding: 0;
  }
  .about-page .about-5 .right ul li .icon {
    margin-right: 25px;
  }
  .about-page .about-2 .box .top ul li a {
    padding: 5px 20px 0;
    font-size: 14px;
  }
  .about-page .about-2 .box .bottom ul li .con{
    max-height: 160px;
    padding-right: 20px;
    overflow-y: auto;
  }
  .about-page .about-1 {
    padding-bottom: 65px;
  }
  .about-page .about-4 {
    padding: 85px 0;
  }
  .manufacture-page .manufacture-1 ul li {
    width: 100%;
  }
  .gallery-page .gallery-2 ul li,
  .gallery-page .gallery-1 ul li {
    width: 100%;
  }
  .gallery-page .gallery-1 ul li .img {
    width: 100%;
  }
  .sustainability-page .sustainability-2 ul li {
    margin: 15px 0;
  }
}
.market-page .market-1 ul {
  margin: -18px;
}
.market-page .market-1 ul li {
  width: 100%;
  padding: 18px;
}
.market-page .market-1 ul li h4{color: #494949;}
.market-page .market-1 ul li .img {
  display: block;
}

.market-page .market-5 ul {
  margin: -10px;
}
.market-page .market-5 ul li {
  padding: 10px;
}

.market-page .market-2 {
  padding: 60px 0;
  background: #302d2d;
  background-size: cover;
  margin: 125px 0;
}
.market-page .market-3 .box {
  padding: 160px 60px 110px;
  background: url("../images/market-2.jpg") no-repeat;
  background-size: cover;
  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;
  -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;
  color: white;
}
.innovation-page .innovation-1 .list {
  margin-bottom: 120px;
}
.innovation-page .innovation-1 .right h2.inner-title {
  line-height: 1.4;
}
.innovation-page .innovation-1 .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.innovation-page .innovation-1 .right ul li:last-child {
  margin-bottom: 0;
}
.innovation-page .innovation-1 .right ul li .img {
  width: 65px;
}
.innovation-page .innovation-1 .right ul li .text {
  width: -webkit-calc(100% - 65px);
  width: -moz-calc(100% - 65px);
  width: calc(100% - 65px);
  padding-left: 20px;
}
.innovation-page .innovation-2 .box {
  padding: 0 60px;
  background: url("../images/innovation-3.jpg") no-repeat;
  background-size: cover;
  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;
  -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;
  color: white;
  height: 565px;
}
.related-news {
  background-color: #f6f6f6;
  padding: 120px 0 120px;
}
.related-news h2 {
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  color: #494949;
}
.seoIndustry.Auxil-industry {
    line-height: 30px;
    padding: 60px 0;
}
.related-about {
  padding-top: 120px;
}
.related-about h2 {
  font-size: 40px;
  line-height: 1.4;
}

.product-y-2 ul{
  padding-top: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.product-y-2 ul li{
  height: 570px;
  margin-bottom: 60px;
}
.product-y-2 ul li:last-child{
  margin-bottom: 0;
}
.product-y-2 ul li:nth-child(even){
  flex-direction: row-reverse;
}
.product-y-2 ul li a.left{
  display: block;
}
.product-y-2 ul li .right{
  padding-left: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  height: 100%;
}

.product-y-2 ul li:nth-child(even) .right{
  padding-left: 0;
  padding-right: 60px;
}
.product-y-2 ul li .right .con{
  max-height: 260px;
  overflow-y: auto;
  padding-right: 20px;
}

.product2-page .product-y-2 ul li{
  height: auto;
  display: block;
}
.product2-page .product-y-2 ul li:nth-child(even){
  flex-direction: row;
}
.product2-page .product-y-2 ul li:nth-child(even) .right{
  padding-left: 60px;
  padding-right: 0;
}
.product3-page .product-y-2 ul li  .box .left .smallImg ol{
  margin: 0 -10px;
} 
.product3-page .product-y-2 ul li  .box .left .smallImg ol li{
  padding: 0 10px;
}
@media screen and (max-width: 700px) {
  .product-y-2 ul li h4{
    font-size: 24px;
  }
  .product-y-2 ul li{
    height: auto;
  }
  .product-y-2 ul li:nth-child(even){
    flex-direction: row;
  }
  .product-y-2 ul li a.left,
  .product-y-2 ul li .right{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .product-y-2 ul li:nth-child(even) .right {
    padding-left: 0;
    padding-right: 0;
  }
  .product2-page .product-y-2 ul li:nth-child(even) .right {
    padding-left: 0;
  }
}


.product-page {
  padding: 0;
}
.product-page .product-nav {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 40px 30px 35px;
}
.product-page .product-nav ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-nav ul li {
  margin: 0 70px;
  text-align: center;
}
.product-page .product-nav ul li h4 {
  font-size: 18px;
 
  margin-top: 25px;
}
.product-page .product-1 {
  padding: 50px 0;
}
.product-page .product-1 .share {
  color: #6b6868;
  margin-top: 25px;
}
.product-page .product-1 .share a {
  color: #6b6868;
  margin-right: 10px;
}
.product-page .product-1 .share a:last-child {
  margin-right: 0;
}
.product-page .product-1 .share a:hover {
  color: var(--color);
}
.product-page .product-1 .share a i {
  font-size: 20px;
}

.product-page .product-1 .smallImg ul{
  margin: 0 -5px;
}

.product-page .product-1 .smallImg ul li{
  padding: 0 5px;
  cursor: pointer;
}

.product-page .parameter .content table tr td{
  font-size: 18px;
}

.product-page .customization .content {
  padding: 50px 0 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product-page .customization h2 {
  font-size: 36px;
  margin-bottom: 70px;
}
.product-page .parameter h2 {
  font-size: 36px;
  margin-bottom: 35px;
}
.related-product {
  padding: 85px 0;
}
.related-product h2 {
  font-size: 36px;
  margin-bottom: 35px;
}

.contact-page .init-1 .tip_title {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2
}

.contact-page .init-1 .container {
    max-width: 1440px;
    margin: auto;
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-page .init-1 .container .left {
    width: 48%
}

.contact-page .init-1 .container .left .tip {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2
}

.contact-page .init-1 .container .left .tip span {
    display: block;
    color: #494949;
}

.contact-page .init-1 .container .left .contact_info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-page .init-1 .container .left .contact_info .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    margin-top: 20px
}

.contact-page .init-1 .container .left .contact_info .list .text {
    margin-left: 10px
}

.contact-page .init-1 .container .left .contact_info .list img {
    min-width: 18px;
    margin-right: 4px
}

.contact-page .init-1 .container .left form {
    margin-top: 50px
}

.contact-page .init-1 .container .left form .list {
    margin-top: 26px;
    width: 100%
}

.contact-page .init-1 .container .left form .list label {
    display: block;
    cursor: auto;
    font-size: 16px
}

.contact-page .init-1 .container .left form .list input {
    margin-top: 6px;
    display: block;
    border: none;
    height: 20px;
    border-bottom: 1px solid #000;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    background: inherit;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.contact-page .init-1 .container .left form .list input:focus {
    height: 36px
}

.contact-page .init-1 .container .left form .list textarea {
    margin-top: 6px;
    display: block;
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    background-color: inherit;
    border: 1px solid #000
}

.contact-page .init-1 .container .left form .submit_btn {
    background-color: #eb6100;
    width: 230px;
    border-radius: 35px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 30px
}

.contact-page .init-1 .container .right {
    width: 46%
}

.contact-page .init-1 .container .right img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.contact-page .init-2 {
    margin-top: 120px;
    border-top: 1px solid #b2aea9
}

.contact-page .init-2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-page .init-2 .container .list {
    margin-top: 40px;
    max-width: 266px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.contact-page .init-2 .container .list .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 38px
}

.contact-page .init-2 .container .list .img img {
    max-height: 100%;
    width: auto;
    height: auto;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.contact-page .init-2 .container .list .title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 16px;
    color: #494949;
}

.contact-page .init-2 .container .list .des {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 8px
}

.contact-page .init-2 .container .list:hover {
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px)
}

.contact-page .init-2 .container .list:hover .img img {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.contact-page .init-3 {
    margin-top: 60px;
    position: relative;
    z-index: 2
}

.contact-page .init-3 .button-group .button {
    background: #000
}
.m-page {
    margin-top: 80px
}

.m-page .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.m-page .wp-pagenavi span,.m-page .wp-pagenavi a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #b2b2b2;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    font-size: 16px;
    margin: 0 5px;
}

.m-page .wp-pagenavi span.current,.m-page .wp-pagenavi a.current {
    border-color: var(--color);
    background-color: var(--color);
    color: #fff
}

.m-page .wp-pagenavi a:hover {
    border-color: var(--color);
    background-color: var(--color);
    color: #fff
}


.news-page .container .content .column .box {
    position: relative;
    overflow: hidden
}

.news-page .container .content .column .box a {
    display: block;
    overflow: hidden
}

.news-page .container .content .column .box .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-page .container .content .column .box .shadow {
    opacity: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#000),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to top,#000,rgba(0,0,0,0))
}

.news-page .container .content .column .box .cont {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    width: 100%;
    padding: 0 40px;
    bottom: 46px;
    left: 0;
    z-index: 3;
    color: #000
}

.news-page .container .content .column .box .cont .title {
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 16px
}

.news-page .container .content .column .box .cont .des {
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 16px
}

.news-page .container .content .column .box:hover .shadow {
    opacity: 1
}

.news-page .container .content .column .box:hover .cont {
    transform: translateX(6px);
    -ms-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -webkit-transform: translateX(6px);
    -o-transform: translateX(6px)
}

.newdet-page .container .title {
    font-size: 26px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize
}

.newdet-page .container time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    color: #000;
    opacity: .6
}

.newdet-page .container .content_cont {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #666;
    line-height: 32px
}

.newdet-page .container .share {
    padding-top: 10px;
    margin-bottom: 60px
}

.newdet-page .container .share h4 {
    font-size: 14px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-weight: 700
}

.newdet-page .container .share ul {
    display: inline-block;
    vertical-align: middle
}

.newdet-page .container .share ul li {
    width: auto;
    margin-left: 20px
}

.m-link {
    margin-top: 40px
}

.m-link a {
    display: block;
    font-size: 16px;
    color: #666;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    margin-top: 6px
}

.m-link a:hover {
    color: #000
}




@media screen and (max-width: 1700px) {
  .product-page .product-nav ul li {
    margin: 0 45px;
  }

    .newdet-page>.container {
        margin-top: 40px
    }

    .newdet-page .container .title {
        text-align: center
    }

    .newdet-page .container time {
        text-align: center
    }
}
@media screen and (max-width: 1450px) {
  .product-page .product-nav ul li {
    margin: 0 30px;
  }
  .related-about h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .product-page .product-nav{
    display: none;
  }
  .market-page .market-3 .box p br {
    display: none;
  }
  .innovation-page .innovation-2 .box {
    height: 465px;
  }
  .product-page .product-nav ul li {
    margin: 0 10px;
  }
  .product-page .product-1 .right h2 {
    margin-bottom: 30px;
  }
      .contact-page .init-2 .container .list {
        width:23%
    }
}
@media screen and (max-width: 1000px) {
  .market-page .market-1 ul li {
    width: 100%;
  }
  .market-page .market-1 ul li h4 {
    font-size: 24px;
  }
  .innovation-page .innovation-1 .right h2 {
    font-size: 30px;
  }
  .related-about .top .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .related-about .top .right {
    width: 100%;
    padding-left: 0;
  }
  .product-page .product-1 .img {
    width: 100%;
    margin-bottom: 60px;
  }
  .product-page .product-1 .right {
    width: 100%;
    padding-left: 0;
  }
  .related-about {
    padding-top: 60px;
  }
  .product-page .product-nav ul li {
    margin: 20px;
  }
  .related-news h2 {
    font-size: 30px;
  }
  .seoIndustry.Auxil-industry {
    display: none !important;
}
   .contact-page .init-1 .tip_title {
        font-size: 60px
    }

    .contact-page .init-1 .container {
        margin-top: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .contact-page .init-1 .container .left {
        width: 100%
    }

    .contact-page .init-1 .container .left .tip {
        text-align: center
    }

    .contact-page .init-1 .container .left .contact_info {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .contact-page .init-1 .container .left form .submit_btn {
        margin: auto;
        margin-top: 20px
    }

    .contact-page .init-1 .container .right {
        width: 100%;
        max-width: 500px;
        margin-top: 20px;
        display: none
    }

    .contact-page .init-2 .container .list {
        width: 48%;
        text-align: center
    }

    .contact-page .init-2 .container .list .img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    
}
@media screen and (max-width: 700px) {
  .market-page .market-3 .box {
    padding: 80px 60px;
  }
  .market-page .market-2 {
    padding: 65px 0;
  }
  .market-page .market-2 .text {
    width: 100%;
    margin-bottom: 40px;
  }
  .market-page .market-3 .box {
    padding: 80px 30px;
  }
  h2.inner-title {
    line-height: 1.4;
  }
  .innovation-page .innovation-1 .left {
    width: 100%;
  }
  .innovation-page .innovation-1 .right {
    width: 100%;
    margin: 20px 0;
    padding: 0;
  }
  .innovation-page .innovation-1 .list {
    margin-bottom: 60px;
  }
  .innovation-page .innovation-1 .right h2.inner-title br {
    display: none;
  }
  .innovation-page .innovation-2 .box {
    height: 365px;
    padding: 0 20px;
  }
  .related-news {
    padding: 85px 0;
  }
}
@media screen and (max-width: 500px) {
  .market-page .market-1 ul li .img{
    width: 100%;
  }
  .market-page .market-1 ul li .text{
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .contact-page .init-1 .tip_title {
        font-size:30px
    }

    .contact-page .init-1 .container .left .tip {
        font-size: 20px;
        line-height: 1.4
    }

    .contact-page .init-2 {
        margin-top: 40px
    }

    .contact-page .init-2 .container .list {
        width: 100%;
        text-align: center
    }
      .m-page {
        margin-top: 40px
    }
}








.news-page {
    background: #fff;
}
.news-page .sideright {
    padding: 0 0 50px;
}
.news-page .sideright .list ul {
    margin-right: -1rem;
}
.news-page .sideright .list ul li {
    padding-right: 1rem;
    margin-bottom: 3rem;
}
.news-page .sideright .list ul li .img {
    position: relative;
}
.news-page .sideright .list ul li .img img {
    width: 100%;
}
.news-page .sideright .list ul li .img .date {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--color);
    color: #fff;
    padding: 6px 12px;
    text-align: center;
    line-height: 1.5em;
    border-radius: 2px;
}
.news-page .sideright .list ul li .img .date span {
    display: block;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.news-page .sideright .list ul li .img .date i {
    display: block;
    font-size: 24px;
    line-height: 1.8;
    font-style: normal;
    color: #fff;
    font-weight: bold;
}
.news-page .sideright .list ul li .con {
    padding: 30px;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
    transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    margin-bottom: 15px;
}
.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
    color: var(--color);
}
.news-page .sideright .list ul li .con p {
    color: #555;
    font-size: 16px;
    line-height: 2;
}
.news-page .sideright .list ul li .con i {
    color: var(--color);
    font-size: 18px;
}
.news-page .sideright .list ul li .con .divider {
    width: 100%;
    min-height: 1px;
    background-color: rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    margin-bottom: 20px;
}
.news-page .sideright .list ul li .con .news-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #101010;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 400;
}
.news-page .sideright .list ul li .con .news-info .news-info-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-info-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
    margin-right: 7px;
}
.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 16px;
    line-height: 2;
    color: #555;
}
.news-page .sideright .list ul li .con a.link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-bottom: 1px solid #ccc;
}
.news-page .sideright .list ul li .con a.link-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.news-page .sideright .list ul li .con a.link-btn:hover::before {
    width: 100%;
}
@media screen and (max-width: 1000px) {
    .news-page .sideright {
        padding: 0 0 50px 0 !important;
    }
}
@media screen and (max-width: 700px) {
    .news-page .sideright .list ul {
        margin-right: 0;
    }
    .news-page .sideright .list ul li {
        width: 100%;
        padding-right: 0;
    }
    .news-page .sideright .list ul li .con {
        padding: 20px 10px;
    }
    .news-page .sideright .list ul li .con h5,
    .news-page .sideright .list ul li .con h5 a {
        font-size: 20px;
    }
    .news-page .sideright .list ul li .con p {
        font-size: 14px;
    }
    .news-page .sideright .list ul li .con .news-info .card-news-service-text,
    .news-page .sideright .list ul li .con .news-info .card-news-date-text {
        font-size: 14px;
    }
    .news-page .sideright .list ul li .con .news-info .news-info-right {
        font-size: 14px;
    }
}
.newdet-page .section-title2 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.6;
    color: #494949;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}

.newdet-page blockquote {
    border-left: 7px solid var(--color);
    padding: 45px;
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
}
.newdet-page blockquote p {
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}
.newdet-page blockquote::before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #000;
}
.newdet-page blockquote a {
    color: inherit;
}
.newdet-page blockquote cite {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 3rem;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: var(--color);
    font-weight: bold;
}
.newdet-page blockquote cite::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: var(--color);
}


.newdet-page .n-content h3 {
    font-size: 28px;
    line-height: 2;
    font-weight: 900;
    color: #0749b3;
    margin-bottom: 5px;
}

.newdet-page .n-content h4 {
    font-size: 24px;
    line-height: 1.9;
    font-weight: 600;
}

.newdet-page .n-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}


.newdet-page .n-content table td{
    word-break: keep-all;
}
.newdet-page .grid-box {
    margin-right: -12px;
}
.newdet-page .column {
    padding: 20px 12px 0;
}
.newdet-page .news-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
    margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
    font-size: 14px;
    color: #555;
    margin: 0;
    font-weight: 400;
    transition: .5s;
    -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
    color: var(--color);
}
.newdet-page .s_link {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
    width: 50%;
    padding: 50px 0;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.newdet-page .s_link .list .img {
    width: 80px;
    height: 80px;
    min-width: 80px;
}
.newdet-page .s_link .list .img img {
    -o-object-fit: cover;
    object-fit: cover;
}
.newdet-page .s_link .list .cont {
    margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
    color: var(--color);
}
.newdet-page .s_link .list .cont .tip {
    font-size: 16px;
    line-height: 2;
    color: #444;
}
.newdet-page .s_link .list .cont .des {
    color: #000;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
}
.newdet-page .s_link .list.next {
    padding-right: 0;
    padding-left: 15px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
    margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: right;
}
.newdet-page .news-comment-section {
    padding-top: 3rem;
}
.newdet-page .news-comment-section h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.newdet-page .news-comment-section form {
    margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
    padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}
.newdet-page .news-comment-section form li button {
    font-weight: bold;
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
    background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
    width: 100%;
}
.news-page .news-1 {
margin-bottom: 80px;
    background-color: white;
}
.news-page .news-1 .left {
    width: 53%;
    vertical-align: middle;
}

.news-page .news-1 .right {
    padding-left: 4%;
    width: 47%;
    vertical-align: middle;
}
.news-page .news-1 .right time {
    font-size: 16px;
    color: var(--color);
    display: block;
    font-weight: 600;
    line-height: 1.2;
}
.news-page .news-1 .right span.h6 {
    font-size: 30px;
    font-weight: 600;
    color: #494949;
    line-height: 1.6;
    margin: .3em 0 1em;
    display: block;
}
.news-page .news-1 .right .text{font-size: 18px; margin-bottom: 30px;}


.news-page.newsBox span.h2 {
    font-size: 48px;
}
.news-page.newsBox .list {
    margin-top: 30px;
}
.news-page.newsBox .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.news-page.newsBox .list ul li {
    padding: 15px;
}
.news-page.newsBox .list ul li .content {
   padding: 45px;
   background: #f6f6f6;
}
.news-page.newsBox .list ul li time {
    display: block;
    font-size: 16px;
    color: var(--color);
    line-height: 1.2;
    margin-top: 10px;
}
.news-page.newsBox .list ul li .h6 {
    font-size: 20px;
    font-weight: 600;
    color: #494949;
    margin: .6em 0 1em;
   
    transition: .5s;
    min-height: 65px;
}
.news-page.newsBox .list ul li .h6:hover {
    color: var(--color);
}
.news-page.newsBox .list ul li p {
    font-size: 18px;
   
    line-height: 1.6;
}
@media screen and (max-width: 1000px) {
      .news-page.newsBox .list ul li {
        width: 50%;
    }
    .news-page .news-1 .box .left{
      width: 100%;
    }
    .news-page .news-1 .box .right{
      width: 100%;
      padding-left: 0;
      margin-top: 60px;
    }
}
@media screen and (max-width: 700px) {
    .newdet-page blockquote {
        padding: 20px 10px;
    }
    .newdet-page .grid-box {
        margin-right: 0;
    }
    .newdet-page .column {
        padding: 10px 0;
        width: 100%;
    }
    .newdet-page .column:nth-child(1) {
        padding: 10px 0;
    }
    .newdet-page .news-post-comment-wrap {
        display: block;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-comment {
        text-align: center;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-content {
        margin: 2rem 0 0 0;
    }
    .newdet-page .news-comment-section form .column {
        width: 100%;
    }
    .newdet-page .s_link .list {
        width: 100%;
    }
    .newdet-page .s_link .list.next {
        border: none;
        border-top: 1px solid #d9d9d9;
    }
        .news-page .news-1 .left {
        width: 100%
    }
    .news-page .news-1 .right span.h6 {
        font-size: 24px;
    }
    .news-page.newsBox span.h2 {
        font-size: 24px;
    }
        .news-page.newsBox .list ul li {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .newdet-page .s_link {
        margin-top: 20px;
    }
    .newdet-page .s_link .list {
        padding: 20px 0;
    }
}



.download-page {
  background-color: #fbfbfb;
}
.download-page .download-1 .list a {
  padding: 5% 8%;
  background-color: #f6f6f6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .download-1 .list a i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .download-1 .list a i img {
  max-width: 100%;
  max-height: 100%;
}
.download-page .download-1 .list a i:first-child {
  width: 2.44444444em;
  height: 2.44444444em;
}
.download-page .download-1 .list a i:last-child {
  width: 1.72222222em;
  height: 1.83333333em;
}
.download-page .download-1 .list a:hover {
  background-color: var(--color);
  color: white;
}
.download-page .download-1 .list a:hover i:last-child {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.download-page .download-2 .play {
  width: 60px;
  height: 60px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-page .download-2 .play i {
  font-size: 24px;
  color: white;
}
.download-page .download-3 .left span.h2 {
  line-height: 1.2;
}
.download-page .download-3 .left span.h6 {
  font-weight: 500;
}

.inner-page .faq i.icon {
  width: 1.44444444em;
  height: 1.44444444em;
  background-color: var(--color);
  color: white;
  margin-top: .1em;
  padding-top: 5px;
}
.inner-page .faq span.h6 {
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .faq span.h6 i.iconfont {
  font-size: 1.3em;
  line-height: 1;
  margin-left: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .faq .text {
  color: #6a696e;
}
.inner-page .faq .content {
  display: none;
}
.inner-page .faq li.active span.h6 {
  border-bottom: 1px solid #ebebeb;
}
.inner-page .faq li.active span.h6 i.iconfont {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@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%
    }
    .grid-box.six>.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%
    }
      .grid-box.six>.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%
    }
    .grid-box.six>.column {
        width: 100%
    }
}
.tit-color{
  color:#494949;
}
.product-list-2 ul{
  margin: 0 -15px;
}
.product-list-2 ul li{
  padding: 0 15px;
}
.product-list-2 ul li .con{
  max-height: 160px;
  overflow-y: auto;
  padding-right: 30px;
}


.mobileForm{
display: none;  
}

#Pop_UpsBtn {
    bottom: 35% !important;
}




