@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-Light.eot');
  src: url('../fonts/Grift-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Grift-Light.woff2') format('woff2'), url('../fonts/Grift-Light.woff') format('woff'), url('../fonts/Grift-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-Medium.eot');
  src: url('../fonts/Grift-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Grift-Medium.woff2') format('woff2'), url('../fonts/Grift-Medium.woff') format('woff'), url('../fonts/Grift-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-Regular.eot');
  src: url('../fonts/Grift-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Grift-Regular.woff2') format('woff2'), url('../fonts/Grift-Regular.woff') format('woff'), url('../fonts/Grift-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-Bold.eot');
  src: url('../fonts/Grift-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Grift-Bold.woff2') format('woff2'), url('../fonts/Grift-Bold.woff') format('woff'), url('../fonts/Grift-Bold.ttf') format('truetype');
  font-weight: 650;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/RumelazGekinsa-Regular.eot');
  src: url('../fonts/RumelazGekinsa-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/RumelazGekinsa-Regular.woff2') format('woff2'), url('../fonts/RumelazGekinsa-Regular.woff') format('woff'), url('../fonts/RumelazGekinsa-Regular.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Grift";
  max-width: 1920px;
  --color: #f74d74;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1600px;
}
.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: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header:before {
  content: '';
  width: 100%;
  height: 130%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.6));
  background-image: -moz-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.6));
  opacity: .7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 100px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  width: 64%;
  height: 100%;
}
#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;
  font-weight: 500;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}
#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 .nav .ui.menu .h-search i {
  font-size: 1.5em;
}
#header .nav .ui.menu .yuy span img {
  max-width: 40px;
}
#header .nav .ui.menu .yuy ul {
  min-width: 100%;
}
#header.active {
  background-color: #f8e3eb;
}
#header.active:before {
  height: 100%;
}
#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 {
  font-style: italic;
  line-height: 1.2;
  z-index: 1;
}
.more {
  height: 2.77777778em;
  padding: 0 2em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  background-color: black;
}
span.h1 {
  color: #bcbcbc;
  font-size: 1.85714286em;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.1;
  opacity: .57;
}
.txt-center span.h1 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slickBtn div {
  width: 3.2em;
  height: 3.2em;
  border: 1px solid var(--color);
  color: var(--color);
  background-color: transparent;
}
#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%);
}
#banner li .content span.h2 {
  text-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.5);
}
#banner li .content .text {
  line-height: 2;
  font-weight: 500;
}
#banner li .content .more {
  background-color: #aee8fd;
  color: #008adf;
}
#banner li .content .more:hover {
  background-color: #008adf;
  color: white;
}
body {
  background-color: #ffe7f4;
}
#index-body {
  overflow: hidden;
}
#index-body .init-1 {
  background-color: #feadd9;
}
#index-body .init-1 li {
  background-color: #ffe7f4;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 li i {
  mix-blend-mode: multiply;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 li span.h6 {
  font-weight: 650;
  line-height: 1;
  position: absolute;
  left: 0;
  width: 100%;
  top: 90%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 li .text {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 li {
  background-color: var(--color);
  color: white;
}
#index-body .init-1 li i {
  mix-blend-mode: unset;
}
#index-body .init-1 li .text {
  opacity: 0;
}
#index-body .init-1 li span.h6 {
  opacity: 1;
  top: 67%;
}

#index-body .init-1 li:hover {
  background-color: #ffe7f4;
  color: black;
}
#index-body .init-1 li:hover i {
  mix-blend-mode: multiply;
}
#index-body .init-1 li:hover .text {
  opacity: 1;
}
#index-body .init-1 li:hover span.h6 {
  opacity: 0;
  top: 90%;
}
#index-body .init-2 .list ul {
  grid-template-columns: repeat(18, 1fr);
}
#index-body .init-2 .list li {
  grid-column: span 6;
}
#index-body .init-2 .list li a {
  height: 24.47916667vw;
}
#index-body .init-2 .list li:nth-child(1) a,
#index-body .init-2 .list li:nth-child(2) a {
  height: 29.6875vw;
}
#index-body .init-2 .list li:nth-child(1) {
  grid-column: 1 / span 7;
}
#index-body .init-2 .list li:nth-child(2) {
  grid-column: 8 / span 11;
}
#index-body .init-3 {
  background-color: #feadd9;
}
#index-body .init-3 span.h1 {
  color: white;
  opacity: .28;
  line-height: 1;
}
#index-body .init-3 img {
  width: 100%;
}
#index-body .init-3 span.h6 {
  top: 10%;
  left: 0;
  width: 100%;
  padding: 0 5%;
  line-height: 1;
  font-style: italic;
}
#index-body .init-4 {
  position: relative;
  background-color: #e5e5e5;
  z-index: 1;
}
#index-body .init-4 span.h1 {
  line-height: 1;
}
#index-body .init-4:before {
  content: '';
  height: 31%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #feadd9;
}
#index-body .init-4 .list .box {
  background-color: #01c801;
}
#index-body .init-4 .list .content {
  color: white;
}
#index-body .init-4 .list .content span.h6 {
  font-style: italic;
  line-height: 1.1;
}
#index-body .init-4 .list .content .link {
  line-height: 1;
}
#index-body .init-4 .list .slick-current + div .box {
  background-color: #e4d749;
}
#index-body .init-4 .list .slick-current + div + div .box {
  background-color: #ff4b4b;
}
#index-body .init-4 .list .slick-current + div + div + div .box {
  background-color: #8d8afa;
}
#index-body .init-5 {
  background-color: white;
}
#index-body .init-5 .more {
  background-color: #ececec;
  color: var(--color);
  font-weight: 500;
}
#index-body .init-5 .more:hover {
  background-color: var(--color);
  color: white;
}
#index-body .init-5 .box2 {
  position: relative;
  z-index: 1;
}
#index-body .init-5 .box2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#fbe6ed), color-stop(#fef8ef), to(#f8e2eb));
  background-image: -webkit-linear-gradient(right, #fbe6ed, #fef8ef, #f8e2eb);
  background-image: -moz-linear-gradient(right, #fbe6ed, #fef8ef, #f8e2eb);
  background-image: linear-gradient(to left, #fbe6ed, #fef8ef, #f8e2eb);
  z-index: -1;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
#index-body .init-5 .box2 span.h6 {
  font-weight: 650;
  line-height: 1.2;
}
#index-body .init-5 .list i {
  height: 2em;
  width: 2em;
  margin: 0 auto;
}
#index-body .init-5 .list i img {
  max-width: 90%;
}
#index-body .init-6 {
  background-color: #feadd9;
}
#index-body .init-6 .left {
  padding-top: 3%;
}
#index-body .init-6 span.h1 {
  color: white;
  opacity: .43;
  line-height: 1;
}
#index-body .init-6 span.h6 {
  color: var(--color);
  line-height: 1;
}
#index-body .init-6 .more {
  background-color: white;
  color: var(--color);
}
#index-body .init-6 .more:hover {
  background-color: var(--color);
  color: white;
}
#index-body .init-7 {
  background-color: white;
}
#index-body .init-7 span.cat {
  line-height: 1;
  display: block;
}
#index-body .init-7 time {
  color: #6d7afa;
  line-height: 1;
  font-weight: 500;
}
#index-body .init-7 span.h6 {
  font-weight: 650;
  line-height: 1.2;
}
#index-body .init-7 .text {
  opacity: .53;
}
#footer {
  background-color: #ff92ab;
}
#footer .form {
  max-width: 970px;
  margin: 0 auto;
}
#footer .form form {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#footer .form form input {
  width: 100%;
  border: none;
  background-color: transparent;
  border-left: 1px solid black;
  padding-left: .5em;
  height: 1em;
}
#footer .form form input::-webkit-input-placeholder {
  color: black;
}
#footer .form form input:-moz-placeholder {
  color: black;
}
#footer .form form input::-moz-placeholder {
  color: black;
}
#footer .form form input:-ms-input-placeholder {
  color: black;
}
#footer .form form input::placeholder {
  color: black;
}
#footer .form form button {
  border: none;
  height: 2.3em;
  padding: 0 1.7em;
  background-color: #f74d74;
  color: white;
}
#footer .span.h6 {
  line-height: 1;
}
#footer .info {
  max-width: 320px;
}
#footer .info li {
  margin-top: 1.22222222em;
}
#footer .info li:first-child {
  margin-top: 0;
}
#footer .nav li {
  margin-top: 1.875em;
  line-height: 1.2;
}
#footer .nav #menu-menu-1 li:first-child {
  display: none;
}
#footer .nav #menu-menu-1 li:nth-child(2),
#footer .nav li:first-child {
  margin-top: 0;
}
#footer .nav li ul {
  display: none;
}
#footer .nav li a:hover {
  text-decoration: underline;
}
#footer #ewm {
  max-width: 130px;
  border: 4px solid white;
}
#footer .share {
  max-width: 130px;
  line-height: 1;
}
#footer .coy {
  color: rgba(0, 0, 0, 0.5);
}
#footer .coy svg {
  max-height: 1.625em;
  width: auto;
  display: block;
  fill: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1700px) {
  .slickBtn.pos div.prev {
    left: 2% !important;
    right: auto !important;
  }
  .slickBtn.pos div.next {
    left: auto !important;
    right: 2% !important;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-1 ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-3 .slickBtn {
    display: none;
  }
  #banner li .content .text {
    display: none;
  }
  #banner li .content span.h2 {
    margin-bottom: .5em;
  }
  #index-body .init-1 li i {
    max-width: 60px;
    display: block;
    margin: 0 auto;
  }
  #footer .box .slide:nth-child(2),
  #footer .box .slide:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #footer .box .slide .info {
    max-width: none;
  }
  #footer .box .slide:last-child {
    display: none;
  }
  #footer .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .form form input {
    width: 100%;
    margin: .8em 0;
  }
  .font-30 {
    font-size: 18px;
  }
  #index-body .init-1 ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #index-body .init-1 ul li:last-child {
    grid-column: span 2;
  }
  .slickGap-80 {
    margin: 0 -10px;
  }
  .slickGap-80 li {
    padding: 0 10px;
  }
}
h2.h-title {
  font-size: 60px;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  display: block;
  font-weight: 600;
}
h2.h-title::after {
  content: '';
  display: block;
  width: 60%;
  height: 25px;
  background-color: var(--color);
  z-index: -1;
  position: absolute;
  top: 60%;
}
h2.h-title.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
  color: #fff;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.inner-banner {
  position: relative;
}
.inner-banner .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  /*inset: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);*/
  /*height: 350px;*/
}
.inner-banner .content {
  padding: 8% 15px 10%;
}
.inner-banner .content h2 {
  font-size: 46px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
}
.inner-banner .content p {
  font-size: 18px;
  margin-top: 15px;
  color: #fff;
}

.inner-page h2.h-title {
  font-size: 50px;
  width: fit-content;
}
.inner-page h2.h-title::after {
  top: 45px;
}

.inner-page {
  padding: 60px 0;
}

.about-page .about-1 h2.h-title::after {
  width: 25%;
}
.about-page .about-1 .left ul li:last-child .box {
 background-color: #df81fc;
}
.about-page .about-1 .left ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
  background-color: #d35affb8;
  height: 240px;
  padding: 0 50px;
  transition: 0.5s;
}
.about-page .about-1 .left ul li:hover .box {
    background-color: var(--color);
}
.about-page .about-1 .left ul li .box h4 span {
  display: inline-block;
  font-size: 24px;
  padding-left: 10px;
}
.about-page .about-1 .left ul li .box p {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.about-page .about-1 .img {
  height: -webkit-fill-available;
}
.about-page .about-1 .img a.play {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 125px;
  height: 125px;
  background-color: var(--color);
  border-radius: 50%;
  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;
  z-index: 5;
}
.about-page .about-1 .img a.play::after {
  content: '';
  display: block;
  width: 99px;
  height: 99px;
  background: url('../images/play_text.png') no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-animation: img_rotate 15s linear infinite;
  -moz-animation: img_rotate 15s linear infinite;
  animation: img_rotate 15s linear infinite;
}
.about-page .about-2 {
  background-color: #f7f7f7;
}
.about-page .about-2 ul {
  margin: 85px -15px 0;
}
.about-page .about-2 ul .slick-current li,
.about-page .about-2 ul .slick-current + .slick-slide + .slick-slide li {
  padding: 80px 15px 0;
}
.about-page .about-2 ul li {
  padding: 0 15px 80px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 ul li .box {
  background-color: #f93234;
  height: 470px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 ul .slick-current+div li .box {
  background-color: #edf900;
}
.about-page .about-2 ul .slick-current+div+div li .box {
  background-color: blue;
}
.about-page .about-2 ul .slick-current+div+div+div li .box {
  background-color: green;
}
.about-page .about-2 ul li .box:hover {
  background-color: var(--color) !important;
}
.about-page .about-2 ul li .box:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 ul li .box:hover h3 {
  opacity: 1;
}
.about-page .about-2 ul li .box:hover .text .con {
  height: 120px;
  opacity: 1;
}
.about-page .about-2 ul li .box .icon img {
  /*-webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;*/
}
.about-page .about-2 ul li .box h3 {
  color: rgba(255, 255, 255, 0.2);
  opacity: 0;
}
.about-page .about-2 ul li .box .text .num {
  color: rgba(255, 255, 255, 0.2);
}
.about-page .about-2 ul li .box .text .con {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-right: 10px;
  color: #fff;
}
.about-page .about-3 .left img {
  width: -webkit-calc(100% - 115px);
  width: -moz-calc(100% - 115px);
  width: calc(100% - 115px);
}
.about-page .about-3 .left .text {
  width: 115px;
  background-color: var(--color);
}
.about-page .about-3 .left .text img {
  width: 48px;
}
.about-page .about-3 .right ul li:last-child .text {
  padding-bottom: 0;
}
.about-page .about-3 .right ul li h4 {
  font-size: 30px;
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
}
.about-page .about-3 .right ul li h4 i {
  width: 30px;
  display: inline-block;
}
.about-page .about-3 .right ul li .text {
  padding-bottom: 10px;
}
.about-page .about-4 {
  background: url('/teyan-pigment/2026/06/29/about2.jpg?imageView2/2/format/webp/q/100') no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1700px) {
  .inner-page h2.h-title {
    font-size: 44px;
  }
  .about-page .about-3 .right ul li h4 {
    font-size: 26px;
  }
  .about-page .about-3 .left .text img {
    height: 90%;
  }
}
@media screen and (max-width: 1450px) {
  .inner-page h2.h-title {
    font-size: 40px;
  }
  .inner-page h2.h-title::after {
    top: 35px;
  }
  .about-page .about-1 .left {
    padding-right: 25px;
  }
  .about-page .about-3 .right ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner .bg{
    height: 100%;
  }
  .about-page .about-2 ul li .box {
    height: 360px;
  }
  .about-page .about-1 .left ul li .box {
    height: 170px;
    padding: 0 25px;
  }
  .inner-banner .content h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page h2.h-title {
    font-size: 30px;
  }
  .about-page .about-1 .left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 45px;
  }
  .about-page .about-1 .img {
    height: auto;
    width: 100%;
  }
  .about-page .about-1 .img a.play {
    left: 50%;
  }
  .about-page .about-1 .left ul li .box {
    padding: 0 50px;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .content h2 {
    font-size: 24px;
  }
  .inner-page h2.h-title {
    font-size: 24px;
  }
  .about-page .about-3 .right ul {
    margin-top: 30px;
  }
  .about-page .about-4 .text p {
    width: 100%;
  }
  .about-page .about-1 .left .text {
    margin-bottom: 30px;
  }
  .about-page .about-1 .left ul {
    margin: -10px;
  }
  .about-page .about-1 .left ul li {
    padding: 10px;
    width: 50%;
    margin: 0;
  }
  .about-page .about-2 ul {
    margin: 35px -15px 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-3 .right ul li h4 {
    font-size: 18px;
  }
  .about-page .about-2 ul li .box {
    height: 300px;
  }
  .about-page .about-2 ul li .box h4 {
    font-size: 20px;
  }
  .about-page .about-2 ul .slick-current li,
  .about-page .about-2 ul .slick-current + .slick-slide + .slick-slide li {
    padding: 0 15px;
  }
  .about-page .about-2 ul li {
    padding: 0 15px;
  }
  .about-page .about-1 .left ul li {
    width: 100%;
  }
}
.history-page{
 background-color: #f7f7f7;
}
.history-page .left {
  width: 36%;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
 
}

.history-page .left .h-title{
color: #151515;
}

.history-page .left .lh-6{
color: #666;
}

.history-page .left .dots p {
  margin-top: .5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color:#666;
}
.history-page .left .dots p:before {
  content: '';
  width: 0.36842105em;
  height: 0.36842105em;
  background-color: var(--color);
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
}
.history-page .left span.h6 {
  font-style: italic;
  color:#666;
}
.history-page .right {
  width: 57%;
}
.history-page .right .list ul li {
  position: relative;
}
.history-page .right .list ul li:before,
.history-page .right .list ul li:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  left: 25px;
  top: 0;
  position: absolute;
  z-index: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .right .list ul li:after {
  height: 0;
  background-color: var(--color);
}
.history-page .right .list ul li:first-child {
  padding-top: 0;
}
.history-page .right .list ul li:last-child {
  padding-bottom: 0;
}
.history-page .right .list ul li i {
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 2.33333333em;
  font-size:18px; 
  position: relative;
  z-index: 2;
}
.history-page .right .list ul li:hover i{
  background-color: var(--color);
}
.history-page .right .list ul li:hover .content{
  background-color: var(--color);
}
.history-page .right .list ul li:hover .content .area .text,
.history-page .right .list ul li:hover .content .area span.h6,
.history-page .right .list ul li:hover i{
  color: white;
}
.history-page .right .list ul li .content {
  width: 100%;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .right .list ul li .content .area {
  padding: 3% 4%;
}
.history-page .right .list ul li .content .area .text {
  max-height: 140px;
  overflow-y: auto;
  padding-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #666;
}

.history-page .right .list ul li .content .area span.h6 {
  line-height: 1.4;
  color: #151515;
}


.history-page .right .list ul li .content .area span.h6 em {
  line-height: .8;
  margin-right: .3em;
}
.history-page .right .list ul li .content .img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .right .list ul li.active:after {
  height: 100%;
}
.history-page .right .list ul li.active .content .img {
  -webkit-filter: unset;
  filter: unset;
}

@media screen and (max-width: 1000px) {
  .history-page .left {
    position: static;
    width: 100%;
  }
  .history-page .right .list ul li .content .area .text{
    overflow-y: unset;
  }
  .history-page .right{
    width: 100%;
    margin-top: 60px;
  }
  .history-page .right .list ul li .content .area {
    padding: 5% !important;
  }
  .history-page .right .list ul li .content .img {
    height: 180px;
  }
}

@media screen and (max-width: 500px) {
  .history-page .right .list ul li i {
    margin-right: 1em;
  }
  .history-page .right .list ul li .content .area .text {
    max-height: none;
  }
}
.m-page {
    margin: 60px 0
}
.m-page>div {
    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
}
.m-page>div span,
.m-page>div a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    background-color: #1a1a1a;
    margin: 0 10px;
    color: #fff;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    font-size: 16px;
    font-weight: 600;
}
.m-page>div span:hover,
.m-page>div a:hover {
    background-clip: var(--color);
    color: white
}
.m-page>div span {
    background: var(--color)
}
.product-yd-page .catebox ul.catelist li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f5f5f5;
    position: relative;
    transition: .3s all
}
.product-yd-page .catebox ul.catelist li:last-child,
.product-page .nav-1 ul.navlist li:last-child{
  display: none;
}
.product-yd-page .catebox ul.catelist li .text {
    padding: 20px 55px 20px 105px;
    color: white;
}

.product-yd-page .catebox ul.catelist li .text .top {
    position: relative
}

.product-yd-page .catebox ul.catelist li .text p {
    max-height: 96px;
    /*overflow-y: auto*/
    color: #151515;
}
.product-yd-page .catebox ul.catelist li:hover .text .title,
.product-yd-page .catebox ul.catelist li:hover .text p{
  color: white;
}

.product-yd-page .catebox ul.catelist li .text .top a.more7 {
    position: absolute;
    right: 0;
    width: 75px;
    height: 75px;
    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;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li .text .top a.more7:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed #dbdbdb;
    border-radius: 100%;
    left: 0;
    top: 0;
    animation: xz 5s linear infinite
}

.product-yd-page .catebox ul.catelist li .text .top a.more7:hover {
    width: 89px;
    height: 89px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li .text .top a.more7 em {
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
    background: var(--color);
}

.product-yd-page .catebox ul.catelist li .text .title {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
    max-width: 480px;
    padding-right: 90px;
    color: #151515;
}

.product-yd-page .catebox ul.catelist li img.dec {
    position: absolute;
    bottom: 0;
    right: 0;
    filter: brightness(.2);
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li:hover {
    background: var(--color);
    color: white;
}
.product-yd-page .catebox ul.catelist li:hover .text{
  color: white;
}

.product-yd-page .catebox ul.catelist li:nth-child(2n) img.dec {
    right: auto;
    left: 0
}

.product-yd-page .catebox ul.catelist li:hover img.dec {
    filter: brightness(1);
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li:hover .left {
    float: right
}

.product-yd-page .catebox ul.catelist li:hover .text {
    float: left;
}

.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 {
    border-color: #fff;
}

.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 em {
    background: white;
    color: var(--color);
}
@media screen and (max-width: 1250px) {
  .product-yd-page .catebox ul.catelist li .text {
      padding: 20px;
  }
  .product-yd-page .catebox ul.catelist li .img{
    padding: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .nav-1,
  .product-page .nav-2{
    display: none;
  }
  .product-yd-page .catebox ul.catelist li .left{
    width: 100%;
  }
  .product-yd-page .catebox ul.catelist li .right{
    width: 100%;
  }
  .product-yd-page .catebox ul.catelist{
    display: flex;
    flex-wrap: wrap;
  }
  .product-yd-page .catebox ul.catelist li{
    width: calc((100% - 10px)/2);
    margin: 0 10px 10px 0;
  } 
  .product-yd-page .catebox ul.catelist li:nth-child(2n){
    flex-direction: column-reverse;
    margin-right: 0;
  } 
  .product-yd-page .catebox ul.catelist li .text {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .catebox ul.catelist li .text .top a.more7{
    display: none;
  }
  .product-yd-page .catebox ul.catelist li .text .title {
    max-width: 100%;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .catebox ul.catelist li {
    width: 100%;
    margin: 0;
  }
  .product-yd-page .catebox ul.catelist li .text .title {
    font-size: 20px;
    margin-bottom: 15px;
  }

}

.customized-page .customized-1 h2.h-title::after {
  width: 18%;
}
.customized-page .customized-1 .left {
  background-color: var(--color);
}
.customized-page .customized-1 .left .text{
  color: #fff;
}
.customized-page .customized-1 .left .more {
  background-color: white;
  color: var(--color);
}
.customized-page .customized-1 .img {
  height: -webkit-fill-available;
}
.customized-page .customized-1 .content {
  position: relative;
}
.customized-page .customized-1 .content::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: block;
  background-color: #f7f7f7;
}
.customized-page .customized-2 {
  background-color: #f7f7f7;
}
.customized-page .customized-2 .img {
  height: -webkit-fill-available;
}
.customized-page .customized-2 .text ul li {
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.customized-page .customized-2 .text ul li:last-child {
  margin-bottom: 0;
}
.customized-page .customized-2 .text ul li i {
  font-size: 30px;
  color: var(--color);
}
.customized-page .customized-2 .text ul li p {
  font-size: 20px;
  font-weight: 600;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  color: #666;
}
.customized-page .customized-3 {
  background-color: #1a1a1a;
}
.customized-page .customized-3 .content ul {
  margin: 0 -27px;
}
.customized-page .customized-3 .content ul li {
  padding: 40px 27px;
}
.customized-page .customized-3 .content ul li .box {
  padding: 50px 25px 0;
  background-color: #000;
  height: 470px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .content ul li .box:hover {
  background-color: var(--color);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
.customized-page .customized-3 .content ul li .box:hover .num {
  background-color: white;
  color: var(--color);
}
.customized-page .customized-3 .content ul li .box:hover .line {
  opacity: 0.6;
}
.customized-page .customized-3 .content ul li .box:hover .icon .i1 {
  opacity: 0;
}
.customized-page .customized-3 .content ul li .box:hover .icon .i2 {
  opacity: 1;
}
.customized-page .customized-3 .content ul li .box .icon {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.customized-page .customized-3 .content ul li .box .icon .i1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .content ul li .box .icon .i2 {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .content ul li .box .num {
  width: 85px;
  height: 85px;
  background-color: var(--color);
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .content ul li .box .line {
  width: 1px;
  height: 45px;
  background-color: white;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .bottom {
  position: relative;
  height: 50px;
  width: 100%;
}
.customized-page .customized-3 .bottom::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 0;
}
.customized-page .customized-3 .bottom ul {
  width: 100%;
  position: relative;
  z-index: 2;
}
.customized-page .customized-3 .bottom ul .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--color);
  position: relative;
  color: transparent;
  overflow: hidden;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.customized-page .customized-3 .bottom ul .slick-arrow::before {
  content: "\e76b";
  font-family: "iconfont";
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
}
.customized-page .customized-3 .bottom ul .slick-arrow.slick-prev {
  left: 0;
}
.customized-page .customized-3 .bottom ul .slick-arrow.slick-next {
  right: 0;
}
.customized-page .customized-3 .bottom ul .slick-arrow.slick-next::before {
  content: "\e769";
}
.customized-page .customized-3 .bottom ul .slick-current li i {
  background-color: rgba(36, 79, 150, 0.4);
}
.customized-page .customized-3 .bottom ul .slick-current li i::before {
  background-color: var(--color);
}
.customized-page .customized-3 .bottom ul li i {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 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;
  margin: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .bottom ul li i::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #9a9a9a;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
.customized-page .customized-4 .content{
  background: url('/teyan-pigment/2026/06/29/sup6.jpg?imageView2/2/format/webp/q/100') no-repeat;
  /*background-size: cover;*/
}
@media screen and (max-width: 1700px) {
  .customized-2 .img {
    width: 50%;
  }
  .customized-2 .text {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .customized-page .customized-1 .left {
    padding: 45px;
  }
  .customized-page .customized-2 .text ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .customized-page .customized-3 .content ul {
    margin: 0 -10px;
  }
  .customized-page .customized-3 .content ul li {
    padding: 40px 10px;
  }
  .customized-page .customized-1 .left {
    width: 100%;
    padding: 30px;
  }
  .customized-page .customized-1 .img {
    width: 100%;
  }
  .customized-2 .text {
    width: 100%;
    margin-top: 45px;
    padding-left: 0;
  }
  .customized-2 .img {
    width: 100%;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page {
    padding: 85px 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-page {
    padding: 60px 0;
  }
}
.about-1 .left .lh-6{
  /*overflow-y: auto;*/
  height: 200px;
}



.about-page .about-5 {
  background-color: #f4f5f9;
}

.about-page .about-5 .list {
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 20% 2.5%;
}

.about-page .about-5 .list ul li {
  padding-top: 130px;
  transition: all 0.5s;
}

.about-page .about-5 .list ul li .box {
  transform-origin: bottom;
  transition: all 0.5s;
}

.about-page .about-5 .list ul li.swiper-slide {
  opacity: 0;
}

.about-page .about-5 .list ul li.swiper-slide-prev .box {
  transform: scale(1.2) translateX(-20px);
}

.about-page .about-5 .list ul li.swiper-slide-next {
  z-index: 9;
}

.about-page .about-5 .list ul li.swiper-slide-next .box {
  transform: scale(1.2) translateX(20px);
}

.about-page .about-5 .list ul li.swiper-slide-active {
  z-index: 10;
}

.about-page .about-5 .list ul li.swiper-slide-active .box {
  transform: scale(1.4);
}

.about-page .about-5 .list .zdy-switch>div {
  position: absolute;
  background-color: #ededed;
  width:50px;
  height: 50px;
  border-radius: 50%;
  color: #9a9a9a;
}
.about-page .about-5 .list .zdy-switch .swiper-button-next:after, 
.about-page .about-5 .list .zdy-switch .swiper-button-prev:after{
  font-size: 20px;
}
.about-page .about-5 .list .zdy-switch>div:hover {
  background-color: var(--color);
  color: white;
}

.about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
  left: 13%;
}

.about-page .about-5 .list .zdy-switch>div.swiper-button-next {
  right: 13%;
}

@media (max-width: 1450px) {
  .about-page .about-5 .list {
      padding: 0 10% 2.5%;
  }

  .about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
      left: 2%;
  }

  .about-page .about-5 .list .zdy-switch>div.swiper-button-next {
      right: 2%;
  }
}

@media (max-width: 1250px) {

  .about-page .about-5 .list {
      padding: 0 0 2.5%;
  }

  .about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
      left: -9%;
  }

  .about-page .about-5 .list .zdy-switch>div.swiper-button-next {
      right: -9%;
  }

  .about-page .about-5 .list ul li.swiper-slide-prev .box {
      transform: none;
  }

  .about-page .about-5 .list ul li.swiper-slide-next .box {
      transform: none;
  }

  .about-page .about-5 .list ul li.swiper-slide-active .box {
      transform: scale(1.2);
  }

  .about-page .about-5 .list ul li {
      padding-top: 70px;
  }
}
@media (max-width: 700px) {

  .about-page .about-5 .list {
      background-image: none !important;
  }

  .about-page .about-5 .list .zdy-switch {
      display: none;
  }

  .about-page .about-5 .list ul li.swiper-slide-active .box {
      transform: none;
  }

  .about-page .about-5 .list ul li {
      padding-top: 0;
  }
}
.knowledge-page .list ul li {
    margin-bottom: 35px;
    background: #f7f7f7;
    border: solid 1px #dcdcdc;
    padding: 20px 15px 0;
    position: relative
}

.knowledge-page .list ul li .box {
    margin: 0 auto
}

.knowledge-page .list ul li .box .title {
    font-weight: 600
}

.knowledge-page .list ul li .box .con {
    color: black;
    margin-top: 18px;
    height: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.knowledge-page .list ul li .box .con::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.knowledge-page .list ul li .box .con::-webkit-scrollbar-thumb {
    background: var(--color)
}

.knowledge-page .list ul li .box .con table {
    width: fit-content !important;
    font-size: 15px
}

.knowledge-page .list ul li .box .con table tr {
    background: #fff
}

.knowledge-page .list ul li .box .con table tr td {
    min-width: 120px;
    padding: 4px
}

.knowledge-page .list ul li .box time {
    display: inline-block;
    color: white;
    font-size: 18px;
    line-height: 1;
    margin-top: 29px
}

.knowledge-page .list ul li .box time em {
    font-size: 30px
}

.knowledge-page .list ul li span.icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: var(--color);
    color: #fff;
    font-size: 48px;
    line-height: 1;
    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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.knowledge-page .list ul li span i {
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.knowledge-page .list ul li:last-child {
    margin-bottom: 0
}

.knowledge-page .list ul li.active .box .con {
    height: 200px;
    overflow-y: auto;
    overflow-x: auto;
    line-height: 1.8
}

.knowledge-page .list ul li.active span.icon {
    background: var(--color)
}

.knowledge-page .list ul li.active span.icon i {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

@media screen and (max-width: 700px) {
    .knowledge-page .list ul li .box {
        padding-right:45px
    }
}

@media screen and (max-width: 500px) {
    .knowledge-page .list ul li span {
        zoom:.6
    }

    .knowledge-page .list ul li .box {
        padding-right: 20px
    }
}
#index-body .i-about {
    background: url(../images/about-bg.png) no-repeat right bottom var(--color);
}
#index-body .i-about .left {
    width: 42%;
}
#index-body .i-about .left > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#index-body .i-about .left .play {
    position: absolute;
    left: 50px;
    bottom: 45px;
    color: white;
    cursor: pointer;
}
#index-body .i-about .right {
    width: 58%;
    color: white;
    padding-right: 13%;
}
#index-body .i-about .right .txt {
    color: white;
}
#index-body .i-about .right .h3 {
    line-height: 1.2;
}
#index-body .i-about .right .more {
    background: rgba(255, 255, 255, 0.22);
    margin-bottom: 10px;
}
#index-body .i-about .right .more:hover {
    background-color: white;
    color: black;
}
#index-body .i-news {
    background-color: #ebf4f0;
    overflow: hidden;
}
#index-body .i-news .ui.container {
    width: 100%;
    padding-left: 13%;
}
#index-body .i-news .top {
    padding-right: 15.5%;
}
#index-body .i-news .top .slickBtn div {
    background-color: white;
    color: black;
}
#index-body .i-news .top .slickBtn div:hover {
    background-color: var(--color);
    color: white;
}
#index-body .i-news ul .slick-list {
    padding-right: 19%;
}
#index-body .i-news ul li .box {
    background-color: white;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
    padding: 25px;
    display: block;
}
#index-body .i-news ul li .box .h4 {
    line-height: 1.2;
}
#index-body .i-news ul li .box .des {
    line-height: 1.4;
}
#index-body .i-news ul li .box .more {
    background-color: #f5f5f5;
    color: black;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    font-weight: 400;
}
#index-body .i-news ul li:hover .box {
    background-color: var(--color);
    color: white;
}
#index-body .i-news ul li:hover .box .more {
    background-color: rgba(255, 255, 255, 0.22);
    color: white;
}
.i-form .box {
    background: url(../images/form-bg.jpg) no-repeat;
    background-size: cover;
}
.i-form .box form {
    max-width: 955px;
    margin: auto;
}
.i-form .box form ul {
    background-color: white;
    border-radius: 20px;
    padding: 4px;
}
.i-form .box form ul li {
    width: 18%;
}
.i-form .box form ul li input {
    width: 100%;
    font-size: 14px;
    border: none;
    background-color: #f4f6f6;
    height: 33px;
    border-radius: 15px;
    padding: 0 15px;
}
.i-form .box form ul li input[type="submit"] {
    background-color: var(--color);
    color: white;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.i-form .box form ul li input[type="submit"]:hover {
    background-color: #222;
}
.i-form .box form ul li:nth-child(3) {
    width: 46%;
}
#index-body .i-init4 .i-title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#index-body .i-init4 ul li {
    width: 40% !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
#index-body .i-init4 ul li .box {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}
#index-body .i-init4 ul li .box .img-box {
    height: 410px;
}
#index-body .i-init4 ul li .box .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#index-body .i-init4 ul li .box .flex {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
}
#index-body .i-init4 ul li .box .flex .more {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    display: none;
}
#index-body .i-init4 ul li.active {
    width: 60% !important;
}
#index-body .i-init4 ul li.active .flex {
    text-align: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#index-body .i-init4 ul li.active .flex .more {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: block;
}
#index-body .i-init4 .slickBtn div {
    top: 37%;
    background-color: rgba(12, 96, 25, 0.8);
}
#index-body .i-init4 .slickBtn div:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
}
#index-body .i-init4 .slickBtn div.prev {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#index-body .i-init4 .slickBtn div.next {
    left: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
#index-body .i-category ul.top {
    background-color: white;
    border-radius: 21px;
    padding: 5px;
}
#index-body .i-category ul.top li {
    height: 32px;
    border-radius: 16px;
    line-height: 32px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    padding: 0 30px;
    text-align: center;
    min-width: 180px;
    cursor: pointer;
}
#index-body .i-category ul.top li:hover,
#index-body .i-category ul.top li.active {
    background-color: var(--color);
    color: white;
}
#index-body .i-category .center .left {
    max-width: 480px;
}
#index-body .i-category .center .txt {
    max-width: 470px;
}
#index-body .i-category .list ul .slick-slide > div {
    height: unset;
}
#index-body .i-category .list ul li .box {
    overflow: hidden;
    border-radius: 10px;
    background: white;
}
#index-body .i-category .list ul li .box .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    z-index: 3;
    padding: 14px 18px;
}
#index-body .i-category .list ul li .box .content .h5{
    color: black;
}
.about-page #index-body .i-category .list ul li .box .content .h5{
    color: white;
}
#index-body .i-category .list ul li .box .content .des {
    line-height: 17px;
    display: none;
}
#index-body .i-category .list ul li .box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
    background: -webkit-linear-gradient(bottom, var(--color), transparent);
    background: -moz-linear-gradient(bottom, var(--color), transparent);
    background: linear-gradient(to top, var(--color), transparent);
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
#index-body .i-category .list ul li:hover .box .content .h5{
    color: white;
}
#index-body .i-category .list ul li:hover .box::after {
    opacity: 1;
}
#index-body .i-init2 .box {
    background-color: #ebf4f0;
    border-radius: 10px;
    padding: 20px;
}
#index-body .i-init2 .box .left ul li .flex {
    border-bottom: 2px solid #d7dfdb;
}
@media screen and (max-width: 1700px) {
    #index-body .i-news .ui.container {
        padding-left: 6%;
    }
}
@media screen and (max-width: 1250px) {
    #index-body .i-category .center .left {
        max-width: 440px;
    }
    #index-body .i-category .center .txt {
        max-width: 400px;
    }
    #index-body .i-init2 .box .left {
        padding: 0;
    }
    #index-body .i-about .right {
        padding-right: 4%;
    }
    .i-form .box {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 1000px) {
    #index-body .i-category .center .left {
        max-width: 100%;
        margin-right: 0;
    }
    #index-body .i-category .center .txt {
        max-width: 100%;
    }
    #index-body .i-init2 .box .left li {
        width: 100%;
    }
    #index-body .i-about .left {
        width: 100%;
    }
    #index-body .i-about .right {
        width: 100%;
        padding: 20px;
    }
    #index-body .i-init4 ul li .box .img-box {
        height: 220px;
    }
    .i-form .box form ul li {
        width: 50%;
        margin-bottom: 12px;
    }
    .i-form .box form ul li:nth-child(3) {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    #index-body .i-init2 .box .left {
        width: 100%;
    }
    #index-body .i-init2 .box .right {
        display: none;
    }
    #index-body .i-about .left .play {
        left: 20px;
        bottom: 20px;
    }
    #index-body .i-init4 ul li.active {
        width: 100% !important;
    }
    #index-body .i-init4 ul li {
        width: 100% !important;
    }
    #index-body .i-category ul.top{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 500px) {
    #index-body .i-category ul.top li {
        padding: 0 7px;
        min-width: 135px;
    }
    #index-body .i-about .right .h3 {
        margin: 15px 0;
    }
    .i-form .box form ul li {
        width: 100%;
    }
    .i-form .box form ul li:nth-child(3) {
        width: 100%;
    }
}
.product-page .product-1 .content {
    border-radius: 10px;
}
.product-page .product-1 .box {
    width: 60%;
    margin: auto;
    max-width: 740px;
    text-align: center;
    background: url(../images/sus-1-bg.png) no-repeat center;
    background-size: cover;
    border-radius: 10px;
    min-height: 330px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-page .product-1 .box h1 {
    font-weight: 800;
}
.product-page .product-1 .box .des {
    line-height: 20px;
    color: #575757;
    font-weight: bold;
    max-height: 140px;
    overflow: auto;
}
.product-page .product-1 .box::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    background: url(../images/sus-1-bg2.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.product-page .product-2 .sideRight ul li .box {
    background: white;
    border-radius: 10px;
    padding: 24px;
    overflow: hidden;
}
.product-page .product-2 .sideRight ul li .box .des {
    line-height: 20px;
    color: #575757;
}
.product-page .product-2 .sideRight ul li .box .bottom {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}
.product-page .product-2 .sideRight ul li .box .bottom .more {
    opacity: 0;
}
.product-page .product-2 .sideRight ul li:hover .bottom {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.product-page .product-2 .sideRight ul li:hover .bottom .more {
    opacity: 1;
}
.prodet-page .prodet-1 .left ul {
    background-color: white;
    border-radius: 10px;
}
.prodet-page .prodet-1 .left ul li img {
    margin: auto;
    width: 100%;
}
.prodet-page .prodet-1 .left .slickBtn div {
    background-color: transparent;
    color: #dfdfdf;
}
.prodet-page .prodet-1 .right h1 {
    font-weight: 800;
}
.prodet-page .prodet-1 .right .gallery {
    padding-bottom: 18px;
    border-bottom: 1px solid #d0d0d0;
}
.prodet-page .prodet-1 .right .gallery ul li a{
    display: block;
    background: white;
}
.prodet-page .prodet-1 .right .box {
    background-color: white;
    border-radius: 10px;
}
.prodet-page .prodet-1 .right .box .content {
    line-height: 20px;
    color: #575757;
}
.prodet-page .prodet-1 .right .box strong {
    font-weight: bold;
    color: black;
}
.prodet-page .prodet-1 .right .box table,
.prodet-page .prodet-1 .right .box table tr td{
    border: none;
}
.prodet-page .prodet-1 .right .box table tr{
    background: transparent;
}
.prodet-page .prodet-1 .right .box table tbody{
    min-width: unset;
}
.prodet-page .prodet-1 .right .inquiry {
    background-color: var(--color);
    border-radius: 10px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    padding: 0 40px;
    margin-top: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .right .inquiry:hover{
    background: white;
    color: var(--color);
}
.prodet-page .prodet-det strong{
    font-size: 20px;
}
.prodet-page .prodet-2 {
    background-color: #ebf4f0;
}
.prodet-page .prodet-2 ul li .img-box {
    border-radius: 10px;
}
.prodet-page .prodet-3 li .img-box {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}
.prodet-page .prodet-4 {
    background-color: white;
}
.prodet-page .prodet-4 form {
    max-width: 800px;
    margin: auto;
}
.prodet-page .prodet-4 form li {
    margin-bottom: 20px;
}
.prodet-page .prodet-4 form li p {
    font-weight: bold;
}
.prodet-page .prodet-4 form li span {
    font-style: italic;
}
.prodet-page .prodet-4 form li input,
.prodet-page .prodet-4 form li textarea {
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    height: 37px;
    padding: 0 14px;
    border: 1px solid #b6b6b6;
}
.prodet-page .prodet-4 form li textarea {
    height: 165px;
    padding: 14px;
}
.prodet-page .prodet-4 form li button {
    border: none;
}
@media screen and (max-width: 1250px) {
    .prodet-page .prodet-1 .left {
        position: -webkit-sticky;
        position: sticky;
        top: 160px;
    }
}
@media screen and (max-width: 1000px) {
    .product-page .product-2 .sideRight ul li .box .bottom {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    .product-page .product-2 .sideRight ul li .box .bottom .more {
        opacity: 1;
    }
    .product-page .product-2 .sideRight ul li {
        width: 50%;
    }
    .prodet-page .prodet-1 .left {
        width: 100%;
        padding: 0;
        position: relative;
        top: 0;
    }
    .prodet-page .prodet-1 .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
}
@media screen and (max-width: 700px) {
    .product-page .product-1 .box {
        width: 88%;
    }
    .prodet-page .prodet-4 form li {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .product-page .product-2 .sideRight ul li {
        width: 100%;
    }
}
.inner-page .sideBox .sideLeft {
  width: 20%;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
.inner-page .sideBox .sideLeft .h6 img {
  vertical-align: middle;
}
.inner-page .sideBox .sideLeft .line {
  width: 100%;
  height: 1px;
  background-color: var(--color);
}
.inner-page .sideBox .sideLeft .h5 {
  font-weight: 800;
}
.inner-page .sideBox .sideLeft ul li {
  margin-bottom: 9px;
}
.inner-page .sideBox .sideLeft ul li a {
  color: #8c8c8c;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}
.inner-page .sideBox .sideLeft ul li a span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #dbd9d5;
  text-align: center;
  line-height: 15px;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBox .sideLeft ul li a span i {
  opacity: 0;
}
.inner-page .sideBox .sideLeft ul li:hover > a,
.inner-page .sideBox .sideLeft ul li.active > a {
  color: black;
}
.inner-page .sideBox .sideLeft ul li:hover > a span,
.inner-page .sideBox .sideLeft ul li.active > a span {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBox .sideLeft ul li:hover > a span i,
.inner-page .sideBox .sideLeft ul li.active > a span i {
  opacity: 1;
}
.inner-page .sideBox .sideRight {
  width: 80%;
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBox .sideLeft {
    display: none;
  }
  .inner-page .sideBox .sideRight {
    width: 100%;
    padding: 0;
  }
}

.news-page .sideright ul li {
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.news-page .sideright ul li .img-box {
    width: 50.874%;
}

.news-page .sideright ul li .text {
    width: 49.126%;
}

.news-page .sideright ul li .text .top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 500;
}

.news-page .sideright ul li .text .top span {
    width: 42px;
    height: 42px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
    background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
    background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
    background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
    border-radius: 10px;
}

.news-page .sideright ul li .text .con {
    color: #666;
}

.news-page .sideright ul li .text .more {
    height: 53px;
    padding: 0 36px;
}

.news-page .sideright ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1000px) {
    .news-page .sideright ul li .img-box {
        width: 100%;
    }

    .news-page .sideright ul li .text {
        width: 100%;
        padding: 30px 0 0 0;
    }

    .news-page .sideright ul li .text .title {
        font-size: 24px;
    }
}

/*==============================================
    news-page
*/


/*
    newdet-page
==============================================*/

.newdet-page .sideright h1 {
    font-size: calc(1.354vw + 14px);
    line-height: 1.4;
    font-weight: bold;
}

.newdet-page .sideright .text {
    margin: 2em 0;
}

.newdet-page .sideright .text p {
    margin-top: 1em;
}

.newdet-page .sideright .text p:first-child {
    margin-top: 0;
}

.newdet-page .sideright .share {
    font-size: 14px;
    margin-top: 2em;
}

.newdet-page .sideright .share a {
    margin-left: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: black;
    color: white;
    border-radius: 50%;
}

.newdet-page .sideright .share a:hover {
    background: var(--color1);
}

.newdet-page .sideright span.h5 {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
    margin: 2em 0 1em;
    display: block;
}

.newdet-page .sideright .form ul {
    margin: -10px;
}

.newdet-page .sideright .form ul li {
    padding: 10px;
    font-size: 14px;
}

.newdet-page .sideright .form ul li label {
    display: block;
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
}

.newdet-page .sideright .form ul li input,
.newdet-page .sideright .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .5em 0;
    border-bottom: 1px solid #999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.newdet-page .sideright .form ul li input:focus,
.newdet-page .sideright .form ul li textarea:focus {
    border-color: var(--color1);
}

.newdet-page .sideright .form ul li textarea {
    height: 80px;
}

.newdet-page .sideright .form ul li button {
    border: 0;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/*==============================================
    newdet-page
*/


/*
    contact-page
==============================================*/
.contact-page {
    padding-bottom: 0;
}

.contact-page .contact-1 {
    margin-bottom: 100px;
}

.contact-page .contact-1 .top .left {
    padding-right: 10%;
}

.contact-page .contact-1 .top .left .con {
    line-height: 2;
}

.contact-page .contact-1 .top .right ul li {
    width: 48%;
    margin: 15px 0;
}

.contact-page .contact-1 .top .right ul li.wid-100 {
    width: 100%;
}

.contact-page .contact-1 .top .right ul li:nth-child(3n) {
    margin-right: 0;
}

.contact-page .contact-1 .top .right ul li h5 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.contact-page .contact-1 .top .right ul li span {
    font-size: 16px;
    line-height: 30px;
}

.contact-page .contact-form {
    width: 985px;
    height: 780px;
    background-color: #ea4c89ab;
    margin: 0 auto;
    -webkit-transform: translateY(-175px);
    -moz-transform: translateY(-175px);
    -ms-transform: translateY(-175px);
    transform: translateY(-175px);
    color: white;
    padding: 60px 75px;
}

.contact-page .contact-form h3 {
    font-size: 34px;
    font-weight: bold;
}

.contact-page .contact-form h3 span {
    color: var(--color);
}

.contact-page .contact-form form {
    margin-top: 90px;
}

.contact-page .contact-form form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-page .contact-form form ul li {
    width: 48%;
    margin-bottom: 35px;
}

.contact-page .contact-form form ul li:nth-child(n + 5) {
    width: 100%;
}

.contact-page .contact-form form ul li:nth-child(1) input {
    background-image: url('../images/c-name.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(2) input {
    background-image: url('../images/c-email.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(3) input {
    background-image: url('../images/c-phone.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(4) input {
    background-image: url('../images/c-subject.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(5) textarea {
    background-image: url('../images/c-message.png');
    background-position: right 5px;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
}

.contact-page .contact-form form ul li:last-child {
    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;
    align-items: flex-start;
}

.contact-page .contact-form form ul li:last-child p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    max-width: 50%;
}

.contact-page .contact-form form ul li label {
    font-size: 14px;
    color: white;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.contact-page .contact-form form ul li .more {
    cursor: pointer;
}

.contact-page .contact-form form ul li input[type='text'] {
    width: 100%;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    color: white;
    font-size: 14px;
    filter: brightness(0) invert(1);
}

.contact-page .contact-form form ul li input[type='submit'] {
    width: 160px;
    height: 50px;
    line-height: 50px;
    background-color: var(--color);
    border: none;
    text-align: center;
    font-size: 16px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    text-transform: uppercase;
}

.contact-page .contact-form form ul li input[type='submit']:hover {
    background-color: black;
}

.contact-page .contact-form form ul li textarea {
    width: 100%;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: white;
    font-size: 14px;
    height: 100px;
}

.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.contact-page .contact-1 .top .minDes {
    text-transform: uppercase;
    line-height: 2;
    color: var(--color);
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
iframe {
  display: block;
  width: 100%;
}
@media (max-width: 1250px) {
    .contact-page .contact-1 .top .right ul li:nth-child(2n) {
        margin-right: 0;
    }

    .contact-page .contact-1 .top .right ul li:nth-child(3n) {
        margin-right: 30px;
    }
}

@media (max-width: 1000px) {
    .contact-page .contact-1 .top .right ul li {
        margin-right: 0;
    }

    .contact-page .contact-1 .top .right ul li {
        max-width: 100% !important;
        width: 100%;
        margin-top: 30px !important;
    }

    .contact-page .contact-1 .top .right ul li:first-child {
        margin-top: 0 !important;
    }

    .contact-page .contact-1 .top .right ul li span {
        display: block;
    }

    .contact-page .contact-form {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        height: auto;
        margin: 40px auto;
    }
}

@media (max-width: 700px) {

    .contact-page .contact-1 .top .left {
        padding-right: 0;
        width: 100%;
    }

    .contact-page .contact-1 .top .right {
        width: 100%;
        margin-top: 60px;
    }

    .contact-page .contact-form form ul li {
        width: 100%;
    }

    .contact-page .contact-form {
        padding: 60px 30px;
    }

    .contact-page .contact-form form ul li:last-child p {
        display: none;
    }

    .contact-page .contact-form h3 {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    .contact-page .contact-form form {
        margin-top: 40px;
    }
}
/*==============================================
    contact-page
*/
.news-page02 .news-1 .list ul {
    margin: -15px;
}
.news-page02 .news-1 .list ul li {
    padding: 15px;
}
.news-page02 .news-1 .list ul li a.img-box {
    display: block;
}
.news-page02 .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
        border-radius: 20px;
    z-index: 1;
    background: #F2F2F2 right bottom;
}

.news-page02 .news-1 .list ul li .content .tags {
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 31px;
    padding: 0 15px;
    border: solid 1px #666666;
    color: #666666;
    border-radius: 16px;
}

.news-page02 .news-1 .list ul li .content:hover{
  background: var(--color) url(../images/lg.png) no-repeat right bottom;
  color: #ffffff;
}
.news-page02 .news-1 .list ul li .content:hover .tags{
  color: #ffffff;
  border: solid 1px #ffffff;
}
.news-page02 .news-1 .list ul li .content:hover a.link img{
  filter: brightness(1);
}
.news-page02 .news-1 .list ul li .content:hover .btn-go{
    background-color: #fff;
    color: var(--color);
}
.news-page02 .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em;
}
.news-page02 .news-1 .list ul li .content span.h6 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 4.8em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-bottom: .5em;
}
.news-page02 .news-1 .list ul li .content .text {
    font-size: 16px;
    line-height: 28px;
}
.news-page02 .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page02 .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 5;
    overflow: hidden;
    height: 9em;*/
}
.news-page02 .news-1 .list ul li .content a.link {
    margin-top: 2em;
    transition: 0s;
    font-size: 16px;
}
.news-page02 .news-1 .list ul li .content a.link:hover{
  color: #ffffff;
}
.news-page02 .news-1 .list ul li .content a.link:before{
  background: #ffffff;
}
.news-page02 .news-1 .list ul li:hover .content {
    margin-top: -30px;
}
.news-page02 .news-1 .list ul li:hover .content span.h6 {
    opacity: 0;
}
.news-page02 .news-1 .list ul li:hover .content .text {
    opacity: 1;
}
.news-page02 .news-1 .list ul li:hover .content .pre {
    padding-bottom: 30px;
}
.news-page02 .news-1 .list ul li:hover .content .more {
  background-color: black;
}
@media screen and (max-width: 1700px) {
    .news-page02 .news-1 .list ul li .content {
    padding: 7%;
  }

  .news-page02 .news-1 .list ul li .content span.h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1450px) {
  .news-page02 .news-1 .list ul li .content {
    padding: 5%;
  }

  .news-page02 .news-1 .list ul li .content span.h6 {
    font-size: 16px;
  }

  .news-page02 .news-1 .list ul li:hover .content .pre {
    padding-bottom: 50px;
  }

  .news-page02 .news-1 .list ul li:hover .content {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1250px) {
  .news-page02 .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }

  .news-page02 .news-1 .list ul li:hover .content span.h6 {
    opacity: 1;
  }

  .news-page02 .news-1 .list ul li:hover .content {
    margin-top: 0;
  }

  .news-page02 .news-1 .list ul li:hover .content .pre {
    padding-bottom: 0;
  }

  .news-page02 .news-1 .list ul li .content a.link {
    margin-top: 1em;
  }
  .news-page02 .news-1 .list ul li .content span.h6{
      height: auto;
  }
}

@media screen and (max-width: 500px) {
  .news-page02 .news-1 .list ul li .content span.h6,
  .news-page02 .news-1 .list ul li .content .pre .text {
    height: auto;
  }

}
.inner-page .sidebox .sideleft {
  width: 21.75%;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}
.inner-page .sidebox .sideleft .tit {
  font-size: 25px;
  font-weight: 500;
  padding-left: 18px;
}
.inner-page .sidebox .sideleft .tit::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 26px;
  border: solid 2px var(--color1);
}
.inner-page .sidebox .sideleft .item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px 22px 44px 25px;
  margin-top: 35px;
}
.inner-page .sidebox .sideleft .item:first-child {
  margin-top: 0;
}
.inner-page .sidebox .sideleft .category ul > li {
  margin-bottom: 16px;
  position: relative;
}
.inner-page .sidebox .sideleft .category ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 44px;
  padding: 0 31px 0 21px;
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  position: relative;
  z-index: 1;
}
.inner-page .sidebox .sideleft .category ul > li > a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(0deg, #2849c5 0%, #171c60 100%);
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover,
.inner-page .sidebox .sideleft .category ul > li > a.active {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover::after,
.inner-page .sidebox .sideleft .category ul > li > a.active::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li i {
  position: absolute;
  z-index: 1;
  font-size: 16px;
  right: 15px;
  top: 10px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li i.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li ul{
  margin-top: 20px;
}
.inner-page .sidebox .sideleft .category ul > li ul li a {
  background-color: #fff;
  height: auto;
}
.inner-page .sidebox .sideleft .category ul > li ul li a::after {
  display: none;
}
.inner-page .sidebox .sideleft .category ul > li ul li a:hover,
.inner-page .sidebox .sideleft .category ul > li ul li a.active {
  color: var(--color1);
}
.inner-page .sidebox .sideleft .category ul > li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .category ul > li.active i {
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li:hover > a {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li:hover > a::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li:hover i {
  font-weight: bold;
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .contact {
  padding-bottom: 28px;
}
.inner-page .sidebox .sideleft .contact input,
.inner-page .sidebox .sideleft .contact textarea {
  width: 100%;
  height: 44px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: 0;
  margin-bottom: 17px;
  padding: 0 22px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .contact input::-webkit-input-placeholder, .inner-page .sidebox .sideleft .contact textarea::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea:-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea::-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-ms-input-placeholder, .inner-page .sidebox .sideleft .contact textarea:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::placeholder,
.inner-page .sidebox .sideleft .contact textarea::placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact textarea {
  height: 128px;
  padding-top: 11px;
}
.inner-page .sidebox .sideleft .contact button {
  height: 40px;
  padding: 0 22px 0 23px;
  margin-top: 8px;
}
.inner-page .sidebox .sideleft .related ul li .img-box {
  width: 18%;
  height: 59px;
}
.inner-page .sidebox .sideleft .related ul li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebox .sideleft .related ul li .title {
  width: 82%;
  line-height: 1.7;
}
.inner-page .sidebox .sideleft .related ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideright {
  width: 78.25%;
  padding-left: 42px;
}
.honour .slick-list {
  overflow: unset;
}

.solutions-page .font-bold,
.partner-page .font-bold {
  font-weight: 650;
}
.solutions-page span.h3 {
  line-height: 1.2;
}
.solutions-page .solutions-2 {
  background-color: white;
}
.solutions-page .solutions-2 .list li {
  background-color: #feadd9;
  padding: 2.5%;
}
.solutions-page .solutions-2 .list li .content {
  transform: translateY(54%);
  transition: .5s;
}
.solutions-page .solutions-2 .list li span.h6 {
  line-height: 1.5;
  height: 3em;
}
.solutions-page .solutions-2 .list li .text {
  height: 12em;
  line-height: 1.5;
}
.solutions-page .solutions-2 .list li:hover .content {
  transform: translateY(0)
}
.solutions-page .solutions-3 .options {
  font-weight: 500;
}
.solutions-page .solutions-3 .options span.active {
  opacity: 1;
}
.solutions-page .solutions-3 .slide .text {
  margin-left: auto;
  margin-right: auto;
}
.solutions-page .solutions-4 {
  background-color: white;
}
#index-body .init-2 .list li a {
  position: relative;
  padding: 1em;
}
#index-body .init-2 .list li a .box {
  position: static;
  height: 100%;
  width: 100%;
  background-color: #e4d749;
  color: black;
  padding: 3%;
  opacity: 0;
  transition: .5s;
}
#index-body .init-2 .list li a .box span.h6 {
  font-style: italic;
}
#index-body .init-2 .list li a:hover .box {
  opacity: 1;
}
.product20-page {
    padding: 100px 0;
}
.prodet20-page .prodet-1 {
    padding: 100px 0;
}
.prodet20-page .prodet-1 .left {
    padding-right: 3%;
    vertical-align: middle;
}
.prodet20-page .prodet-1 .left ul {
    margin: -5px;
}
.prodet20-page .prodet-1 .left ul li {
    padding: 5px;
}
.prodet20-page .prodet-1 .left ul li a img {
    border-radius: 10px;
}
.prodet20-page .prodet-1 .left .small {
    margin-top: 10px;
}
.prodet20-page .prodet-1 .left .small .slick-track {
    margin-left: 0;
}
.prodet20-page .prodet-1 .left .big ul li a {
    /*max-height: 500px;*/
    overflow: hidden;
    display: block;
}
.prodet20-page .prodet-1 .left .big ul li a img {
    border-radius: 10px;
}
.prodet20-page .prodet-1 .right {
    /*vertical-align: middle;*/
}
.prodet20-page .prodet-1 .right h1 {
    font-size: 40px;
    font-weight: 600;
    font-family: Montserrat;
    color: #294f41;
}
.prodet20-page .prodet-1 .right .text {
    margin: 1.5em 0;
}
.prodet20-page .prodet-1 .right a.btn {
    height: 3.5em;
    line-height: 3.5em;
}
.prodet20-page .prodet-1 .right .share {
    font-size: 14px;
    line-height: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3em;
}
.prodet20-page .prodet-1 .right .share a {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    margin-left: 1em;
    background-color: black;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.prodet20-page .prodet-1 .right .share a:hover {
    background-color: var(--color);
}
.prodet20-page .prodet-2 .options {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-family: Montserrat;
    flex-wrap: wrap;
}
.prodet20-page .prodet-2 .options:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.prodet20-page .prodet-2 .options span {
    padding: 1em 2em;
    cursor: pointer;
    cursor: hand;
    border: 1px solid transparent;
    border-bottom: none;
    border-top-width: 2px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.prodet20-page .prodet-2 .options span.active {
    background-color: white;
    color: var(--color);
    border-color: #eee;
    border-top-color: var(--color);
}
.prodet20-page .prodet-2 .ret {
    margin-top: 50px;
}
.prodet20-page .prodet-3 {
    padding: 100px 0;
}
.prodet20-page .prodet-3 span.h3 {
    font-size: 28px;
    font-weight: 500;
    display: block;
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft {
    width: 30%;
}
.inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-left: 4%;
    padding-right: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide {
    margin-bottom: 40px;
    padding: 50px;
    background-color: #f9f9f9;
    border-radius: 10px;
}
.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
    display: block;
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .slide form input {
    width: 100%;
    padding: 1em;
    border: none;
    background-color: transparent;
    color: black;
}
.inner-page .slideBarBox .slideBarLeft .slide form input[type='submit'] {
    width: 4em;
    background-image: url('../images/icon-search-black.png');
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide.search {
    background-color: var(--color);
    color: white;
    border-radius: 10px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
    margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
    width: 30%;
    background-size: cover;
    background-position: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
    width: 70%;
    padding: 10px 0;
    padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
    font-size: 16px;
    font-weight: 100;
    line-height: 2;
    height: 4em;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
    display: block;
    font-size: 14px;
    line-height: 2;
    margin-top: 0.5em;
    color: #666;
    font-weight: 100;

}
.inner-page .slideBarBox .slideBarLeft .slide .nav {
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #666;
    background-color: #e5e5e5;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-family: Montserrat;
    border-radius: 10px;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    background-color: white;
    color: #666;
    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;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li.active>a,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover {
    background-color: var(--color);
    color: #fff;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li.active>ul{
    display: block;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li ul li:hover>a,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li ul li.active>a {
    background-color: var(--color);
    opacity: .7;
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
    margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarRight {
    width: 70%;
    padding-right: 4%;
}
.inner-page .slideBarBox .slideBarRight .Auxil-h1 {
    line-height: 1.4;
    font-size: 28px;
    font-weight: 600;
    font-family: Montserrat;
}
.inner-page .product_list ul {
    margin: -15px;
}
.inner-page .product_list ul li {
    padding: 15px;
}
.inner-page .product_list ul li a.img-box {
    display: block;
}
.inner-page .product_list ul li a.img-box img {
    border-radius: 10px;
}
.inner-page .product_list ul li span.h6 {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
    display: block;
    margin: 1em 0 0.5em;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /*-webkit-box-orient: vertical;*/
    font-family: Montserrat;
    color: #666;

}
.inner-page .product_list ul li span.h6:hover {
    color: var(--color);
}
@media screen and (max-width: 1700px) {
    .prodet20-page .prodet-1,
    .prodet20-page .prodet-3,
    .product20-page {
        padding: 70px 0;
    }
    .prodet20-page .prodet-1 .right h1,
    .inner-page span.h2 {
        font-size: 32px;
        color: #294f41;
        font-weight: 600;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 18px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 30px;
    }
}
@media screen and (max-width: 1450px) {
    .prodet20-page .prodet-1 .right h1,
    .inner-page span.h2 {
        font-size: 28px;
    }
    .inner-page .text {
        font-size: 16px;
        line-height: 1.8;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 20px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
        padding: 1em;
    }
    .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
        font-size: 18px;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 16px;
        line-height: 30px;
    }
    .prodet20-page .prodet-2 .ret {
        margin-top: 30px;
    }
    .prodet20-page .prodet-3 span.h3 {
        font-size: 24px;
        line-height: 44px;
    }
}
@media screen and (max-width: 1250px) {
    .prodet20-page .prodet-1 .right h1,
    .inner-page span.h2 {
        font-size: 24px;
    }
    .prodet20-page .prodet-1 .right .share {
        margin-top: 1.5em;
    }
    .prodet20-page .prodet-2 .options span {
        padding: 0.7em 1.5em;
    }
    .inner-page .product_list ul li {
        padding: 10px;
    }
    .inner-page .product_list ul {
        margin: -10px;
    }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        padding-left: 2%;
    }
}
@media screen and (max-width: 1000px) {
    .prodet20-page .prodet-1 .left {
        position: static;
        width: 100%;
        padding-right: 0;
    }
    .prodet20-page .prodet-1 .right {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
    .inner-page .slideBarBox .slideBarLeft {
        display: none;
    }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width: 700px) {
    .inner-page .slideBarBox .slideBarRight .Auxil-h1 {
        font-size: 20px;
        line-height: 1.4;
    }
    .prodet20-page .prodet-1,
    .prodet20-page .prodet-3,
    .product20-page {
        padding: 50px 0;
    }
    .prodet20-page .prodet-1 .right h1 {
        font-size: 20px;
    }
    .prodet20-page .prodet-1 .right h1,
    .inner-page span.h2 {
        line-height: 1.6;
    }
}
.about-page .about-300 {
    position: relative;
    z-index: 1;
    background-color: #f2f1ed;
}

.about-page .about-300 .left {
    width: 45%;
    position: -webkit-sticky;
    position: sticky;
    top: 160px
}

.about-page .about-300 .left .h-title p{
    color: rgba(0, 0, 0, 0.6);
    margin-top: 40px;
    padding-right: 40px;
}
.about-page .about-300 .left .h-title p::before{
    content: '';
    display: inline-block;
    height: 1px;
    width: 40px;
    background: var(--color);
    margin-right: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    display: none;
}
.about-page .about-300 .left .h-title h3{
    font-weight: bold;
    margin-top: 20px;
}
.about-page .about-300 .left .h-title h3 em{
    color: var(--color);
    display: block;
}
.about-page .about-300 .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative
}

.about-page .about-300 .left span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000
}

.about-page .about-300 .left .title {
    font-size: 48px;
    line-height: 1;
    margin-top: 21px;
}

.about-page .about-300 .left .title em {
    display: block
}

.about-page .about-300 .right {
    width: 55%;
    padding-left: 101px;
    position: relative
}

.about-page .about-300 .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.about-page .about-300 .right .tag ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%
}

.about-page .about-300 .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

.about-page .about-300 .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.about-page .about-300 .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px;
}

.about-page .about-300 .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0
}

.about-page .about-300 .right .tag ul li.current a {
    background-color: #ffe7f4;
    color: #000;
    border-color: #ffe7f4;
}

.about-page .about-300 .right .content ul li {
    padding: 40px 20px;
    margin-bottom: 60px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px #f1f1f1;
}

.about-page .about-300 .right .content ul li .tit {
    font-size: 60px;
    line-height: 1;
    color: #030303;
    font-weight: 700
}

.about-page .about-300 .right .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0,0,0,.65);
    margin-top: 21px
}

.about-page .about-300 .right .content ul li:last-child {
    margin-bottom: 0
}

.about-page .about-300 .right .content ul li.active {
    background: #ffe7f4;

}
.about-page .about-300 .right .content ul li.active,
.about-page .about-300 .right .content ul li.active .tit,
.about-page .about-300 .right .content ul li.active .con{
    color: #000;
}
.about-page .about-300 .right .content ul li.active .con{
    opacity: 0.6;
}

@media (max-width: 1700px) {
    .about-page .about-300 .left .title {
        font-size: 72px
    }
}
@media (max-width: 1450px) {
    .about-page .about-300 .left .title {
        font-size: 66px
    }
}
@media (max-width: 1250px) {
    .about-page .about-300 .right .content ul li {
        padding: 60px 20px
    }
    .inner-page .sidebox .sideleft .tit {
      font-size: 18px;
    }
    .inner-page .sidebox .sideleft .item {
      padding: 20px 15px 30px;
    }
}
@media (max-width: 1000px) {
    .about-page .about-300 .left .title {
        font-size: 53px
    }

    .about-page .about-300 .right .content ul li {
        padding: 40px 20px
    }

    .about-page .about-300 .right .content ul li .tit {
        font-size: 60px
    }

    .about-page .about-300 .right .content ul li .con {
        margin-top: 10px
    }

    .about-page .about-300 .left {
        position: initial;
        width: 100%
    }

    .about-page .about-300 .right {
        width: 100%;
        margin-top: 30px
    }
}
@media (max-width: 700px) {
    .about-page .about-300 .left .title {
        font-size: 46px
    }
}
@media (max-width: 500px) {
    .about-page .about-300 .left .title {
        font-size: 32px;
        line-height: 1.6
    }
    .about-page .about-300 .right {
        padding-left: 0
    }
    .about-page .about-300 .right .tag {
        display: none
    }
    .about-page .about-300 .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241,238,226,.8);
        padding: 30px 15px
    }
    .about-page .about-300 .right .content ul li .tit {
        font-size: 40px
    }
    .about-page .about-300 .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8
    }
}
.about-net {
  background-color: white;
}
.about-net .map {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.about-net .map li {
  transform: translate(-50%,-50%);
  z-index: 1;
}
.about-net .map li i {
  width: .8em;
  height: .8em;
  border-radius: 100%;
  background-color: #fcb4ec;
  position: relative;
  display: block;
  margin: 0 auto;
}
.about-net .map li i:after,
.about-net .map li i:before {
  content: '';
  width: 300%;
  height: 300%;
  border-radius: inherit;
  position: absolute;
  left: -100%;
  top: -100%;
  background-color: #ffcff4;
  animation: ks 2s infinite linear;
  z-index: -1;
}
.about-net .map li i:before {
  animation-delay: .6s;
}
.about-net .map li span {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.about-net .map li:nth-child(1) {
  top: 16%;
  left: 74%;
}
.about-net .map li:nth-child(2) {
  top: 38%;
  left: 79%;
}
.about-net .map li:nth-child(3) {
  top: 55%;
  left: 69%;
}
.about-net .map li:nth-child(4) {
  top: 36%;
  left: 17%;
}
.about-net .map li:nth-child(5) {
  top: 36%;
  left: 49%;
}
.about-net .map li:nth-child(6) {
  top: 73%;
  left: 31%;
}
.about-net .map li:nth-child(7) {
  top: 58%;
  left: 54%;
}

@media (max-width: 1000px) {
  #index-body .init-2 .list li a .box {
    opacity: 1;
  }
  #index-body .init-2 .list li a {
    height: 50vw !important;
  }
  #index-body .init-2 .list ul {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  #index-body .init-2 .list ul li {
    grid-column:span 1 !important;
  }
  #index-body .init-2 .list ul li .text {
    display: none;
  }
  #index-body .init-2 .list ul li:last-child:not(:nth-child(2n)) {
    grid-column:span 2 !important;
  }
  .about-1 .left .lh-6 {
    height: auto;
  }
  .about-net .map {
    zoom: .6;
  }
  .product-yd-page .catebox ul.catelist li .text p {
    height: auto;
  }
  .solutions-page .solutions-2 .list li {
    padding: 3% !important;
  }
  .solutions-page .solutions-2 .list li .text {
    height: auto;
  }
  .solutions-page .solutions-2 .list li .content {
    transform: translateY(0);
  }
  .history-page .right .list ul li .content .area .text {
    max-height: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideleft {
    display: none;
  }
}