@font-face {
  font-family: 'ls';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ls';
  src: url('../fonts/CopperplateGothic-Bold.eot');
  src: url('../fonts/CopperplateGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CopperplateGothic-Bold.woff2') format('woff2'), url('../fonts/CopperplateGothic-Bold.woff') format('woff'), url('../fonts/CopperplateGothic-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "ls";
  max-width: 1920px;
  --color: #cebb9d;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1750px;
}
.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;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .logo img {
    transition: .5s;
}
#header:not(.inner) .logo img,
#header.active .logo img {
    filter: brightness(0) invert(1);
}
#header.inner {
    position: sticky;
    top: 0;
    background-color: black;
    color: white;
}
#header.inner .logo img {
    filter: unset !important;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 100px;
}
#header .nav .ui.menu .box {
  margin-left: 4%;
  margin-right: auto;
  height: 100%;
}
#header .nav .ui.menu .menu-box {
  height: 100%;
  width: 49%;
}
#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 {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  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;
}
#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.active {
  background-color: #100f14;
  color: white;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
span.h2 {
  line-height: 1.2;
}
.more {
  --c: white;
  color: var(--c);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more em.dots {
  width: 3.33333333em;
  height: 3.33333333em;
  border: 1px solid var(--c);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: -0.5em;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, -webkit-calc(100% - 2px) 20%, -webkit-calc(100% - 2px) 80%, 100% 80%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 20%, -moz-calc(100% - 2px) 20%, -moz-calc(100% - 2px) 80%, 100% 80%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 20%, calc(100% - 2px) 20%, calc(100% - 2px) 80%, 100% 80%, 100% 100%, 0 100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more em.dots i {
  width: .5em;
  height: .5em;
  background-color: var(--c);
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more em.dots i:before,
.more em.dots i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.more em.dots i:before {
  bottom: 100%;
}
.more em.dots i:after {
  top: 100%;
}
.more:hover em.dots,
.more.full em.dots {
  margin-right: .5em;
  background-color: var(--color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, -webkit-calc(100% - 1px) 50%, -webkit-calc(100% - 1px) 50%, 100% 50%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 50%, -moz-calc(100% - 1px) 50%, -moz-calc(100% - 1px) 50%, 100% 50%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 50%, calc(100% - 1px) 50%, calc(100% - 1px) 50%, 100% 50%, 100% 100%, 0 100%);
  border-color: var(--color);
}
.more:hover em.dots i,
.more.full em.dots i {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.more:hover em.dots i:before,
.more.full em.dots i:before,
.more:hover em.dots i:after,
.more.full em.dots i:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
}
.more.full {
  --c: black;
}
.text {
  line-height: 1.875;
}
#sidebar {
  right: 1.7%;
  bottom: 15%;
}
#sidebar ul li {
  width: 3em;
  height: 3em;
  background-color: transparent;
  border: 1px solid white !important;
  border-radius: 0 !important;
  margin: 1em 0;
}
#sidebar ul li:hover {
  background-color: var(--color);
  border-color: var(--color) !important;
}
#sidebar ul li .child {
  white-space: nowrap;
  min-height: 100%;
}
#sidebar ul li.active {
  background-color: var(--color);
  border-color: var(--color);
}
#sidebar ul li.top.active {
  color: white;
}
.cursor-follower {
  position: fixed;
  left: 0;
  top: 0;
  width: .6em;
  height: .6em;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--color);
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
  mix-blend-mode: difference;
  z-index: 23;
}
.cursor-follower.active {
  opacity: 1;
}
.imgScroll {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(black), to(black));
  -webkit-mask-image: -webkit-linear-gradient(right, black, black);
  mask-image: -webkit-gradient(linear, right top, left top, from(black), to(black));
  mask-image: linear-gradient(to left, black, black);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0 100%;
  mask-size: 0 100%;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
}
.imgScroll.active {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .left {
  max-width: 850px;
  margin: 0 auto;
}
/*#banner li .content .left .more {
    --c:white;
}*/
#index-body {
  background-color: white;
}
#index-body .init-1 {
  background-color: #100f14;
  color: white;
}
#index-body .init-1 span.h2:not([class*='op-']) {
  line-height: 1.66666667;
}
#index-body .init-1 .more:hover {
  opacity: 1;
}
#index-body .init-2 .slickBtn div {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: black;
  font-size: 1.2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .slickBtn div:hover {
  color: var(--color);
}
#index-body .init-2 .slickBtn div.next {
  margin-left: .7em;
}
#index-body .init-3 .img {
  max-width: 420px;
  z-index: 1;
  overflow: hidden;
  margin-top: auto;
}
#index-body .init-3 .img img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0s 0.7s all, 0s z-index;
  -moz-transition: 0s 0.7s all, 0s z-index;
  transition: 0s 0.7s all, 0s z-index;
  z-index: -1;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(black), to(black));
  -webkit-mask-image: -webkit-linear-gradient(right, black, black);
  mask-image: -webkit-gradient(linear, right top, left top, from(black), to(black));
  mask-image: linear-gradient(to left, black, black);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0 0;
  mask-size: 0 0;
  -webkit-mask-position: 20% 30%;
  mask-position: 20% 30%;
  -webkit-transform-origin: 20% 30%;
  -moz-transform-origin: 20% 30%;
  -ms-transform-origin: 20% 30%;
  transform-origin: 20% 30%;
}
#index-body .init-3 .img img.active {
  position: static;
  z-index: 1;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.7s all, 0s z-index;
  -moz-transition: 0.7s all, 0s z-index;
  transition: 0.7s all, 0s z-index;
}
#index-body .init-3 .right {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#index-body .init-3 .right li {
  cursor: pointer;
  cursor: hand;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .right li i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-3 .right li.active {
  background-color: var(--color);
}
#index-body .init-3 .right li.active i {
  opacity: 1;
}
#index-body .init-4 {
  background-repeat: no-repeat;
  background-position: 0 60%;
  background-size: contain;
}
#index-body .init-4 .text {
  max-width: 655px;
}
#index-body .init-4 .left img {
  margin-top: -15%;
}
#index-body .init-5 .list li {
  border: 1px solid #cbcbcb;
  padding: 9% 7%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list li .more {
  --c: black;
  --color: white;
}
#index-body .init-5 .list li:hover {
  background-color: var(--color);
}
#index-body .init-6 {
  color: white;
}
#index-body .init-6 .text {
  text-decoration: underline;
  max-width: 530px;
}
#index-body .init-6 .form {
  padding: 9% 7%;
  background-color: white;
  color: black;
}
#index-body .init-6 .form label {
  line-height: 1;
  padding: 0 1.5em;
  margin-bottom: -0.3em;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .form input,
#index-body .init-6 .form textarea {
  width: 100%;
  padding: .5em 1em;
  border: 1px solid #c8c8c8;
  border-top: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1.6;
}
#index-body .init-6 .form textarea {
  height: 7.77777778em;
  -webkit-clip-path: polygon(2px 2px, -webkit-calc(100% - 2px) 1px, -webkit-calc(100% - 2px) -webkit-calc(100% - 2.6em), 100% -webkit-calc(100% - 2.6em), 100% 100%, 0 100%, 0 -webkit-calc(100% - 2.6em), 2px -webkit-calc(100% - 2.6em));
  clip-path: polygon(2px 2px, -moz-calc(100% - 2px) 1px, -moz-calc(100% - 2px) -moz-calc(100% - 2.6em), 100% -moz-calc(100% - 2.6em), 100% 100%, 0 100%, 0 -moz-calc(100% - 2.6em), 2px -moz-calc(100% - 2.6em));
  clip-path: polygon(2px 2px, calc(100% - 2px) 1px, calc(100% - 2px) calc(100% - 2.6em), 100% calc(100% - 2.6em), 100% 100%, 0 100%, 0 calc(100% - 2.6em), 2px calc(100% - 2.6em));
}
#index-body .init-6 .form button {
  border: none;
  width: 100%;
  background-color: var(--color);
  line-height: 1;
  padding: 1.5em;
  color: black;
}
#index-body .init-6 .form button:hover {
  background-color: black;
  color: white;
}
#index-body .init-6 .form li:focus-within label,
#index-body .init-6 .form li.active label {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
#index-body .init-6 .form li:focus-within input,
#index-body .init-6 .form li.active input,
#index-body .init-6 .form li:focus-within textarea,
#index-body .init-6 .form li.active textarea {
  border-color: var(--color);
}
#footer {
  background-color: #100f14;
  color: white;
}
#footer span.h6 {
  line-height: 1;
}
#footer .nav,
#footer .info {
  line-height: 2.5;
}
#footer .nav a:hover {
  text-decoration: underline;
}
#footer .nav ul ul {
    display: none;
}
#footer .info {
  max-width: 430px;
}
#footer span.h2 {
  line-height: 1;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
#footer span.h2 span {
  min-width: .25em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer span.h2.active span {
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
#footer .coy {
  color: rgba(255, 255, 255, 0.2);
}
#footer .coy a {
  color: white;
}
#footer .coy svg {
  max-height: 1.625em;
  width: auto;
  display: block;
  fill: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1700px) {
  #sidebar ul li {
    width: 2em;
    height: 2em;
  }
  #sidebar {
    right: 3%;
  }
  #index-body .init-4 .text {
    max-width: 600px;
  }
  #footer .info {
    max-width: 350px;
  }
}
@media screen and (max-width: 1250px) {
  #footer .footer-top .left {
    width: 100%;
  }
  #footer .footer-top .right {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .font-30 {
    font-size: 20px;
  }
  .font-36 {
    font-size: 22px;
  }
  #index-body .init-1 .img {
    display: none;
  }
  #index-body .init-3 .img {
    display: none;
  }
  #index-body .init-3 .right ul {
    font-size: 16px;
  }
  #index-body .init-4 .left {
    display: none;
  }
  #index-body .init-4 {
    padding: 8% 0;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-top .slide:first-child {
    display: none;
  }
}

.about2-page {
    background: #fffaf6;
}

.about2-page .about-1 {
    padding: 100px 0 20px;
}

.about2-page .about-1 .i-title {
    line-height: 1.2;
}

.about2-page .about-1 .left .des {
    font-size: 18px;
    line-height: 32px;
    color: #8e8e8e;
    margin: 20px 0 30px;
    max-height: 290px;
    padding-right: 20px;
    margin-bottom: 30px;
    overflow: auto;
}

.about2-page .about-1 .right {
    text-align: right;
}

.about2-page .about-1 .right .box {
    margin-left: auto;
    text-align: left;
    background: white;
    padding: 30px;
    border-radius: 30px;
    max-width: 700px;
}

.about2-page .about-1 .right .h4 {
    font-size: 30px;
    font-family: var(--font);
    margin-bottom: 20px;
}

.about2-page .about-1 .right ul li {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    color: #8e8e8e;
    margin-bottom: 20px;
}

.about2-page .about-1 .right ul li:last-child {
    margin-bottom: 0;
}

.about2-page .about-1 .right ul li::before {
    content: "\e750";
    color: var(--color);
    font-family: "iconfont";
    font-size: 20px;
    margin-right: 6px;
}

.about2-page .about-2 {
    padding-bottom: 100px;
}

.about2-page .about-2 video {
    width: 100%;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
}

.about2-page .about-3 {
    padding-bottom: 80px;
    text-align: center;
}

.about2-page .about-3 .aboutBox {
    position: relative;
}

.about2-page .about-3 .list {
    margin-top: 35px;
}

.about2-page .about-3 .list ul li {
    padding: 0 15px;
}

.about2-page .about-3 .list ul li a {
    display: block;
    overflow: hidden;
    position: relative;
}

.about2-page .about-3 .list ul li a img {
    display: block;
    width: 100%;
}

.about2-page .about-3 .list ul li a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/icon-zoom.png") center center no-repeat rgba(0, 0, 0, 0.4);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.about2-page .about-3 .list ul li a h6 {
    /*line-height: 50px;
    height: 50px;*/
    padding: 10px 15px;
    text-align: center;
    background: var(--color);
    color: white;
    font-weight: 500;
    font-size: 18px;
    /*text-transform: uppercase;*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 1;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.about2-page .about-3 .list ul li a:hover:after {
    opacity: 1;
}

.about2-page .about-3 .list ul li a:hover h6 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.about2-page .about-3 .button-prev {
    left: -10%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about2-page .about-3 .button-prev img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    left: 1.5em;
    position: relative;
    top: 21px;
}

.about2-page .about-3 .button-next {
    right: -10%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about2-page .about-3 .button-next img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    position: relative;
    right: 1.7em;
    top: 20px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.about2-page .about-3 .button-next:after,
.about2-page .about-3 .button-prev:after {
    content: '';
    width: 4.8em;
    height: 4.3em;
    background: url(../images/icon-arrow-bg.png) center center no-repeat;
    display: block;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: inherit !important;
    position: absolute;
    left: 0;
    top: 0;
}

.about2-page .about-3 .button-next:after {
    left: auto;
    right: 0;
}

.about2-page .about-5 .title,
.about2-page .about-4 .title,
.about2-page .about-3 .title {
    font-size: 48px;
    text-transform: uppercase;
    font-family: var(--font);
}

.about2-page .about-4 {
    padding: 100px 0;
    text-align: center;
}
.about2-page .about-4 .container{
    max-width: 1450px;
}
.about2-page .about-4 .list {
    margin: 50px -90px 0;
    background: url(../images/bolang.png) no-repeat;
    background-position: center;
}

.about2-page .about-4 .list ul {}

.about2-page .about-4 .list ul li {
    padding: 30px;
}

.about2-page .about-4 .list ul li .box {
    position: relative;
    text-align: left;
    transition: 0.5s;
    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;
}

.about2-page .about-4 .list ul li.swiper-slide-active+li+li .box,
.about2-page .about-4 .list ul li.swiper-slide-active .box,
.about2-page .about-4 .list ul .slick-current+div+div li .box,
.about2-page .about-4 .list ul .slick-current li .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}

.about2-page .about-4 .list ul li .box span {
    font-weight: 600;
    font-size: 28px;
    color: var(--color);
    line-height: 2;
    margin-bottom: 30px;
    margin-left: 10%;
    position: relative;
    display: inline-block;
}

.about2-page .about-4 .list ul li .box span:after {
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 22px solid white;
    position: absolute;
    bottom: -30px;
    left: 30px;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.04));
    filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.04));
}

.about2-page .about-4 .list ul li .box .content {
    padding: 25px;
    border-radius: 14px;
    background: white;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.about2-page .about-4 .list ul li .box .content i {
    display: block;
    height: 54px;
    line-height: 54px;
}

.about2-page .about-4 .list ul li .box .content i img {
    display: block;
    max-height: 100%;
}

.about2-page .about-4 .list ul li .box .content h6 {
    font-weight: 600;
    font-size: 22px;
    color: #000;
    margin: 15px 0;
    line-height: 2;
}

.about2-page .about-4 .list ul li .box .content .text {
    font-size: 16px;
    color: #8e8e8e;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

}

.about2-page .about-4 .list ul li .box .content+span {
    margin-bottom: 0;
    margin-top: 30px;
}

.about2-page .about-4 .list ul li .box .content+span:after {
    border-bottom: none;
    border-top: 22px solid white;
    -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.04));
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.04));
    top: -30px;
}

.about2-page .about-4 .list ul li.swiper-slide-active+li+li .box span,
.about2-page .about-4 .list ul li.swiper-slide-active .box span,
.about2-page .about-4 .list ul .slick-current+div+div li .box span,
.about2-page .about-4 .list ul .slick-current li .box span {
    margin-bottom: 0;
    margin-top: 30px;
}

.about2-page .about-4 .list ul li.swiper-slide-active+li+li .box span::after,
.about2-page .about-4 .list ul li.swiper-slide-active .box span::after,
.about2-page .about-4 .list ul .slick-current+div+div li .box span::after,
.about2-page .about-4 .list ul .slick-current li .box span::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 0;
    top: -31px;
    left: 30px;
}

.about2-page .about-4 .list {
    margin: 50px -30px 0;
}

.about2-page .about-4 .swiper-button-next img,
.about2-page .about-4 .swiper-button-prev img {
    max-width: none;
    position: absolute;
    top: 38%;
    width: 8.4em;
    z-index: 1;
}
.about2-page .about-4 .swiper-button-next,
.about2-page .about-4 .swiper-button-prev{
    background-color: var(--color);
    border-radius: 50%;
}
.about2-page .about-4 .swiper-button-prev {
    left: -10%;
    width: auto;
    height: auto;
}

.about2-page .about-4 .swiper-button-prev img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    left: 1.5em;
}

.about2-page .about-4 .swiper-button-next {
    right: -10%;
    width: auto;
    height: auto;
}

.about2-page .about-4 .swiper-button-next img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    right: 1.5em;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.about2-page .about-4 .swiper-button-next:after,
.about2-page .about-4 .swiper-button-prev:after {
    content: '';
    width: 4.8em;
    height: 4.3em;
    background: url(../images/icon-arrow-bg.png) center center no-repeat;
    display: block;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: inherit !important;
}

.about2-page .about-5 {
    padding-bottom: 170px;
}

.about2-page .about-5 .txt {
    text-align: center;
    font-size: 17px;
    color: #8e8e8e;
    max-width: 1600px;
    margin: 10px auto 40px;
}

.about2-page .about-5 ul {
    margin: -15px;
    margin-top: 30px;
}

.about2-page .about-5 ul li {
    padding: 15px;
}

.about2-page .about-5 ul li .box {
    background: white;
    border-radius: 30px;
    padding: 30px 0 0 30px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.about2-page .about-5 ul li .box .h4 {
    font-size: 36px;
    line-height: 1.4;
    padding-right: 20px;
}

.about2-page .about-5 ul li .box .des {
    font-size: 18px;
    line-height: 1.8;
    color: #8e8e8e;
    padding-right: 30px;
    margin: 15px 0 20px;
    height: 90px;
    overflow: hidden;
}

.about2-page .about-5 ul li .box .img {
    border-radius: 30px;
    overflow: hidden;
    width: -webkit-calc(100% + 5.6em);
    width: -moz-calc(100% + 5.6em);
    width: calc(100% + 5.6em);
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    margin-bottom: -15px;
}

.about2-page .about-5 ul li .box .img img {
    width: 100%;
}

.about2-page .about-5 ul li .box:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.about2-page .about-5 ul li .box:hover .img {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.about2-page .about-6 ul li a {
    border-radius: 0;
}
@media screen and (max-width:1000px) {
    .about2-page .about-1 .left {
        width: 100% !important;
        padding-right: 0;
    }
    .about2-page .about-1 .right {
        width: 100% !important;
        padding-left: 0;
        margin-top: 30px;
    }
    .about2-page .about-1 .right .box {
        margin-left: 0;
    }
    .about2-page .about-4 .swiper-button-prev,
    .about2-page .about-4 .swiper-button-next {
        display: none !important;
    }
}

@media screen and (max-width:700px) {
    .about2-page .about-5 .title,
    .about2-page .about-4 .title,
    .about2-page .about-3 .title {
        font-size: 25px;
    }
}

.sustainability-page {
    padding-bottom: 110px;
}
.sustainability-page.pb_0{
    padding-bottom: 0;
}

.sustainability-page .init-0 {
    padding: 80px 0 0px 0;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sustainability-page .init-0 .ui.container{
    padding: 150px 15px;
}

.sustainability-page .title::before {
    display: none;
}

.sustainability-page .init-0 .container .des {
    margin: 20px auto 0;
    max-width: 1060px;
    line-height: 2;
    font-size: 18px;
}

.sustainability-page .init-1 {
    margin-top: 30px;
}

.sustainability-page .init-1 .container {
    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;
}

.sustainability-page .init-1 .container .list {
    margin-top: 30px;
    text-align: center;
    width: 20%;
    padding: 10px 0;
    transition: 0.5s;
}

.sustainability-page .init-1 .container .list img {
    display: block;
    height: 88px;
    width: auto;
    margin: auto;
}

.sustainability-page .init-1 .container .list .text {
    margin-top: 20px;
    color: #222222;
    font-size: 18px;
}

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

.sustainability-page .init-2 {
    padding-top: 30px;
}

.sustainability-page .init-2 .container .list {
    margin-top: 60px;
}

.sustainability-page .init-2 .container .list .column {
    position: relative;
    vertical-align: middle;
}

.sustainability-page .init-2 .container .list .left img {
    width: 100%;
}

.sustainability-page .init-2 .container .list .right .index_line {
    margin-top: 10px;
    width: 80px;
}

.sustainability-page .init-2 .container .list .right .des {
    margin-top: 20px;
    line-height: 1.6;
    font-size: 18px;
}
.sustainability-page .init-3 {
    margin: 100px 0 20px;
}

.sustainability-page .init-3 .container .content {
    margin: -15px;
}

.sustainability-page .init-3 .container .content .list {
    padding: 0 15px;
}

.sustainability-page .init-3 .container .content .list img {
    width: 100%;
}

.sustainability-page .init-4 {
    text-align: center;
    margin-top: 80px;
}

.sustainability-page .init-4 .container .title {
    font-weight: bold;
    font-size: 44px;
}

.sustainability-page .init-4 .container .des {
    color: #747474;
    margin: 20px auto 0;
    max-width: 880px;
    line-height: 2;
    font-size: 16px;
}

.sustainability-page .init-4 .container .index_line {
    height: 5px;
    margin: 20px auto 0;
}

.sustainability-page .init-4 .container .content {
    margin-top: 60px;
}

.sustainability-page .init-4 .container .content ul li {
    padding: 0 15px;
}

.sustainability-page .init-4 .container .content ul li .box {
    border: 1px solid #d8d8d8;
}

.sustainability-page .init-4 .container .content ul li .box .img {
    display: block;
    height: 108px;
}

.sustainability-page .init-4 .container .content ul li .box .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 1200px){
    .sustainability-page .init-0 {
        padding: 120px 0;
    }

    .sustainability-page .init-1 {
        display: none;
    }
}
@media screen and (max-width: 1000px){
    .sustainability-page .init-2 .container .list .left {
        width: 100%;
    }

    .sustainability-page .init-2 .container .list .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
        text-align: center;
    }

    .sustainability-page .init-2 .container .list:nth-child(2n) .left {
        left: 0;
    }

    .sustainability-page .init-2 .container .list:nth-child(2n) .right {
        left: 0;
    }
}
@media screen and (max-width: 700px){
    .sustainability-page .init-3 {
        padding: 0;
    }

    .sustainability-page .init-3 .container .content {
        margin: 0;
    }

    .sustainability-page .init-3 .container .content .list {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px){
    .sustainability-page .init-0 {
        padding: 40px 0;
    }

    .sustainability-page .init-2 .container .list {
        margin-top: 20px;
    }

    .sustainability-page .init-2 .container .list .right .des {
        margin-top: 10px;
    }

    .sustainability-page .init-4 .container .content {
        margin-top: 20px;
    }

    .sustainability-page .init-4 .container .content ul li {
        padding: 0 4px;
    }
}
.contact2-page {
    padding-top: 120px;
    background: #f8f8f8;
}
.contact2-page .init-1 {
    padding-top: 0px;
    background: #fff;
}
.contact2-page .init-1 h1 {
    border-bottom: 1px solid #6e6b70;
    padding: 50px 0 20px;
    text-transform: capitalize;
}
.contact2-page .init-1 ul {
    padding: 80px 0;
}
.contact2-page .init-1 ul li {
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact2-page .init-1 ul li:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.contact2-page .init-1 ul li:hover i {
    color: var(--color);
    border: 2px solid var(--color);
}
.contact2-page .init-1 ul li:hover .img {
    border: 2px solid var(--color);
}
.contact2-page .init-1 ul li:hover .img img {
    -webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
}
.contact2-page .init-1 ul li i,
.contact2-page .init-1 ul li .img {
    width: 100px;
    height: 100px;
    border: 2px solid #6e6b70;
    border-radius: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 44px;
    color: #6e6b70;
    margin: 0 auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact2-page .init-1 ul li .img {
    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;
}
.contact2-page .init-1 ul li .img img {
    max-width: 50%;
    -webkit-filter: grayscale(1) brightness(0.6);
    filter: grayscale(1) brightness(0.6);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.contact2-page .init-1 ul li h3 {
    font-size: 24px;
    color: #100f14;
    padding: 20px 0 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.contact2-page .init-1 ul li p {
    font-size: 18px;
    font-weight: 500;
    color: #100f14;
    line-height: 2;
}
.contact2-page .init-2 {
    padding-bottom: 110px;
}
.contact2-page .init-2 .init-2-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.contact2-page .init-2 .init-2-box .left {
    width: 50%;
    padding-right: 8.5%;
}
.contact2-page .init-2 .init-2-box .left h1 {
    background: var(--color);
    color: #fff;
    padding: 60px 0;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    line-height: 2;
    font-weight: bold;
}
.contact2-page .init-2 .init-2-box .left .content {
    padding-left: 30px;
}
.contact2-page .init-2 .init-2-box .left .content p {
    margin-top: 20px;
    font-size: 16px;
    color: #8995a2;
    line-height: 2;
}
.contact2-page .init-2 .init-2-box .left .content ul {
    margin-top: 10px;
}
.contact2-page .init-2 .init-2-box .left .content ul li {
    padding: 20px 0;
    border-bottom: 1px solid #e0e8f0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.contact2-page .init-2 .init-2-box .left .content ul li span {
    display: inline-block;
    width: 60px;
    text-align: center;
    margin-right: 20px;
}
.contact2-page .init-2 .init-2-box .left .content ul li p {
    font-size: 20px;
    color: #242424;
}
.contact2-page .init-2 .init-2-box .right {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 70px;
}
.contact2-page .contact-4 .box ul li {
    padding: 15px;
}
.contact2-page .contact-4 .box ul li:nth-child(7) ~ li {
    display: none;
}
.contact2-page h2.title {
    text-transform: none;
}
.contact2-page .contact-1 {
    padding: 60px 0 80px;
    background: #f7f7f7;
}
.contact2-page .contact-1 .left {
    width: 50%;
}
.contact2-page .contact-1 .left h3 {
    font-size: 30px;
    color: black;
    font-weight: 600;
}
.contact2-page .contact-1 .left p {
    display: block;
    font-size: 16px;
    color: #635c5b;
}
.contact2-page .contact-1 .left .form {
    padding-top: 36px;
}
.contact2-page .contact-1 .left .form ul {
    margin: -7px;
}
.contact2-page .contact-1 .left .form ul li {
    padding: 7px;
}
.contact2-page .contact-1 .left .form ul li input,
.contact2-page .contact-1 .left .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #c8c8c8;
    line-height: 28px;
    padding: 6px 10px;
    background: transparent;
    font-size: 16px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact2-page .contact-1 .left .form ul li input::-webkit-input-placeholder,
.contact2-page .contact-1 .left .form ul li textarea::-webkit-input-placeholder {
    color: black;
}
.contact2-page .contact-1 .left .form ul li input:-moz-placeholder,
.contact2-page .contact-1 .left .form ul li textarea:-moz-placeholder {
    color: black;
}
.contact2-page .contact-1 .left .form ul li input::-moz-placeholder,
.contact2-page .contact-1 .left .form ul li textarea::-moz-placeholder {
    color: black;
}
.contact2-page .contact-1 .left .form ul li input:-ms-input-placeholder,
.contact2-page .contact-1 .left .form ul li textarea:-ms-input-placeholder {
    color: black;
}
.contact2-page .contact-1 .left .form ul li input:focus,
.contact2-page .contact-1 .left .form ul li textarea:focus {
    border-color: var(--color);
}
.contact2-page .contact-1 .left .form ul li textarea {
    height: 130px;
    resize: vertical;
    -webkit-transition: .5s all, 0s height;
    -moz-transition: .5s all, 0s height;
    transition: .5s all, 0s height;
}
.contact2-page .contact-1 .left .form ul li input[type="submit"] {
    width: 130px;
    background: #222;
    color: white;
    margin-top: 20px;
}
.contact2-page .contact-1 .left .form ul li input[type="submit"]:hover {
    background: var(--color);
}
.contact2-page .contact-1 .left .form ul li.wid-100 {
    width: 100%;
}
.contact2-page .contact-1 .right {
    width: 50%;
    padding-left: 6%;
    padding-right: 3%;
}
.contact2-page .contact-1 .right h3 {
    font-size: 30px;
    color: #4e4243;
    margin-bottom: 22px;
    font-weight: 600;
}
.contact2-page .contact-1 .right ul {
    margin-bottom: 120px;
}
.contact2-page .contact-1 .right ul li {
    font-size: 20px;
    color: #777;
    line-height: 35px;
}
.contact2-page .contact-1 .right #ewm {
    max-width: 90px;
    border: 3px solid white;
}
.contact2-page .contact-1 .right .share ul {
    margin: -2px;
}
.contact2-page .contact-1 .right .share ul li {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    background: #eee;
    border-radius: 5px;
    color: black;
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact2-page .contact-1 .right .share ul li a {
    display: block;
    position: relative;
}
.contact2-page .contact-1 .right .share ul li:hover {
    background: var(--color);
    color: white;
}
.contact2-page .contact-1 .right .share ul li img {
    display: inline-block;
    vertical-align: middle;
}
.contact2-page .contact-1 .right .share ul li.ewm #ewm {
    width: 120px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    border-radius: 5px;
    display: none;
    margin-bottom: 10px;
    max-width: none;
}
.contact2-page .contact-1 .right .share ul li.ewm #ewm:after {
    content: '';
    border-top: 10px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
}
.contact2-page .contact-1 .right .share ul li.ewm:hover #ewm {
    display: block;
}
.contact2-page .contact-2 {
    padding: 110px 0 80px;
}
.contact2-page .contact-2 h2 {
    text-align: center;
}
.contact2-page .contact-2 .box {
    padding-top: 50px;
}
.contact2-page .contact-2 .box .left {
    vertical-align: middle;
}
.contact2-page .contact-2 .box .right {
    vertical-align: middle;
    padding-left: 10%;
}
.contact2-page .contact-2 .box .right ul {
    margin: -7px;
}
.contact2-page .contact-2 .box .right ul li {
    padding: 7px;
}
.contact2-page .contact-2 .box .right ul li .box {
    display: block;
    background: #f0f0f0;
    padding: 30px 15px;
    text-align: center;
}
.contact2-page .contact-2 .box .right ul li .box p {
    display: block;
    font-size: 20px;
    color: black;
}
.contact2-page .contact-2 .box .right ul li .box h3 {
    display: block;
    font-size: 33px;
    color: #95ba67;
    line-height: 60px;
}
.contact2-page .contact-2 .box .right ul li .box h3 em,
.contact2-page .contact-2 .box .right ul li .box h3 span {
    font-size: 60px;
}
.contact2-page .contact-3 {
    padding: 80px 0;
    background: #f0f0f0;
}
.contact2-page .contact-3 ul li {
    padding: 0 25px;
}
.contact2-page .contact-3 ul li a.img-box {
    display: block;
    border-radius: 10px;
}
.contact2-page .contact-3 ul li a.img-box img {
    width: 100%;
}
.contact2-page .contact-3 ul li h4 {
    display: block;
    margin: 30px 0 10px;
    font-size: 20px;
    color: black;
}
.contact2-page .contact-3 ul li .text {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin: -6px 0;
}
.contact2-page .contact-3 ul li .text p {
    padding: 6px 0;
}
.contact2-page .contact-4 {
    padding: 160px 0 80px;
    text-align: center;
}
.contact2-page .contact-4 h2 small {
    max-width: 530px;
    margin: 0 auto;
}
.contact2-page .contact-4 .box {
    padding: 70px 0 50px;
}
#addForm2 {
    padding-left: 25px;
    height: 670px;
    width: 720px;
    padding: 60px;
    background-color: #fff;
    -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
    box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm2 h4 {
    font-size: 36px;
    margin: 0 0 30px;
    color: #051524;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: bold;
}
#addForm2 span {
    font-weight: 400;
    font-style: normal;
    color: #6b6b6b;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 7px;
    display: block;
}
#addForm2 input {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: #848b91;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    outline: none;
    background-color: #ececec;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}
#addForm2 textarea {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: #848b91;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    outline: none;
    background-color: #ececec;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
    height: 100px;
}
#addForm2 .contact-submit {
    margin-top: 30px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#addForm2 .contact-submit input[type="submit"] {
    display: inline-block;
    max-width: 200px;
    font-weight: 500;
    font-style: normal;
    line-height: 36px;
    font-size: 20px;
    color: #fff !important;
    background-color: var(--color);
    /*border-radius: 28px;*/
    text-align: center;
    margin-right: 0 !important;
    padding: 9px 30px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#addForm2 .contact-submit #ewm {
    padding: 4px;
    border: 1px solid #ccc;
    width: 130px;
}
#addForm2 .contact-submit input[type="submit"]:hover {
    background-color: var(--color);
}
@media screen and (max-width: 1500px) {
    .contact2-page .contact-2,
    .contact2-page .contact-4 {
        padding: 80px 0;
    }
    .contact2-page .contact-1 .left .form ul li input,
    .contact2-page .contact-1 .left .form ul li textarea {
        font-size: 14px;
    }
    .contact2-page .contact-1 .right h3,
    .contact2-page .contact-1 .left h3 {
        font-size: 26px;
    }
    .contact2-page .contact-1 .right ul li {
        font-size: 16px;
        line-height: 1.8;
    }
    .contact2-page .contact-1 .right ul {
        margin-bottom: 80px;
    }
    .contact2-page .contact-1 .right .share ul li img {
        vertical-align: top;
    }
    .contact2-page .contact-4 {
        padding: 80px 0 50px;
    }
    .contact2-page .contact-4 .box {
        padding: 40px 0 30px;
    }
    .contact2-page .contact-3 ul li h4 {
        margin: 10px 0;
    }
    .contact2-page .contact-1 .left h3,
    .contact2-page .contact-1 .right h3 {
        font-size: 24px;
    }
    .contact2-page .contact-1 .right ul li {
        line-height: 30px;
    }
    .contact2-page .contact-1 .left .form ul li input,
    .contact2-page .contact-1 .left .form ul li textarea {
        font-size: 14px;
    }
    .contact2-page .contact-3 ul li {
        padding: 0 10px;
    }
    .contact2-page .contact-3 ul {
        margin: 0 -10px;
    }
    .contact2-page .contact-1 {
        padding: 40px 0;
    }
}
@media screen and (max-width: 1250px) {
    .contact2-page .contact-3 ul li .text p {
        padding: 2px 0;
    }
    .contact2-page .contact-1 .right {
        padding-left: 4%;
        padding-right: 0;
    }
    .contact2-page .contact-2 .box .right {
        padding-left: 5%;
    }
    .contact2-page .contact-2 .box .right ul li .box p {
        font-size: 16px;
    }
    .contact2-page .contact-2 .box .right ul li .box h3 {
        font-size: 26px;
        line-height: 40px;
    }
    .contact2-page .contact-2 .box .right ul li .box h3 em,
    .contact2-page .contact-2 .box .right ul li .box h3 span {
        font-size: 40px;
    }
    .contact2-page .contact-4 {
        padding: 60px 0 30px;
    }
    .contact2-page .contact-1 .left h3,
    .contact2-page .contact-1 .right h3 {
        font-size: 22px;
    }
    .contact2-page .contact-1 .right ul li {
        font-size: 14px;
    }
    .contact2-page .contact-1 .left .form {
        padding-top: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .contact2-page {
        padding-top: 60px;
    }
    .contact2-page .contact-4 .box .img {
        width: 100%;
        position: relative;
        left: -10px;
    }
    .contact2-page .contact-4 .box .img:last-child {
        position: relative;
        left: 10px;
    }
    .contact2-page .contact-1 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .contact2-page .contact-1 .left {
        width: 100%;
    }
    .contact2-page .contact-1 .right #ewm {
        display: none;
    }
    .contact2-page .contact-1 .left .form ul li input[type="submit"] {
        float: right;
    }
    .contact2-page .contact-1 {
        padding: 50px 0;
    }
    .contact2-page .contact-2 .box .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .contact2-page .contact-2 .box .left {
        width: 100%;
    }
    .contact2-page .contact-2 .box .left img {
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }
    .contact2-page .contact-2 .box {
        padding-top: 20px;
    }
    .contact2-page .contact-2,
    .contact2-page .contact-4,
    .contact2-page .contact-3 {
        padding: 60px 0;
    }
    .contact2-page .contact-4 .box ul li {
        width: 20%;
    }
    .contact2-page .contact-1 .right ul {
        margin-bottom: 30px;
    }
    .contact2-page .init-2 .init-2-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact2-page .init-2 .init-2-box .left .content {
        padding-left: 10px;
    }
    .contact2-page .init-2 .init-2-box .left {
        width: 100% !important;
    }
    .contact2-page .init-2 .init-2-box .right {
        width: 100% !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    #addForm2 {
        width: 100%;
    }
    .contact2-page .init-2 .init-2-box .right {
        padding-right: 0;
    }
    .contact2-page .init-2 .init-2-box .left {
        padding-right: 0;
        margin-top: 20px;
    }
}
@media screen and (max-width: 700px) {
    .contact2-page {
        padding-top: 30px;
    }
    .contact2-page .contact-2 .box .left img {
        width: 100%;
    }
    .contact2-page .contact-1 .left h3,
    .contact2-page .contact-1 .right h3 {
        font-size: 20px;
    }
    .contact2-page .contact-4 {
        padding: 40px 0;
    }
    .contact2-page .contact-4 .box ul li {
        padding: 5px;
    }
    .contact2-page .contact-4 .box ul {
        margin: -5px;
    }
    .contact2-page .contact-4 .box ul li {
        width: 33.333%;
    }
    .contact2-page .init-2 .init-2-box .left {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .contact2-page .init-2 .init-2-box .left .content ul li p {
        font-size: 18px;
    }
    .contact2-page .init-2 .init-2-box .right {
        padding-right: 0;
        margin-top: 30px;
    }
    .contact2-page .init-2 .init-2-box .left .content ul li {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contact2-page .init-2 .init-2-box .left .content p {
        margin-top: 0;
        line-height: 1.4;
    }
    #addForm2 {
        width: 100%;
        padding: 10px;
    }
    #addForm2 .contact-submit {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.inner-banner {
  padding-top: 22.91666667%;
}
.inner-banner span.h2 {
  line-height: 1.6;
  text-transform: uppercase;
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
}

.inner-page .sideBarBox .slideLeft {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
}
.inner-page .sideBarBox .slideLeft .nav {
  border: 1px solid #eee;
}
.inner-page .sideBarBox .slideLeft .nav span.h6 {
    background-color: var(--color);
    color: white;
    text-transform: uppercase;
}
.inner-page .sideBarBox .slideLeft .nav .link {
    font-weight: 300;
}
.inner-page .sideBarBox .slideLeft .nav .link ul li {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
    line-height: 1.8;
}
.inner-page .sideBarBox .slideLeft .nav .link ul li ul {
    font-size: .8em;
    margin-top: .8em;
    padding-left: 1em;
}
.inner-page .sideBarBox .slideLeft .nav .link ul li a:hover,
.inner-page .sideBarBox .slideLeft .nav .link ul li a.active {
    text-decoration: underline;
}
.inner-page .m-page {
    padding: 1em 1.5em;
    background-color: #000;
    color: white;
    line-height: 1;
    font-size: 24px;
}
.inner-page .m-page.pos {
    right: 0;
    bottom: 0;
}
.inner-page .m-page > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
    margin: 0 .3em;
}
.inner-page .m-page .prev,
.inner-page .m-page .next {
    width: 1.38888889em;
    height: 1.38888889em;
    color: transparent;
    overflow: hidden;
    position: relative;
    background-color: white;
    margin: 0 1em;
}
.inner-page .m-page .prev:before,
.inner-page .m-page .next:before {
    content: '';
    color: #949494;
    font-family: "iconfont";
    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%);
}
.inner-page .m-page .prev:hover,
.inner-page .m-page .next:hover {
    background-color: var(--color);
}
.inner-page .m-page .prev:before {
    content: '\e6cf';
}
.inner-page .m-page .next:before {
    content: '\e6e8';
}
.about-page .about-1 .left .number {
    background-color: var(--color);
    color: white;
}
.about-page .about-1 .left .number ul {
    position: relative;
}
.about-page .about-1 .left .number ul:before,
.about-page .about-1 .left .number ul:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.21);
    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%);
}
.about-page .about-1 .left .number ul:before {
    width: 100%;
    height: 1px;
}
.about-page .about-1 .left .number ul:after {
    width: 1px;
    height: 100%;
}
.about-page .about-1 .left .number li {
    padding: 10% 15%;
}
.about-page .about-1 .left .number li span.h6 {
    line-height: 1;
    font-weight: 700;
}
.about-page .about-1 .left .number li span.h6 sup {
    margin-left: .3em;
}
.about-page .about-1 .right {
    background-color: #f2f2f2;
}
.about-page .about-1 .right .text {
    line-height: 2;
}
.about-page .about-2 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
}
.about-page .about-2 i.bg {
    position: relative;
    background-color: white;
    z-index: -1;
}
.about-page .about-2 i.bg em {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: white;
    z-index: 1;
}
.about-page .about-2 span.h2 {
    line-height: 1.4;
    text-transform: uppercase;
}
.about-page .about-2 span.h2 em {
    color: #5a5a5a;
    border-bottom: 3px solid #5a5a5a;
    line-height: 1;
    display: inline-block;
    vertical-align: text-top;
}
.about-page .about-2 .left {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
}
.about-page .about-2 .right li {
    margin-bottom: 2em;
    position: relative;
}
.about-page .about-2 .right li:last-child {
    margin-bottom: 0;
}
.about-page .about-2 .right li:before {
    content: '';
    width: 1px;
    height: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    left: 1.8125em;
    background-color: var(--color);
    position: absolute;
    top: 0;
    z-index: -1;
}
.about-page .about-2 .right li i {
    width: 3.625em;
    height: 3.625em;
    margin-right: 3.5em;
    border: 1px solid #767676;
    color: #767676;
    background-color: white;
}
.about-page .about-2 .right li .content {
    background-color: #e5e5e5;
    padding: 6%;
    min-height: 260px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-2 .right li.active:before {
    height: 100%;
}
.about-page .about-2 .right li.active .content {
    background-color: var(--color);
    color: white;
}
.about-page .about-3 .box {
    background-color: #100f14;
    padding-left: 5%;
    padding-right: 5%;
    color: white;
}
.about-page .about-3 .box span.h2 {
    line-height: 1.6;
    text-transform: uppercase;
}
.about-page .about-3 .box hr {
    background-color: white;
    margin: 0;
}
.about-page .about-3 .box ul {
    -webkit-column-gap: 2.4em;
    -moz-column-gap: 2.4em;
    column-gap: 2.4em;
    row-gap: 2em;
}
.about-page .about-3 .box ul span.h6 {
    line-height: 2;
    text-transform: uppercase;
}
.about-page .about-3 .box .play {
    cursor: pointer;
    cursor: hand;
}
.about-page .about-3 .box .play img:first-child {
    -webkit-animation: xz 10s linear infinite;
    -moz-animation: xz 10s linear infinite;
    animation: xz 10s linear infinite;
}
.about-page .about-4 {
    overflow: hidden;
}
.about-page .about-4 span.bgtxt {
    white-space: nowrap;
    -webkit-animation: rz 10s linear infinite;
    -moz-animation: rz 10s linear infinite;
    animation: rz 10s linear infinite;
    left: 0;
    top: 25%;
    opacity: .7;
}
.about-page .about-4 span.bgtxt em:nth-child(even) {
    color: transparent;
    -webkit-text-stroke: 2px #969696;
}
.about-page .about-4 span.bgtxt em {
    margin-right: 1em;
}
.about-page .about-4 .o-hide {
    padding-right: 40%;
    margin-right: -40%;
}
.about-page .about-4 ul .slick-list {
    overflow: unset;
}
.about-page .about-4 ul .slick-slide {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
}
.about-page .about-4 ul .slick-slide.slick-current ~ .slick-slide {
    margin-top: 2em;
}
.about-page .about-4 ul .slick-slide.slick-current + .slick-slide {
    margin-top: 1em;
}
@-webkit-keyframes rz {
    form {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@-moz-keyframes rz {
    form {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes rz {
    form {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.product-page .sideBarBox .slideRight {
    background-color: #f2f2f2;
}
.product-page .product-1 .sideBarBox .slideRight .text {
    max-height: 300px;
    overflow: auto;
    line-height: 32px;
}
.product-page .sideBarBox .slideRight h1 {
    line-height: 1.2;
}
.product-page .sideBarBox .slideRight .img {
    border: 1px solid #3b3a3a;
}
.product-page .sideBarBox .slideRight .img .link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    border-top: 1px solid #3b3a3a;
    line-height: 1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .sideBarBox .slideRight .img .link a {
    width: 100%;
    text-align: center;
    padding: .5em;
    border-right: 1px solid #3b3a3a;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .sideBarBox .slideRight .img .link a:hover {
    background-color: var(--color);
    color: white;
}
.product-page .sideBarBox .slideRight .img:hover .link {
    opacity: 1;
}
.seoCustom span.h2 {
    font-weight: bold;
    text-transform: uppercase;
}
.seoCustom .soe-1 .box {
    padding-left: 5%;
    padding-right: 5%;
    background-color: var(--color);
    color: white;
}
.seoCustom .soe-1 .box .img {
    height: 580px;
}
.seoCustom .soe-1 .box .img .play {
    color: #3b3a3a;
}
.seoCustom .soe-1 .box .text {
    max-height: 300px;
    padding-left: 10px;
    overflow: auto;
}
.seoCustom .soe-1 .box .more {
    --color:black;
}
.seoCustom .soe-3 .box {
    background-color: #f2f2f2;
    padding-left: 3%;
    padding-right: 5%;
}
.seoCustom .soe-3 .box ul li {
    border-bottom: 1px solid #898989;
    line-height: 1.8;
}
.seoCustom .soe-3 .box ul li .logo {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.seoCustom .soe-3 .box ul li .content {
    margin-right: auto;
}
.seoCustom .soe-3 .box ul li .content time {
    font-weight: 300;
    line-height: 30px;
}
.seoCustom .soe-3 .box ul li a.link {
    padding: 1em 2em;
    font-weight: 700;
    background-color: #000;
    color: white;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    white-space: nowrap;
}
.seoCustom .soe-3 .box ul li a.link:hover {
    background-color: var(--color);
    color: white;
}
.seoCustom .soe-3 .box ul li:last-child {
    border-bottom: none;
}
.xinwenbiaoti{
    font-size: 20px!important;
    line-height: 32px!important;
    text-transform: uppercase;
}
.xwzhengwen{
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}
.support-page .support-1 .box {
    background-color: #e5e5e5;
}
.support-page .support-1 .box .options span {
    margin-bottom: .2em;
    cursor: pointer;
    cursor: hand;
}
.support-page .support-1 .box .options span.active {
    text-decoration: underline;
    line-height: 1.6;
}
.support-page .support-1 .box .text .slide {
    display: none;
}
.support-page .support-1 .box .text .slide.active {
    display: block;
}
.support-page .support-2 .list {
    padding-left: 0;
    padding-right: 0;
}
.support-page .support-2 .list li {
    border-bottom: 1px solid #3b3a3a;
    cursor: pointer;
    cursor: hand;
}
.support-page .support-2 .list li .num {
    line-height: .7;
    color: transparent;
    -webkit-text-stroke: 1px #3b3a3a;
    margin-bottom: -3%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.support-page .support-2 .list li .content {
    margin-left: 5%;
}
.support-page .support-2 .list li .content .text {
    display: none;
}
.support-page .support-2 .list li.active .num {
    margin-bottom: 4%;
    color: #3b3a3a;
    line-height: 1;
}
.support-page .support-3 .box {
    padding-left: 5%;
    padding-right: 5%;
    background-color: #3b3a3a;
    color: white;
}
.support-page .support-3 .box .link {
    text-align: center;
    border: 1px solid white;
}
.support-page .support-3 .box .link a {
    padding: 1em;
    border-right: 1px solid white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.support-page .support-3 .box .link a:last-child {
    border-right: none;
}
.support-page .support-3 .box .link a:hover {
    background-color: var(--color);
    color: #3b3a3a;
}
.prodet-page .prodet-1 .box {
    padding-left: 2%;
    padding-right: 5%;
    background-color: #f2f2f2;
}
.prodet-page .prodet-1 .box .left {
    position: sticky;
    top: 200px;
}
.prodet-page .prodet-1 .box .left li {
    display: block !important;
    width: auto !important;
}
.prodet-page .prodet-1 .box .left img {
    width: 100%;
}
.prodet-page .prodet-1 .box .left .small {
    position: relative;
}
.prodet-page .prodet-1 .box .left .small ul {
    margin: -4px;
}
.prodet-page .prodet-1 .box .left .small ul li {
    padding: 4px;
}
.prodet-page .prodet-1 .box .left .small ul .slick-track {
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .box .left .small ul .slick-slide {
    height: auto;
}
.prodet-page .prodet-1 .box .right h1 {
    line-height: 1.4;
    text-transform: uppercase;
}
.prodet-page .prodet-1 .box .right .link a {
    padding: 1em 3em;
    background-color: #000;
    color: white;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .box .right .link a:hover {
   color: black;
   background-color: #e5e5e5;
}
.prodet-page .prodet-1 .box .right .icon img {
    max-height: 50px;
    width: auto;
}
.prodet-page .prodet-1 .box .right .det .slide {
    border-bottom: 1px solid #3b3a3a;
    font-weight: 700;
}
.prodet-page .prodet-1 .box .right .det .slide span.name {
    line-height: 1.8;
    text-transform: uppercase;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-1 .box .right .det .slide span.name i {
    margin-left: 1em;
}
.prodet-page .prodet-1 .box .right .det .slide span.name.active i {
    transform: rotate(45deg);
}
.prodet-page .prodet-1 .box .right .det .slide table td:first-child {
    color: black;
}
.prodet-page .prodet-1 .box .right .det .slide table img {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-1 .box .right .share {
    line-height: 1;
}
.prodet-page .prodet-2 .box {
    padding-left: 5%;
    padding-right: 5%;
    text-transform: uppercase;
    background-color: #100f14;
    color: white;
}
.prodet-page .prodet-2 .box .img {
    border: 1px solid #3b3a3a;
}
.prodet-page .prodet-2 .box .img .link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    border-top: 1px solid #3b3a3a;
    line-height: 1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #3b3a3a;
}
.prodet-page .prodet-2 .box .img .link a {
    width: 100%;
    text-align: center;
    padding: .5em;
    border-right: 1px solid #3b3a3a;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .box .img .link a:hover {
    background-color: var(--color);
}
.prodet-page .prodet-2 .box .img:hover .link {
    opacity: 1;
}
.solution-page .solution-1 {
    position: relative;
}
.solution-page .solution-1 span.bg {
    width: 100%;
    height: 100%;
    max-width: 820px;
    z-index: -1;
    background-color: #eee;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}
.solution-page .solution-1 span.bg img {
    mix-blend-mode: darken;
    max-width: 57.21271394%;
    margin-top: 8%;
}
.solution-page .solution-1 span.h3 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.solution-page .solution-1 .text {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}
.solution-page .solution-2 i {
    width: 3.625em;
    height: 3.625em;
    margin-right: 2em;
    border: 1px solid #767676;
    color: #767676;
}
.solution-page .solution-3 .box {
    padding-left: 5%;
    padding-right: 5%;
    background-color: #f2f2f2;
}
.solution-page .solution-3 .box .list {
    border: 1px solid #3b3a3a;
}
.solution-page .solution-3 .box .list ul {
    margin-right: -1px;
}
.solution-page .solution-3 .box .list ul li {
    border-right: 1px solid #3b3a3a;
    padding: 4% 10% 10%;
    position: relative;
}
.solution-page .solution-3 .box .list ul li .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: .5s;
  overflow: hidden;
}
.solution-page .solution-3 .box .list ul li .mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.solution-page .solution-3 .box .list ul li:hover .mask {
  opacity: 1;
}
.solution-page .solution-3 .box .list ul li i img {
    margin: 0 auto;
}
.solution-page .solution-3 .box .list ul li span.h6 {
    line-height: 1.6;
    font-weight: 700;
    margin-top: 30px;
}
.solution-page .solution-3 .box .list ul .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide {
    height: auto;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide > div {
    height: 100%;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide > div li {
    height: 100%;
}
.solution-page .solution-4 span.h2 {
    font-weight: bold;
    white-space: nowrap;
    -webkit-animation: rz 20s linear infinite;
    -moz-animation: rz 20s linear infinite;
    animation: rz 20s linear infinite;
    display: inline-block;
}
.solution-page .solution-4 span.h2 i {
    margin-left: 1em;
    color: transparent;
    -webkit-text-stroke: 1px #3b3a3a;
}
.solution-page .solution-4 span.h2 em {
    margin-right: 1em;
}
.solution-page .solution-4 .form {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.solution-page .solution-4 .form ul {
    row-gap: 1em;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
}
.solution-page .solution-4 .form ul input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #b8b8b8;
    padding: .5em 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: normal;
}
.solution-page .solution-4 .form ul input:focus {
    border-color: var(--color);
}
.solution-page .solution-4 .form ul input::-webkit-input-placeholder {
    color: #3b3a3a;
}
.solution-page .solution-4 .form ul input:-moz-placeholder {
    color: #3b3a3a;
}
.solution-page .solution-4 .form ul input::-moz-placeholder {
    color: #3b3a3a;
}
.solution-page .solution-4 .form ul input:-ms-input-placeholder {
    color: #3b3a3a;
}
.solution-page .solution-4 .form ul input::placeholder {
    color: #3b3a3a;
}
.solution-page .solution-4 .form ul button {
    border: none;
    background-color: transparent;
    margin: 0 auto;
    font-weight: normal;
}
.contact-page .contact-1 .box {
    background-color: #f2f2f2;
}
.contact-page .contact-1 .box .form ul li {
    width: 100%;
}
.contact-page .contact-1 .box .form ul li input,
.contact-page .contact-1 .box .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #3b3a3a;
    padding: .6em 0;
    background-color: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-1 .box .form ul li input:focus,
.contact-page .contact-1 .box .form ul li textarea:focus {
    border-bottom-color: var(--color);
}
.contact-page .contact-1 .box .form ul li textarea {
    height: 90px;
}
.contact-page .contact-2 li {
    max-width: 480px;
}
.contact-page .contact-2 span.h6 {
    color: transparent;
    -webkit-text-stroke: 1px #3b3a3a;
}
.contact-page .contact-2 .text {
    line-height: 1.8;
}
.contact-page iframe {
    border: none;
    display: block;
}
.news-page ul li span.h6 {
    line-height: 1.5;
    height: 3em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}
@media screen and (max-width: 1450px) {
    .seoCustom .soe-1 .box .img {
        height: 500px;
    }
    .about-page .about-3 .box .play {
        zoom: .7;
    }
    .about-page .about-1 .right .text {
        max-height: 500px;
        overflow: auto;
        padding-right: .5em;
    }
}
@media screen and (max-width: 1250px) {
    .about-page .about-1 .right .text {
        max-height: 400px;
    }
    .about-page .about-3 .box ul {
        -webkit-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em;
        row-gap: 1em;
    }
    .contact-page .contact-1 .box .form ul li {
        margin-top: 0;
    }
    .contact-page iframe {
        height: 320px;
    }
}
@media screen and (max-width: 1000px) {
    .support-page .support-3 .box .link {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1em;
        border: none;
    }
    .support-page .support-3 .box .link a {
        width: auto;
        border: 1px solid white !important;
        padding: .5em 1em;
    }
    .support-page .support-1 .box .right {
        padding: 3% !important;
    }
    .solution-page .solution-1 span.bg {
        max-width: 500px;
    }
    .seoCustom .soe-1 .box .img {
        height: 300px;
    }
    .inner-page .sideBarBox .slideLeft {
        display: none;
    }
    .inner-page .sideBarBox .slideRight {
        width: 100%;
    }
    .inner-page .m-page {
        padding: 1em 2em;
    }
    .contact-page .contact-1 .box .left {
        padding: 4% !important;
    }
    .contact-page .contact-2 li {
        width: auto !important;
    }
    .contact-page .contact-2 ul {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
    }
    .about-page .about-1 .right {
        padding: 3% !important;
    }
    .about-page .about-1 .right span.h2 {
        margin-bottom: 1em;
    }
    .about-page .about-2 .left {
        position: static;
    }
    .about-page .about-2 .right li .content {
        min-height: 100px;
    }
    .about-page .about-3 .box .play {
        zoom: .5;
    }
    .newdet-page .share {
        font-size: 16px;
        gap: 1em;
    }
    .prodet-page .prodet-1 .box .left {
        position: relative;
        top: 0;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-1 .left .number ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-page .about-1 .right .text {
        max-height: none;
    }
    .about-page .about-2 .right li i {
        zoom: .7;
    }
    .about-page .about-2 .right li:before {
        left: 1.2em;
    }
    .news-page ul {
        gap: 20px;
    }
    .prodet-page .prodet-1 .box .right .share {
        font-size: 16px;
        gap: 1em;
    }
    .seoCustom .soe-1 .box .img {
        height: 240px;
    }
    .seoCustom .soe-3 .box ul li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .seoCustom .soe-3 .box ul li .content {
        margin: 10px 0;
    }
    .support-page .support-2 .list li .content {
        width: 80%;
    }
    .support-page .support-3 .left {
        display: none;
    }
    .support-page .support-3 .right {
        width: 100%;
    }
    .prodet-page .prodet-1 .box .left .small ul li {
        padding: 1px;
    }
    .prodet-page .prodet-1 .box .left .small ul {
        margin: -1px;
    }
    .contact-page .contact-1 .box .form ul li button {
        padding: 0 2em;
        margin-top: 1em;
        height: 3em;
    }
    .product-page .sideBarBox .slideRight h1{
        font-size: 22px;
        line-height: 40px;
    }
    .product-page .product-1 .sideBarBox .slideRight .text p{
        display: none;
    }
    .font-26{
        font-size: 20px;
        line-height: 1.8;
    }
}
@media screen and (max-width: 500px) {
    .solution-page .solution-2 i {
        zoom: .7;
    }
    .prodet-page .prodet-1 .box .right .link a {
        padding: .5em 1.5em;
    }
    .about-page .about-4 .list {
        padding: 0;
    }
}

.service-page span.h2 {
    margin-bottom: 0.5em;
}
.service-page .service-1 {
    padding-bottom: 110px;
}
.service-page .service-1 .box {
    margin-bottom: 55px;
}
.service-page .service-1 .box .left {
    vertical-align: middle;
    width: 66.3%;
    padding-right: 6%;
}
.service-page .service-1 .box .right {
    vertical-align: middle;
    width: 33.33%;
    padding-left: 2.15%;
}
.service-page .service-1 .list ul {
    margin: 0 -25px;
}
.service-page .service-1 .list ul li {
    padding: 0 25px;
}
.service-page .service-1 .list ul li a.img {
    display: block;
    height: 315px;
    background-size: cover;
    background-position: center;
}
.service-page .service-2 {
    padding-bottom: 100px;
    position: relative;
}
.service-page .service-2:before {
    content: '';
    width: 100%;
    height: 76%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('../images/service-2-bg.jpg');
    background-repeat: no-repeat;
    background-size: 27.3%;
    background-position: right bottom;
    background-color: #f7f7f7;
}
.service-page .service-2 .box .left {
    padding-right: 8%;
    vertical-align: bottom;
}
.service-page .service-2 .box .left .img {
    position: relative;
    display: block;
    padding-bottom: 40px;
}
.service-page .service-2 .box .left .img > img {
    display: block;
    margin-left: auto;
    margin-right: -6%;
    mix-blend-mode: darken;
}
.service-page .service-2 .box .left .img .tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    color: white;
}
.service-page .service-2 .box .left .img .tag div {
    width: 50%;
    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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 150px;
    background-color: rgba(150, 150, 150, 0.74);
    padding: 0 5%;
}
.service-page .service-2 .box .left .img .tag div span.h6 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
}
.service-page .service-2 .box .left .img .tag div.first {
    background-color: rgba(0, 0, 0, 0.7);
}
.service-page .service-2 .box .left .img .tag div.first i {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.service-page .service-2 .box .left .img .tag div.first span.h6 {
    margin-left: .5em;
    color: var(--color);
}
.service-page .service-2 .box .left .img .tag div.last {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.service-page .service-2 .box .left .img .tag div.last p {
    font-size: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 1px solid white;
    line-height: 1;
    margin: .5em 0;
}
.service-page .service-2 .box .left .img .tag div.last em {
    font-size: 26px;
    width: 100%;
    display: block;
    line-height: .7;
    text-align: center;
}
.service-page .service-2 .box .right {
    vertical-align: bottom;
    padding-right: 2%;
}
.service-page .service-2 .box .right span.h2 {
    margin-bottom: 1em;
}
.service-page .service-2 .box .right .list {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 2em;
}
.service-page .service-2 .box .right .list li {
    margin-bottom: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.service-page .service-2 .box .right .list li:before {
    content: '';
    width: 12px;
    height: 12px;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    background-color: var(--color);
    margin-right: .8em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: .4em;
}
.service-page .service-2 .box .right .list li:last-child {
    margin-bottom: 0;
}
.service-page .about-3 .ui.container {
    max-width: 1540px;
}
.service-page .about-3 .box .left {
    padding-right: 6%;
    vertical-align: top;
    position: -webkit-sticky;
    position: sticky;
    top: 20%;
    margin: 5% 0;
}
.service-page .about-3 .box .right {
    padding-left: 4%;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
}
.service-page .about-3 .box .right:before,
.service-page .about-3 .box .right:after {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    right: 0;
    z-index: 1;
}
.service-page .about-3 .box .right:before {
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, white), to(transparent));
    background-image: -webkit-linear-gradient(top, white 10%, transparent 100%);
    background-image: -moz-linear-gradient(top, white 10%, transparent 100%);
    background-image: linear-gradient(to bottom, white 10%, transparent 100%);
}
.service-page .about-3 .box .right:after {
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, white), to(transparent));
    background-image: -webkit-linear-gradient(bottom, white 10%, transparent 100%);
    background-image: -moz-linear-gradient(bottom, white 10%, transparent 100%);
    background-image: linear-gradient(to top, white 10%, transparent 100%);
}
.service-page .about-3 span.h2 {
    line-height: 1.5;
}
.service-page .about-3 .text {
    margin: 2em 0;
}
.service-page .about-3 .text p {
    margin-bottom: 2em;
}
.service-page .about-3 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -14px;
}
.service-page .about-3 .list ul li {
    padding: 14px;
}
.service-page .about-3 .list ul li img {
    width: 100%;
}
.service-page .about-3 .list ul:last-child {
    position: absolute;
    top: 100%;
    left: 0;
}
.service-page .about-3 .list div {
    width: 50%;
    position: relative;
}
.service-page .about-3 .list div:last-child ul {
    animation-direction: reverse;
    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-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;
}
.service-page .about-3 .list div:last-child ul:nth-child(2) {
    position: absolute;
    bottom: 100%;
    left: 0;
}
.service-page .about-3 .list div:last-child ul:last-child {
    bottom: 200%;
    top: auto;
}
@media screen and (max-width: 1800px) {
    .about-page .about-5 {
        padding: 90px 0;
    }
    .service-page .service-3 {
        padding: 90px 0;
    }
    .service-page .service-3 .list ul li .box i {
        height: 70px;
    }
    .service-page .service-3 .list ul li .box span.h6 {
        font-size: 20px;
    }
    .service-page .service-1,
    .service-page .service-2 {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1450px) {
    .inner-page .public-down {
        padding: 30px 0;
    }
    .service-page .service-1 .list ul li a.img {
        height: 280px;
    }
    .service-page .service-2 .box .right .list {
        font-size: 16px;
    }
    .service-page .service-2 .box .left .img .tag div span.h6,
    .service-page .service-2 .box .left .img .tag div.last em {
        font-size: 20px;
    }
    .service-page .service-2 .box .left .img .tag div.last p {
        font-size: 16px;
    }
    .service-page .service-2 .box .left .img .tag div.first i {
        width: 60px;
    }
}
@media screen and (max-width: 1250px) {
    .service-page .about-3 .box .left {
        top: 10%;
    }
    .service-page .about-3 .box .left {
        padding-right: 0;
    }
    .service-page .service-1 .list ul li a.img {
        height: 240px;
    }
    .service-page .service-2 .box .right .list,
    .service-page .service-2 .box .left .img .tag div.last p {
        font-size: 14px;
    }
    .service-page .service-2 .box .left .img .tag div span.h6,
    .service-page .service-2 .box .left .img .tag div.last em {
        font-size: 18px;
    }
    .service-page .service-2 .box .left .img .tag div.last p {
        text-align: center;
    }
    .service-page .service-2 .box .left {
        padding-right: 4%;
    }
}
@media screen and (max-width: 1000px) {
    .service-page .service-1 .box .right {
        display: none;
    }
    .service-page .service-1 .box .left {
        width: 100%;
        padding-right: 0;
    }
    .service-page .service-1 .list ul li {
        padding: 0 10px;
    }
    .service-page .service-1 .list ul {
        margin: 0 -10px;
    }
    .service-page .service-1 .list ul li a.img {
        height: 200px;
    }
    .service-page .service-2 .box .left {
        width: 100%;
        padding-right: 0;
    }
    .service-page .service-2 .box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .service-page .about-3 .box .right {
        display: none;
    }
    .service-page .about-3 .box .left {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .service-page .service-1 .list ul li {
        padding: 10px;
    }
    .service-page .service-1 .list ul {
        margin: -10px;
    }
}
@media screen and (max-width: 500px) {
    .service-page .service-2 .box .left .img .tag {
        display: block;
    }
    .service-page .service-2 .box .left .img .tag div {
        width: 100%;
        height: 100px;
    }
    .service-page .service-2 .box .left .img .tag div.last {
        text-align: center;
    }
    .service-page .service-2 .box .left .img .tag div span.h6 {
        width: 100%;
    }
    .service-page .service-1,
    .service-page .service-2 {
        padding-bottom: 20px;
    }
}
.xiangguancp{
    line-height: 1.6;
    min-height: 5em;
    text-transform: capitalize;
}
.font-16{
    font-size: 16px!important;
    line-height: 2!important;
}
.TT{
   text-transform: uppercase;
}
#index-body .init-2 .left {
    overflow: hidden;
}
#index-body .init-2 .left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 1700px) {
    #index-body .init-2 .right {
        width: 35%;
    }
    #index-body .init-2 .left {
        width: 65%;
    }
}
@media screen and (max-width: 1250px) {
    .inner-page .sideBarBox .slideLeft {
        top: 60px;
    }
}

/*seo加代码*/
.yejiao {
margin-left: 10px;
}
.seoPublic .seoIndustry .text h3{
    font-size: 18px;
    line-height: 32px;
    margin: 5px;
}

@media screen and (max-width: 500px) {
    .yejiao{
    display: none!important;
  }
  .seoIndustry{
      display: none;
  }
  .news-page ul li span.h6{
    font-size: 18px;
    line-height: 32px;
    min-height: 5em;
  }
}
.solution-page .init-5 {
    overflow: hidden;
}
.solution-page .init-5 span.h2 {
    -webkit-animation: lz 10s linear infinite;
    -moz-animation: lz 10s linear infinite;
    animation: lz 10s linear infinite;
}
.solution-page .init-5 span.h2 em {
    white-space: nowrap;
    text-transform: uppercase;
}
.solution-page .init-5 span.h2 em:nth-child(even) {
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
}
.solution-page .init-5 form {
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.solution-page .init-5 form label {
    border-bottom: 2px solid black;
}
.solution-page .init-5 form label input {
    width: 100%;
    border: none;
    padding: .3em 0;
    background-color: transparent;
}
.solution-page .init-5 form label button {
    background-color: transparent;
    border: none;
}
@media screen and (max-width: 700px) {
    .solution-page .init-5 form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .solution-page .init-5 form label {
        width: 100%;
    }
}
@-webkit-keyframes lz {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-moz-keyframes lz {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes lz {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}