@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #007cd3;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1530px;
}
.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 .nav .ui.menu {
  margin: 0 auto;
  height: 100px;
}
#header .nav .ui.menu .menu-box {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 60%;
}
#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;
  text-transform: capitalize;
}
#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: 16px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 280px;
  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 .yuy span img {
  max-width: 32px;
}
#header .nav .ui.menu .search {
  width: 170px;
}
#header .nav .ui.menu .search form {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 2em;
}
#header .nav .ui.menu .search form button,
#header .nav .ui.menu .search form input {
  border: none;
  background-color: transparent;
}
#header .nav .ui.menu .search form button i {
  font-size: 1.2em;
}
#header .nav .ui.menu .search form input {
  width: 100%;
}
#header .nav .ui.menu .search form input::-webkit-input-placeholder {
  color: white;
}
#header .nav .ui.menu .search form input:-moz-placeholder {
  color: white;
}
#header .nav .ui.menu .search form input::-moz-placeholder {
  color: white;
}
#header .nav .ui.menu .search form input:-ms-input-placeholder {
  color: white;
}
#header .nav .ui.menu .search form input::placeholder {
  color: white;
}
#header.active {
  background-color: black;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
span.h2 {
  line-height: 1.2;
}
.text {
  line-height: 1.75;
}
.more {
  height: 2.875em;
  padding: 0 2em;
  border-radius: 2em;
  background-color: var(--color);
  position: relative;
  z-index: 1;
  color: white;
  transition: .5s;
}
.more:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.15)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.15), transparent);
  background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0.15), transparent);
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
    background-color: black;
}
.more:hover:before {
  opacity: 0;
}
#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 .left {
  width: 52%;
}
#index-body {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 95%;
}
#index-body .line {
    text-align: center;
}
#index-body .line:before,
#index-body .line:after {
    content: '';
    height: 2px;
    margin: 2px auto;
    width: 30px;
    background-color: var(--color);
    display: block;
}
#index-body .line:after {
    width: 60px;
    background-color: #f5bb47;
}
#index-body .init-1 i {
  width: 2em;
  height: 2em;
  margin-right: .4em;
  border-radius: 100%;
  background-color: #039fd0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 i img {
  -webkit-transform: translateX(0.4em);
  -moz-transform: translateX(0.4em);
  -ms-transform: translateX(0.4em);
  transform: translateX(0.4em);
  max-width: 80%;
}
#index-body .init-1 span.h6 {
  line-height: 1.2;
}
#index-body .init-1 li:hover i {
  background-color: #f5bb47;
}
#index-body .init-2 {
  position: relative;
}
#index-body .init-2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  background-color: #f8f8f8;
  top: 0;
  left: 0;
}
#index-body .init-2 .text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-2 li {
  height: 100%;
}
#index-body .init-2 li .box {
  padding: 1em;
  height: 100%;
  position: relative;
  z-index: 1;
}
#index-body .init-2 li .box:before,
#index-body .init-2 li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: inherit;
}
#index-body .init-2 li .box:after {
  opacity: 0;
  background-image: -webkit-linear-gradient(45deg, #077dd4, #37cefc);
  background-image: -moz-linear-gradient(45deg, #077dd4, #37cefc);
  background-image: linear-gradient(45deg, #077dd4, #37cefc);
}
#index-body .init-2 li .box:hover:before {
  opacity: 0;
}
#index-body .init-2 li .box:hover:after {
  opacity: 1;
}
#index-body .init-2 li .link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  right: 0;
  bottom: .5em;
}
#index-body .init-2 li span.h6 {
  line-height: 1.2;
}
#index-body .init-2 li .content {
  max-width: 95%;
}
#index-body .init-2 li .flex-drr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
#index-body .init-2 li .flex-drr:before,
#index-body .init-2 li .flex-drr:after {
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 0 100%);
}
#index-body .init-2 li .flex-drr .link {
  right: 0;
  bottom: auto;
  top: .5em;
}
#index-body .init-3 .text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-3 .options {
  font-weight: 500;
}
#index-body .init-3 .options hr {
  background-color: #b5b5b5;
}
#index-body .init-3 .options a {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .options a.active {
  color: var(--color);
}
#index-body .init-3 .list .box {
  background-color: var(--color);
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
#index-body .init-3 .list li {
    height: 100%;
}
#index-body .init-3 .list .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-linear-gradient(40deg, transparent, rgba(255, 255, 255, 0.2));
  background-image: -moz-linear-gradient(40deg, transparent, rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(50deg, transparent, rgba(255, 255, 255, 0.2));
}
#index-body .init-3 .list .box .img-box {
  background-color: #f1f1f1;
}
#index-body .init-3 .list .box:hover {
  background-color: #f5bb47;
}
#index-body .init-3 .list .slide {
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
}
#index-body .init-3 .list .slide.active {
  opacity: 1;
  position: static;
}
#index-body .init-4 {
  background-color: #212b33;
}
#index-body .init-4 .options a {
  padding: 0.36363636em 1.63636364em;
  border-radius: 1.5em;
  background-color: var(--color);
}
#index-body .init-4 .options a.active {
  background-color: #f5bb47;
}
#index-body .init-4 .right {
  position: relative;
  background-image: -webkit-radial-gradient(circle, #8c743d, transparent, transparent);
  background-image: -moz-radial-gradient(circle, #8c743d, transparent, transparent);
  background-image: radial-gradient(circle, #8c743d, transparent, transparent);
}
#index-body .init-4 .right li {
  padding: 1.2em;
  background-color: white;
  color: black;
  line-height: 1.2;
  border-radius: .5em;
}
#index-body .init-4 .right li i {
  max-width: 3.09090909em;
}
#index-body .init-5 .left {
  padding-left: 3em;
  padding-top: 2em;
}
#index-body .init-5 .left .img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -2em;
  left: -3em;
  background-color: #d2f2fc;
  z-index: -1;
  border-radius: inherit;
}
#index-body .init-5 .left .img img {
  border-radius: inherit;
}
#index-body .init-5 .left .img .play {
  background-color: rgba(0, 0, 0, 0.2);
}
#index-body .init-5 .list li {
  border: 2px solid #e1dfdf;
}
#index-body .init-5 .list span.h7 {
  line-height: 1;
  color: #f7f7f7;
}
#index-body .init-5 .list span.h6 {
  line-height: 1;
  display: block;
}
#index-body .init-6 {
  background-color: #f1f1f1;
  padding: 1em;
}
#index-body .init-6 a {
  height: 23.4375vw;
}
#index-body .init-6 ul {
  margin: -0.5em;
}
#index-body .init-6 ul li {
  padding: .5em;
}
#index-body .init-6 ul li .content {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 ul li .content span.h6 {
  line-height: 1.2;
}
#index-body .init-6 ul li a:hover .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-6 .slick-slide > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#index-body .init-6 .slick-slide > div li {
  width: 100% !important;
}
#index-body .init-6 .slick-slide:nth-child(odd) > div li:last-child {
  grid-column: span 2;
}
#index-body .init-6 .slick-slide:nth-child(even) > div li:first-child {
  grid-column: span 2;
}
#index-body .init-7 .list {
  border-bottom: 1px solid #b5b5b5;
}
#index-body .init-7 .list li {
  border-top: 1px solid #b5b5b5;
}
#index-body .init-7 .list li .content {
  width: 82%;
}
#index-body .init-7 .list li span.h6 {
  line-height: 1.2;
}
#index-body .init-7 .box2 {
  height: 100%;
  padding: 7%;
}
#index-body .init-7 .box2 span.h2 {
  max-width: 54%;
  line-height: 1.5;
  font-weight: 500;
}
#index-body .init-7 .box2 .more {
  padding: 0 3.25em;
}
#footer {
  color: white;
  background-color: #212b33;
  margin-top: 110px;
}
#footer .cl {
  display: inline-block;
}
#footer .form {
  background-image: -webkit-gradient(linear, right top, left top, from(#34cbf9), to(#047dd4));
  background-image: -webkit-linear-gradient(right, #34cbf9, #047dd4);
  background-image: -moz-linear-gradient(right, #34cbf9, #047dd4);
  background-image: linear-gradient(to left, #34cbf9, #047dd4);
  margin-top: -128px;
}
#footer .form span.h2 {
  line-height: 1;
}
#footer .form form input {
  width: 100%;
  height: 2.55555556em;
  padding: 0 1em;
  border-radius: 5px;
  border: none;
  color: black;
}
#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 input[name="content"] {
  width: 34%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .form form button {
  height: 2.55555556em;
  padding: 0 3.44444444em;
  background-color: #f5bb47;
  color: black;
  border: none;
  border-radius: 2em;
}
#footer .footer-top span.h6 {
  line-height: 1;
  font-weight: 500;
}
#footer .footer-top .nav {
  line-height: 2;
  font-weight: 300;
}
#footer .footer-top .nav a:hover {
  text-decoration: underline;
}
#footer .footer-top .nav ul ul {
  display: none;
}
#footer .footer-top .nav #menu-menu-1 li:first-child {
  display: none;
}
#footer .footer-top .info {
  max-width: 330px;
}
#footer .footer-top #ewm {
  width: 120px;
  border: 3px solid white;
}
#footer .footer-top .slide:last-child {
  min-width: 280px;
}
#footer .coy svg {
  max-height: 1.55555556em;
  width: auto;
  display: block;
  fill: white;
}
#footer .coy .share a {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #7d7d7d;
  color: #7d7d7d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .coy .share a:hover {
  background-color: #7d7d7d;
  color: white;
}
@media screen and (max-width: 1250px) {
  #footer .footer-top .slide:last-child {
    min-width: unset;
  }
  #index-body .init-1 ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1000px) {
  #banner .text,
  #banner .more {
    display: none;
  }
  #footer .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .form form input {
    width: 100% !important;
  }
  #footer .footer-top .slide {
    display: none;
  }
  #footer .footer-top .slide:nth-child(3) {
    display: block;
  }
  #footer .footer-top .slide:nth-child(3) .info {
    max-width: none;
  }
  .font-34 {
    font-size: 20px;
  }
  .font-56 {
    font-size: 26px;
  }
  .font-22 {
    font-size: 16px;
  }
  .font-40 {
    font-size: 24px;
  }
  .font-36 {
    font-size: 20px;
  }
  #index-body .init-5 .list li {
    width: 100%;
  }
  #index-body .init-3 .options {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}


.case-page .init-1 ul {
    margin: 60px -15px 0;
}
.case-page .init-1 ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px;
}
.case-page .init-1 ul li {
    padding: 0 15px;
    margin-top: 30px;
}
.case-page .init-1 ul li .box {
    position: relative;
}
.case-page .init-1 ul li .box .img {
    display: block;
    overflow: hidden;
}
.case-page .init-1 ul li .box {
    position: relative;
    z-index: 2;
}
.case-page .init-1 ul li .box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    z-index: 2;
}
.case-page .init-1 ul li .box .cont {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 20px 40px;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .5);
}
.case-page .init-1 ul li .box .cont .sub {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    transition: all .5s;
    background-image: linear-gradient(90deg,var(--color) 0%, #f5bb47 100%), linear-gradient(#3e3e3c, #3e3e3c);
    transform: scaleX(0);
    z-index: -1;
    transform-origin: left;
}
.case-page .init-1 ul li .box .cont .cat {
    font-size: 16px;
    font-weight: 500;
}
.case-page .init-1 ul li .box .cont .title {
    font-weight: 700;
    font-size: 20px;
    margin-top: 6px;
    display: block;
    max-width: 400px;
}
.case-page .init-1 ul li .box .cont .moreC {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #fff;
}
.case-page .init-1 ul li .box .cont .moreC .more {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-page .init-1 ul li .box .cont .moreC .more:before {
    background: #fff;
}
.case-page .init-1 ul li .box .cont .moreC .more i {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    transition: all .5s;
    font-size: 36px;
}
.case-page .init-1 ul li .box .cont .moreC .more i.i1 {
    left: -50px;
    color: #000;
}
.case-page .init-1 ul li .box:hover .cont .sub {
    transform: scaleX(1);
}
.case-page .init-1 ul li .box:hover .cont .moreC .more i {
    transform: translateX(50px);
    color: #000;
}
@media (max-width: 1000px) {
    .case-page .init-1 ul li .box .cont {
        padding: 20px 10px;
    }
    .case-page .init-1 ul li .box .cont .moreC {
        height: 40px;
        width: 40px;
    }
}
@media (max-width: 700px) {
    .case-page .init-1 ul {
        margin: 30px -15px 0;
    }
}
@media (max-width: 500px) {
    .case-page .init-1 ul {
        margin-top: 20px;
    }
}
.gallery-page .init-1 .container .cont {
    border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
    margin-right: 40px;
}
.gallery-page .init-1 .container .cont li:last-child {
    margin-right: 0;
}
.gallery-page .init-1 .container .cont li .box a {
    padding: 8px 20px;
    font-size: 20px;
    display: block;
    position: relative;
    font-weight: 600;
}
.gallery-page .init-1 .container .cont li .box a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #bf0000;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.gallery-page .init-2 {
    padding-top: 60px;
}
.gallery-page .init-2 .container ul {
    margin: 0 -25px;
}
.gallery-page .init-2 .container ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px;
}
.gallery-page .init-2 .container ul li {
    margin-top: 50px;
    padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video {
    display: block;
    width: 100%;
}
.gallery-page .init-2 .container ul li .box .title {
    /*font-weight: 600;*/
    text-align: center;
    margin-top: 16px;
    color: #666;
}
.gallery-page .init-2 .container ul li .box .img {
    position: relative;
    display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
    width: 100%;
    border-radius: 10px;
}
.gallery-page .init-2 .container ul li .box .img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
    -webkit-animation: circle 0.75s;
    -moz-animation: circle 0.75s;
    -o-animation: circle 0.75s;
    animation: circle 0.75s;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3sease;
    -o-transition: all 0.3sease;
    -moz-transition: all 0.3sease;
    transition: all 0.3sease;
}
.gallery-page.Partner .init-2 .container ul li {
    width: 20%;
}
@media (max-width: 1000px) {
    .gallery-page .init-1 {
        display: none;
    }
    .gallery-page .init-2 {
        padding-top: 0;
    }
}
@media (max-width: 500px) {
    .gallery-page .init-2 .container ul li {
        margin-top: 20px;
    }
}
.about2-page .about-1 .left .icon {
    position: absolute;
    left: -10%;
    bottom: 11%;
    padding: 3% 7%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f5bb47), to(var(--color)));
    background-image: -webkit-linear-gradient(bottom, #f5bb47, var(--color));
    background-image: -moz-linear-gradient(bottom, #f5bb47, var(--color));
    background-image: linear-gradient(to top, #f5bb47, var(--color));
}
.about2-page .about-1 .text {
    max-height: 26.25em;
    overflow: auto;
}
.about2-page .about-2 {
    background-color: #f4f4f4;
}
.about2-page .about-2 .slick-list {
    overflow: unset;
}
.about2-page .about-3 {
    color: white;
}
.about2-page .about-3 span.h2 {
    text-align: center;
}
.about2-page .about-3 .list {
    margin: 1em 0;
}
.about2-page .about-3 .list ul li {
    background-color: white;
    color: black;
    padding: 5% 3.5% 4%;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about2-page .about-3 .list ul li:before {
    content: '';
    width: 1px;
    height: 63%;
    position: absolute;
    left: 0;
    top: 15%;
    background-color: #dedede;
}
.about2-page .about-3 .list ul li i {
    width: 3em;
    height: 3em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 100%;
    background-color: var(--color);
}
.about2-page .about-3 .list ul li i img {
    max-width: 60%;
    margin-left: auto;
    transform: translateX(40%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about2-page .about-3 .list ul li:hover i {
    background-color: #f5bb47;
}
.about2-page .about-3 .list ul li span.h6 {
    line-height: 1.4;
    /*text-transform:uppercase;*/
}
.about2-page .about-3 .list ul li:first-child:before {
    display: none;
}
.about2-page .about-4 {
    position: relative;
    background-color: #f1f1f1;
}
.about2-page .about-4:before {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #f1f1f1;
}

@media screen and (max-width: 1450px) {
    .about2-page .about-1 .left .icon {
        zoom: .6;
    }
}
@media screen and (max-width: 1250px) {
    .about2-page .about-3 .list ul li {
        padding: 3%;
    }
}
@media screen and (max-width: 1000px) {
    .about2-page .about-3 .list ul li {
        width: 50%;
    }
    .about2-page .about-3 .list ul li:after {
        height: 100%;
        top: 0;
        border-radius: 0;
    }
    .about2-page .about-1 .left .icon {
        left: 0;
        max-width: 70%;
    }
}
@media screen and (max-width: 700px) {
    .about2-page .about-3 .list ul li {
        width: 100%;
    }
    .about2-page .about-3 span.h2 {
        max-width: none;
    }
    .about2-page .about-3 .list ul li:before {
        width: 100%;
        top: 0;
        left: 0;
        height: 1px;
    }
}
.inner-banner {
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.inner-banner::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    background-color: #007cd3;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-animation: round_translate2 12s linear infinite;
    -moz-animation: round_translate2 12s linear infinite;
    animation: round_translate2 12s linear infinite;
    z-index: 10;
}
.inner-banner .inner-content {
    width: 100%;
    height: 100%;
    background: url("../images/in-banner.png") no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 5.2%
}
.inner-banner .inner-content::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    background-color: #2e98e3;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate1 12s linear infinite;
    -moz-animation: round_translate1 12s linear infinite;
    animation: round_translate1 12s linear infinite;
}
.inner-banner .inner-content::after {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    background-color: #63b5ef;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate3 12s linear infinite;
    -moz-animation: round_translate3 12s linear infinite;
    animation: round_translate3 12s linear infinite;
}
.inner-banner .mbx {
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
}
.inner-banner .mbx h2 {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    font-style:italic;
    /*text-transform:uppercase;*/
    margin-bottom: 10px;
    /*font-family: Unbounded;*/
}
.inner-banner .mbx p {
    font-size: 16px;
    line-height: 32px;
}
@media (max-width: 1250px) {
    .inner-banner {
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .inner-banner {
        width: 100%;
    }
    .inner-banner .mbx h2 {
        font-size: 24px;
        padding: 0 15px;
        line-height: 38px;
    }
    .inner-banner .mbx p {
        padding: 0 15px;
    }
}
.inner-page .m-page {
    text-align: center;
    margin-top: 97px
}
.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    border: 1px solid #999;
    margin-right: 5px;
}
.inner-page .m-page a.next {
    margin-left: 20px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-color: var(--color);
    color: #fff;
    border: 1px solid var(--color);
}
@media screen and (max-width: 1000px) {
    .inner-page .m-page {
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .inner-page .m-page {
        margin-top: 20px;
    }
}
.product-page {
    padding: 100px 0 100px 0;
    min-height: 80vh;
}
.product-page .pro-box .product-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 35px;
    margin-left: auto;
}
.product-page .pro-box .product-right ul {
    margin: 0 -12px;
}
.product-page .pro-box .product-right ul li {
    padding: 0 12px;
    margin-bottom: 30px;
}
.product-page .pro-box .product-right ul li:hover .img-box {
    border: 1px solid var(--color);
}
.product-page .pro-box .product-right ul li .img-box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.product-page .pro-box .product-right .text {
    margin-bottom: 30px;
}
.product-page .pro-box .product-right .text h1 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.6;
}
.product-page .pro-box .product-right .text p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.product-page .pro-box .product-right ul li .img-box:hover .icon {
    opacity: 1;
}
.product-page .pro-box .product-right ul li .img-box .icon {
    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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a {
    margin: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.product-page .pro-box .product-right ul li .img-box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
}
.product-page .pro-box .product-right ul li .img-box .icon a img.hover{
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover .cur,
.product-page .pro-box .product-right ul li .img-box .icon a.active .cur {
    opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover .hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active .hover {
    opacity: 1;
}
.product-page .pro-box .product-right ul li .img-box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .2);
}
.product-page .pro-box .product-right ul li h4 {
    font-size: 20px;
    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    line-height: 36px;
    transition: all 0.5s;
    font-weight: 700;
}
.product-page .pro-box .product-right ul li h4:hover {
    color: var(--color);
}
@media screen and (max-width: 1400px) {
    .product-page .pro-box .product-right ul li h4 {
        font-size: 18px;
        line-height: 32px;
    }
}
@media screen and (max-width: 1250px) {
    .product-page .pro-box .product-right ul li {
        width: 50%;
    }
    .product-page {
        padding: 60px 0 60px 0;
    }
}
@media screen and (max-width: 1000px) {
    .product-page .pro-box .product-right {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width:700px) {
    .product-page .pro-box .product-right ul li {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .product-page .pro-box .product-right .text h3 {
        font-size: 20px;
    }
    .product-page {
        padding: 30px 0 30px 0;
    }
}
.pro-box .pro-left {
    width: 340px;
    position: sticky;
    top: 150px;
    float: left;
}
.pro-box .pro-left .menus {
    margin-bottom: 50px;
}
.pro-box .pro-left .menus>li {
    border-radius: 5px;
    border-top: none;
    margin-bottom: 10px;
}
.pro-box .pro-left .menus>li:last-child {
    margin-bottom: 0;
}
.pro-box .pro-left .menus>li.active .menu-a span,
.pro-box .pro-left .menus>li:hover .menu-a span {
    right: 0;
}
.pro-box .pro-left .menus>li.active .menu-a a,
.pro-box .pro-left .menus>li:hover .menu-a a,
.pro-box .pro-left .menus>li.active .menu-a i,
.pro-box .pro-left .menus>li:hover .menu-a i {
    color: white;
    font-weight:bold;
font-style:italic;
}
.pro-box .pro-left .menus>li.active .menu-a i {
    transform:translateY(-50%) rotate(-90deg);
}
.pro-box .pro-left .menus>li .menu-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;
    height: 60px;
    padding: 40px 71px 40px 27px;
    font-size: 18px;
    line-height: 25px;
    /*text-transform: uppercase;*/
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 5;
    color: #1d2122;
}
.pro-box .pro-left .menus>li .menu-a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: -webkit-calc(100% - 8px);
    right: -moz-calc(100% - 8px);
    right: calc(100% - 8px);
    top: 0;
    background-color: var(--color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}
.pro-box .pro-left .menus>li .menu-a i {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pro-box .pro-left .menus>li .sub-menu {
    padding: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    margin-top: -3px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}
.pro-box .pro-left .menus>li .sub-menu li {
    padding: 5px 30px;
}
.pro-box .pro-left .menus>li .sub-menu li a {
    font-size: 18px;
    color: #666;
    transition: all 0.5s;
}
.pro-box .pro-left .menus>li .sub-menu li a:hover {
    color: var(--color);
}
.pro-box .pro-left .menus>li .sub-menu li.active a {
    color: var(--color);
}
@media screen and (max-width: 1000px) {
    .pro-box .pro-left {
        display: none;
    }
}
.detail-product-page {
    padding-top: 5vw
}

.detail-product-page .detail-page-wrap1 .ui.container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.detail-product-page .detail-page-wrap1 .detail-left {
    width: 46%
}

.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul {
    margin-bottom: 29px
}

.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul li a {
    display: block;
    border: 2px solid rgba(218,218,218,.4)
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box {
    position: relative
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev,.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next {
    height: 53px;
    width: 53px;
    border-radius: 50%;
    border: 1px solid var(--color);
    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;
    color: var(--color);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev {
    left: -60px
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next {
    right: -60px
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev:hover,.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next:hover {
    background: var(--color);
    color: #fff
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul {
    margin: 0 -11px
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul .slide-box {
    display: block;
    margin: 0 11px;
    border: 2px solid rgba(218,218,218,.4)
}

.detail-product-page .detail-page-wrap1 .detail-right {
    margin-top: 22px;
    width: 47%
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc {
    max-height: 420px;
    overflow: auto;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc p {
    font-size: 18px
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc ul li {
    font-size: 16px;
    padding-left: 20px;
    position: relative
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc>ul>li:after {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color)
}

.detail-product-page .detail-page-wrap1 .detail-right .t-text {
    color: var(--color)
}

.detail-product-page .detail-page-wrap1 .detail-right .product-name {
    /*font-family: Montserrat;*/
    margin-top: 9px;
    margin-bottom: 2.604167vw;
    font-weight: 700;
    line-height: 1
}

.detail-product-page .detail-page-wrap1 .detail-right .product-intro {
    color: var(--index-color2);
    line-height: 1.333;
    max-width: 647px;
    margin-bottom: 2.291667vw
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-title {
    /*font-family: Montserrat;*/
    margin-bottom: 13px;
    font-weight: 700
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc p,.detail-product-page .detail-page-wrap1 .detail-right .product-desc span,.detail-product-page .detail-page-wrap1 .detail-right .product-desc li,.detail-product-page .detail-page-wrap1 .detail-right .product-desc * {
    white-space: wrap
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list {
    color: var(--index-color2);
    line-height: 1.666
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list li {
    position: relative;
    padding-left: 15px
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--color);
    border-radius: 50%
}

.detail-product-page .detail-page-wrap1 .detail-right .product-btns {
    border-top: 1px solid rgba(122,122,122,.22);
    border-bottom: 1px solid rgba(122,122,122,.22);
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: 40px;
    margin-bottom: 30px
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns .more {
    padding-top: .2em;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn {
    width: 149px;
    height: 49px;
    padding-left: 20px;
    padding-right: 6px
}

.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn:first-child {
    margin-right: 17px
}

.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn span {
    font-size: 12px;
    padding-right: 0
}

.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn .circle {
    width: 39px;
    height: 39px
}

.detail-product-page .detail-page-wrap1 .detail-right .social {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detail-product-page .detail-page-wrap1 .detail-right .social .title {
    color: var(--index-color2);
    margin-right: 16px
}

.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #010101;
    border: 1px solid #010101;
    margin-right: 7px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a i {
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a:hover {
    background-color: transparent
}

.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a:hover i {
    color: #010101
}

.detail-product-page .detail-page-wrap2 {
    margin-top: 5.104167vw
}

.detail-product-page .detail-page-wrap2 .tab-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(122,122,122,.37);
    margin-bottom: 5.104167vw
}

.detail-product-page .detail-page-wrap2 .tab-items li {
    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: #202020;
    font-weight: 700;
    padding: 18px 34px 17px 17px;
    border-radius: 14px 14px 0 0;
    margin: 0 30px;
    cursor: pointer
}

.detail-product-page .detail-page-wrap2 .tab-items li.active {
    background-color: var(--color);
    color: #fff
}

.detail-product-page .detail-page-wrap2 .tab-items li .icon {
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.detail-product-page .detail-page-wrap2 .tab-contents>li {
    display: none
}

.detail-product-page .detail-page-wrap2 .tab-contents>li:nth-child(2) .table1 ul li {
    position: relative;
    padding-left: 20px
}

.detail-product-page .detail-page-wrap2 .tab-contents>li:nth-child(2) .table1 ul li:after {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color)
}

.detail-product-page .detail-page-wrap2 .tab-contents>li:first-child {
    display: block
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table {
    border-collapse: unset
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr {
    font-size: 18px;
    /*font-family: Montserrat;*/
    color: #505050;
    font-weight: 600
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child {
    font-size: 18px;
    font-weight: 700;
    /*font-family: Montserrat;*/
    color: #505050
}

.detail-product-page .detail-page-wrap2 .tab-contents>li .table1 table tr:nth-child(n+2) td:first-child {
    width: 40%!important
}

.detail-product-page .detail-page-wrap2 .tab-contents>li .table1 table tr:nth-child(n+2) td:last-child {
    width: 60%!important
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child {
    background-color: #00a58d
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child {
    color: #fff
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr td {
    padding-top: 35px;
    padding-bottom: 25px;
    text-align: center
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr td:first-child {
    border-right: 2px solid transparent
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child td:first-child {
    border-right: 2px solid var(--index-header-color)
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr td:last-child {
    border-left: 1px solid transparent
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table td {
    border: none
}

.detail-product-page .detail-page-wrap3 {
    margin-top: 8.958333vw!important;
    margin-bottom: 8vw!important
}

.detail-product-page .detail-page-wrap4 {
    margin-top: 324px;
    padding-bottom: 858px;
    position: relative
}

.detail-product-page .detail-page-wrap4 .ui.container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.detail-product-page .detail-page-wrap4 .left {
    color: var(--index-color2)
}

.detail-product-page .detail-page-wrap4 .left .public-title {
    margin-bottom: 14px
}

.detail-product-page .detail-page-wrap4 .right {
    color: var(--index-color2);
    max-width: 900px;
    margin-left: 25px
}

.detail-product-page .detail-page-wrap4 .right p {
    margin-bottom: 22px
}

.detail-product-page .detail-page-wrap4 a.play {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 361px;
    display: block;
    z-index: 2;
    width: 89px;
    height: 89px
}

.detail-product-page .detail-page-wrap4 a.play .circle {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    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: 50%;
    position: relative;
    z-index: 3
}

.detail-product-page .detail-page-wrap4 a.play .circle i {
    color: var(--index-color2);
    font-size: 26px
}

.detail-product-page .detail-page-wrap4 a.play:before,.detail-product-page .detail-page-wrap4 a.play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff
}

.detail-product-page .detail-page-wrap4 a.play:before {
    opacity: .43;
    z-index: 2;
    -webkit-animation: change-big2 1s infinite;
    -moz-animation: change-big2 1s infinite;
    animation: change-big2 1s infinite
}

.detail-product-page .detail-page-wrap4 a.play:after {
    opacity: .23;
    z-index: 1;
    -webkit-animation: change-big21 1s infinite;
    -moz-animation: change-big21 1s infinite;
    animation: change-big21 1s infinite
}

.detail-product-page .detail-page-wrap5 .top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.detail-product-page .detail-page-wrap5 .top .public-title {
    margin-bottom: 12px
}

.detail-product-page .detail-page-wrap5 .top .public-btn {
    margin-top: 15px
}

.detail-product-page .detail-page-wrap5 .honor-list {
    margin: 0 -10vw 0 -22px
}

.detail-product-page .detail-page-wrap5 .honor-list .slide-box {
    display: block;
    margin: 0 22px
}

.detail-product-page1 {
    padding-top: 9.895833333333333vw
}

.detail-product-page1 .detail-page1-wrap1 .intro {
    max-width: 1020px;
    text-align: center;
    margin: 38px auto 0;
    color: #989898;
    line-height: 1.9
}

.detail-product-page1 .detail-page1-wrap1 .content {
    margin-top: 6.197916666666667vw;
    padding-bottom: 4.895833333333333vw
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4.947916666666667vw
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text {
    background-color: rgba(250,250,250,.85);
    -webkit-box-shadow: -2px 3px 48px 1px rgba(39,39,39,.16);
    box-shadow: -2px 3px 48px 1px rgba(39,39,39,.16);
    border-radius: 20px;
    padding-top: 4.166666666666667vw;
    padding-bottom: 4.635416666666667vw;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    width: 52%
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover {
    background-color: rgba(0,165,141,.85)
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover .title {
    color: #fff
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover .title span {
    color: #fff
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover .list-intro {
    color: #fff
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text .title {
    max-width: 595px;
    font-weight: 700;
    /*font-family: Montserrat;*/
    line-height: 1;
    margin-bottom: 38px;
    display: block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text .title span {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: var(--color)
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text .list-intro {
    max-width: 595px;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--index-color2);
    line-height: 1.222;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    min-height: 88px
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    background: #fff
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img .img-wrap {
    display: block;
    position: relative
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img .img-wrap .img1 {
    opacity: 0
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img .img-wrap .img2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play {
    position: absolute;
    display: block;
    z-index: 2;
    width: 48px;
    height: 48px
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play .circle {
    width: 100%;
    height: 100%;
    background-color: rgba(0,165,141,.67);
    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: 50%;
    position: relative;
    z-index: 3
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play:before,.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #00a58d
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play:before {
    opacity: .43;
    z-index: 2;
    -webkit-animation: change-big2 1s infinite;
    -moz-animation: change-big2 1s infinite;
    animation: change-big2 1s infinite
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-lis>li .img a.play:after {
    opacity: .23;
    z-index: 1;
    -webkit-animation: change-big21 1s infinite;
    -moz-animation: change-big21 1s infinite;
    animation: change-big21 1s infinite
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(odd) .text {
    right: 0;
    padding-right: 3.90625vw;
    padding-left: 2.916666666666667vw
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text ul li {
    padding-left: 20px;
    position: relative
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text ul li:after {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color);
    transition: .3s
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover ul li:after {
    background-color: #fff
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(odd) .img a.play {
    left: 50px;
    bottom: 63px
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(even) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(even) .text {
    left: 0;
    padding-right: 5.625vw;
    padding-left: 3.64583333333333vw
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(even) .img a.play {
    right: 53px;
    bottom: 42px
}
.contact-page .contact-information {
    padding-top: 4vw;
    padding-bottom: 5vw;
    background: url("/template/en/images/contact-information-bg.png") no-repeat center 100%
}

.contact-page .contact-information .ui.container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-page .contact-information .left {
    margin-top: 25px
}

.contact-page .contact-information .left .intro {
    color: var(--index-color2);
    margin-top: 2.08333vw;
    margin-bottom: 2.1875vw;
    max-width: 676px;
    line-height: 1.6
}

.contact-page .contact-information .left .social-account {
    margin-bottom: 4.94791666vw
}

.contact-page .contact-information .left .social-account li:first-child a i {
    font-size: 28px
}

.contact-page .contact-information .left .social-account li:first-child a {
    margin-left: 0;
}
.contact-page .contact-information .left .social-account a {
    width: 51px;
    height: 51px;
    border: 1px solid #434343;
    border-radius: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: #434343;
    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-left: 12px
}

.contact-page .contact-information .left .social-account a i {
    font-size: 24px
}

.contact-page .contact-information .left .social-account a:hover {
    border-color: #010101;
    background: #010101;
    color: #fff
}

.contact-page .contact-information .left .qr li {
    text-align: center
}

.contact-page .contact-information .left .qr li:first-child {
    margin-right: 30px
}

.contact-page .contact-information .left .qr .title {
    font-weight: 700;
    /*font-family: Montserrat*/
}

.contact-page .contact-information .right .information-list li {
    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
}

.contact-page .contact-information .right .information-list li:nth-child(2) {
    border-top: 1px solid rgba(131,131,131,.27);
    border-bottom: 1px solid rgba(131,131,131,.27)
}

.contact-page .contact-information .right .information-list li .icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.contact-page .contact-information .right .information-list li .list-right {
    margin-left: 26px;
    padding-top: 2.34375vw;
    padding-bottom: 2.6041666vw;
    padding-right: 2.8125vw
}

.contact-page .contact-information .right .information-list li .list-right .title {
    font-weight: 700;
    margin-bottom: 14px
}

.contact-page .contact-information .right .information-list li .list-right .list-intro {
    color: rgba(0,0,0,.53);
    line-height: 1.55;
    max-width: 416px
}

.contact-page .contact-form {
    margin-top: 0.1vw
}

.contact-page .contact-form .public-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-page .contact-form form {
    margin-top: 4.32291666vw
}

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

.contact-page .contact-form form .form-ul>li {
    margin-bottom: 2.08333vw;
    position: relative
}

.contact-page .contact-form form .form-ul>li:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: -2px;
    width: 82px;
    height: 83px;
    border-radius: 50%;
    z-index: 2
}

.contact-page .contact-form form .form-ul>li input {
    width: 100%;
    border-radius: 30px;
    border: solid 1px #bfbfbf;
    height: 76px;
    background: 0 0;
    padding-left: 120px;
    font-size: 21px;
    color: #000
}

.contact-page .contact-form form .form-ul>li input::-webkit-input-placeholder {
    font-size: 21px;
    color: #000
}

.contact-page .contact-form form .form-ul>li input:-moz-placeholder {
    font-size: 21px;
    color: #000
}

.contact-page .contact-form form .form-ul>li input::-moz-placeholder {
    font-size: 21px;
    color: #000
}

.contact-page .contact-form form .form-ul>li input:-ms-input-placeholder {
    font-size: 21px;
    color: #000
}

.contact-page .contact-form form .form-ul>li input::placeholder {
    font-size: 21px;
    color: #000
}

.contact-page .contact-form form .form-ul>li:nth-child(1),.contact-page .contact-form form .form-ul>li:nth-child(2),.contact-page .contact-form form .form-ul>li:nth-child(3),.contact-page .contact-form form .form-ul>li:nth-child(4) {
    width: 48.8%
}

.contact-page .contact-form form .form-ul>li:nth-child(1):before {
    background:#999 url("/template/en/images/contact-form-icon1.png") no-repeat center center
}

.contact-page .contact-form form .form-ul>li:nth-child(2):before {
    background: #999 url("/template/en/images/contact-form-icon2.png") no-repeat center center
}

.contact-page .contact-form form .form-ul>li:nth-child(3):before {
    background: #999 url("/template/en/images/contact-form-icon3.png") no-repeat center center
}

.contact-page .contact-form form .form-ul>li:nth-child(4):before {
    background: #999 url("/template/en/images/contact-form-icon4.png") no-repeat center center
}

.contact-page .contact-form form .form-ul>li:nth-child(4) {
    position: relative;
    z-index: 2
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject {
    visibility: visible
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list {
    position: absolute;
    left: 0;
    top: 78px;
    width: 100%;
    border: solid 1px #bfbfbf;
    background: #fff;
    transform-origin: center top;
    transform: scaleY(0);
    transition: .3s
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list.active {
    transform: scaleY(1)
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list li {
    padding: 4px 8px;
    transition: .3s;
    cursor: pointer
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list li:hover {
    color: #fff;
    background-color: var(--color)
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select {
    width: 100%;
    border-radius: 30px;
    border: solid 1px #bfbfbf;
    height: 76px;
    background: 0 0;
    padding-left: 120px;
    font-size: 21px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select option {
    border: none
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select option:hover {
    background: var(--color)
}

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

.contact-page .contact-form form .form-ul>li:nth-child(5):before {
    background: #999 url("/template/en/images/contact-form-icon5.png") no-repeat center center;
    border-radius: 41px 41px 41px 0
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea {
    width: 100%;
    height: 275px;
    font-size: 21px;
    color: #000;
    padding-left: 120px;
    border-radius: 30px;
    border: solid 1px #bfbfbf;
    padding-top: 30px
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-webkit-input-placeholder {
    font-size: 21px;
    color: #000
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-moz-placeholder {
    font-size: 21px;
    color: #000
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-moz-placeholder {
    font-size: 21px;
    color: #000
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-ms-input-placeholder {
    font-size: 21px;
    color: #000
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::placeholder {
    font-size: 21px;
    color: #000
}

.contact-page .contact-form form .form-ul>li:last-child {
    width: 100%;
    margin-bottom: 0
}

.contact-page .contact-form form .form-ul>li:last-child:before {
    display: none
}

.contact-page .contact-form form .form-ul>li:last-child a.submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 231px;
    height: 64px;
    margin: 0 auto;
    background-color: var(--color);
    border-radius: 28px;
    border: 2px solid var(--color);
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.contact-page .contact-form form .form-ul>li:last-child a.submit:hover {
    background-color: transparent;
    color: var(--color)
}

.contact-page .contact-map {
    margin-top: 6.82291666vw
}
.faq-page .box {
  padding: 6% 0 6%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq-page .box span.bj {

  font-size: 19px;
  line-height: 1.7;
  font-weight: 400;
}
.faq-page .box .title {
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li .ig {
  background-color: #f8f8f9;
  border-radius: 50px;
  padding: 24px 41px 28px 50px;
  position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  font-family: 'Etelka';
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: #000;
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  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%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 16px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: var(--color);
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 400px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .font-60 {
    font-size: 50px;
  }
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .font-60 {
    font-size: 40px;
  }
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 15px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  .font-60 {
    font-size: 30px;
    line-height: 1.3;
  }
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 14px;
    line-height: 2;
    margin: 10px 0;
  }
}
.advantages-page{
  position: relative;
  z-index: 1;
  padding: 7% 0 7%;
  overflow: hidden;
}
.advantages-page::after{
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -30px;
  right: 0;
  font-size: 14.7vw;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(240,241,243,.5)),to(rgba(240,241,243,0)));
  background-image: -webkit-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
  background-image: -moz-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
  background-image: linear-gradient(to bottom,rgba(240,241,243,.5),rgba(240,241,243,0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.advantages-page .header span{
  color: var(--color);
  font-weight: bold;
}
.advantages-page .header .title{
  margin-top: 10px;
}
.advantages-page .content{
  padding-top: 6.61%;
}
.advantages-page .content ul li{
  padding-bottom: 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantages-page .content ul li .img{
  width: 41%;
  padding: 0 24px 19px 0;
  position: relative;
  z-index: 1;
}
.advantages-page .content ul li .img::after{
  content: '';
  position: absolute;
  z-index: -1;
      border-radius: 30px;
  right: 0;
  bottom: 0;
  width: 192px;
	height: 183px;
	background-color: var(--color);
}
.advantages-page .content ul li .text{
  width: 59%;
  padding-left: 70px;
}
.advantages-page .content ul li .text .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantages-page .content ul li .text .top span{
   font-size: 95px;
  line-height: 1;
  color: var(--color);
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.advantages-page .content ul li .text .top span::after {
  content: '';
  width: 79px;
  height: 95px;
  background: url(../images/ad-bg.png) no-repeat;
  position: absolute;
  bottom: 10px;
  left: 0px;
}
.advantages-page .content ul li .text .top em {
  font-size: 34px;
  line-height: 1.8;
      font-weight: 600;
  font-family: 'Etelka';
  padding-left: 5px;
  position: relative;
  z-index: 1;
}
.advantages-page .content ul li .text .con{
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0,0,0,0.8);
}
.advantages-page .content ul li:last-child{
  padding-bottom: 0;
}
.advantages-page .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.advantages-page .content ul li:nth-child(odd) .img img{
  /*border-radius: 189px 0px 0px 189px;*/
}
.advantages-page .content ul li:nth-child(even) .img{
  padding: 0 0 19px 24px;
}
.advantages-page .content ul li:nth-child(even) .img img{
  /*border-radius: 0px 189px 189px 0px;*/
}
.advantages-page .content ul li:nth-child(even) .img::after{
  left: 0;
  right: initial;
}
.advantages-page .content ul li:nth-child(even) .text{
  padding: 0 70px 0 0;
}
strong,
b{
  font-weight: bold;
}
@media screen and (max-width: 1680px) {
  .advantages-page:after{
    font-size: 220px;
    top: -22px;
  }
}
@media screen and (max-width: 1000px) {
  .advantages-page:after{
    display: none;
  }
  .advantages-page .content ul li .img{
    width: 100%;
  }
  .advantages-page .content ul li .text{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .advantages-page .content ul li:nth-child(even) .text{
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .advantages-page .content ul li .text .top em{
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 500px) {
  .advantages-page .content ul li .text .top em{
    font-size: 24px;
    line-height: 1.3;
  }
  .advantages-page .content ul li .text .con{
    font-size: 16px;
    line-height: 1.8;
  }
}
.news-page {
    padding: 140px 0
}

.news-page .news-box .news-left {
    width: 65%
}

.news-page .news-box .news-left ul li {
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 5px rgba(0,0,0,.1);
    box-shadow: 0 0 25px 5px rgba(0,0,0,.1);
    border-radius: 10px;
    margin-bottom: 50px
}

.news-page .news-box .news-left ul li:last-child {
    margin-bottom: 0
}

.news-page .news-box .news-left ul li .box-t {
    height: 85px;
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.news-page .news-box .news-left ul li .box-t span {
    margin-bottom: -12px
}

.news-page .news-box .news-left ul li .box-b {
    padding: 35px 45px 55px 40px
}

.news-page .news-box .news-right {
    width: 35%;
    padding-left: 65px
}

.news-page .news-box .news-right .line {
    width: 60px;
    height: 2px;
    background-color: var(--color)
}

.news-page .news-box .news-right .news-category {
    padding: 50px 30px 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 5px rgba(0,0,0,.1);
    box-shadow: 0 0 25px 5px rgba(0,0,0,.1);
    border-radius: 10px
}

.news-page .news-box .news-right .news-category ul li {
    font-size: 16px;
    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;
    height: 50px;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    margin-bottom: 5px
}

.news-page .news-box .news-right .news-category ul li:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.news-page .news-box .news-right .news-category ul li a {
    font-family: var(--font)
}
.news-page .news-box .news-right .news-category ul li ul {
    display: none;
}

.news-page .news-box .news-right .news-media {
    padding: 50px 30px 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 5px rgba(0,0,0,.1);
    box-shadow: 0 0 25px 5px rgba(0,0,0,.1);
    border-radius: 10px
}

.news-page .news-box .news-right .news-media ul li {
    margin-right: 25px
}

.news-page .news-box .news-right .news-media ul li:last-child {
    margin-right: 0
}

.news-page .news-box .news-right .news-media ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--color)
}

.news-page .news-box .news-right .news-media ul li a i {
    font-size: 20px;
    color: #fff
}

.news-page .news-box .news-right .box {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.news-page .news-box .news-right .box .box-b {
    position: absolute;
    left: 50%;
    bottom: 48px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 100px)
}

.news-page .news-box .news-right .box .box-b h4 {
    color: #fff;
    font-weight: 600;
    /*font-family: 'Hemihead';*/
    /*text-transform: uppercase;*/
    text-align: center
}

.news-page .news-box .news-right .box .box-b .text {
    background-color: #fff;
    padding: 15px 0;
    color: #939393;
    border-radius: 20px
}

.news-page .news-box .news-right .box img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.newdet-page .news-box .news-left .line {
    width: 60px;
    height: 2px;
    background-color: var(--color)
}

.newdet-page .news-box .news-left .content {
    border-top: 1px solid rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.newdet-page .news-box .news-left .n-link {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.newdet-page .news-box .news-left .n-link a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-family: var(--font)
}

.newdet-page .news-box .news-left .n-link a span {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    border-bottom: 2px solid transparent
}

.newdet-page .news-box .news-left .n-link a:hover span {
    color: var(--color);
    border-bottom: 2px solid var(--color)
}

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

.newdet-page .news-box .news-left .form form input[type=text] {
    width: 100%;
    height: 65px;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.2);
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 40px;
    width: 48%;
    border-radius: 8px
}

.newdet-page .news-box .news-left .form form input[name=content] {
    width: 100%
}

.newdet-page .news-box .news-left .form form input::-webkit-input-placeholder {
    color: #999
}
@media (max-width: 1200px) {
    .news-page .news-box .news-right .box .box-b .text {
        padding: 15px
    }
}

@media (max-width: 1000px) {
    .news-page .news-box .news-right {
        display: none
    }
    .news-page .news-box .news-left {
        width: 100%
    }
    .news-page .news-box .news-left ul li .box-b {
        padding: 35px 40px
    }
    .news-page .news-box .news-left ul li .box-b p {
        margin-bottom: 30px
    }
    .news-page {
        padding: 80px 0
    }
}

@media (max-width: 500px) {
    .news-page .news-box .news-left ul li .box-b {
        padding: 35px
    }
    .newdet-page .news-box .news-left .form form input[type=text] {
        width: 100%
    }
}
.public-title {
    color: #222;
    font-weight: 700;
    /*font-family: Montserrat;*/
    line-height: 1.3;
    font-size: 55px
}

.public-title .span2 {
    color: var(--color)
}
.inner-product-recommendation {
    padding-top: 4vw;
    background: -webkit-gradient(linear,left top,left bottom,from(#e8fbf9),to(#fff));
    background: -webkit-linear-gradient(top,#e8fbf9,#fff);
    background: -moz-linear-gradient(top,#e8fbf9,#fff);
    background: linear-gradient(to bottom,#d2f3fc,#fff)
}

.inner-product-recommendation .public-title {
    margin-bottom: 13px
}

.inner-product-recommendation .intro {
    color: var(--index-color2)
}

.inner-product-recommendation .product-recommendation {
    margin: 3vw -10px 0
}

.inner-product-recommendation .recommendation-box {
    position: relative
}

.inner-product-recommendation .recommendation-box .product-recommendation-prev,.inner-product-recommendation .recommendation-box .product-recommendation-next {
    height: 53px;
    width: 53px;
    border-radius: 50%;
    border: 1px solid var(--color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex!important;
    -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;
    color: var(--color);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3
}

.inner-product-recommendation .recommendation-box .product-recommendation-prev {
    left: -4.1666vw
}

.inner-product-recommendation .recommendation-box .product-recommendation-next {
    right: -4.1666vw
}

.inner-product-recommendation .recommendation-box .product-recommendation-prev i,.inner-product-recommendation .recommendation-box .product-recommendation-next i {
    font-size: 24px
}

.inner-product-recommendation .recommendation-box .product-recommendation-prev:hover,.inner-product-recommendation .recommendation-box .product-recommendation-next:hover {
    background: var(--color);
    color: #fff
}

.inner-product-recommendation .product-recommendation .slide-box {
    border: 2px solid rgba(218,218,218,.4);
    padding-top: 3.385417vw;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 10px 30px;
    color: #7e7e7e;
    transition: .3s
}

.inner-product-recommendation .product-recommendation .slide-box:hover {
    background: #fff
}

.inner-product-recommendation .product-recommendation .slide-box:hover a.title {
    color: var(--color)
}

.inner-product-recommendation .product-recommendation .slide-box a.img {
    display: block;
    text-align: center
}

.inner-product-recommendation .product-recommendation .slide-box a.img img {
    margin: 0 auto
}

.inner-product-recommendation .product-recommendation .slide-box a.title {
    text-align: center;
    margin: 2.8125vw 15px 12px;
    font-weight: 700;
    color: #000;
    height: 54px
}

.inner-product-recommendation .product-recommendation .slide-box .product-intro {
    color: #7e7e7e;
    max-width: 281px;
    margin: 0 auto 29px;
    text-align: center;
    line-height: 1.3;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn {
    position: relative;
    -webkit-transition: width .3s,background-color .3s;
    -moz-transition: width .3s,background-color .3s;
    transition: width .3s,background-color .3s;
    width: 60px;
    height: 60px;
    background-color: #d4d4d4;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 26px;
    padding-right: 7px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    margin: 0 auto -30px
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn .plus {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    /*font-family: Montserrat;*/
    font-weight: 700;
    color: #fff;
    z-index: 2;
    font-size: 20px
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover {
    background-color: var(--color);
    width: 176px
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .plus {
    display: none
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover span {
    display: block;
    position: absolute;
    left: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .circle {
    background: #fff
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .circle i {
    color: var(--color)
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn span {
    color: #fff;
    display: none
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn .circle {
    width: 46px;
    height: 46px;
    background-color: #d4d4d4;
    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: 50%;
    position: relative
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn .circle i {
    color: #d4d4d4;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.about-page .about-2 {
    margin-top: 137px;
}
.about-page .about-2 .box {
    padding: 12px 0 122px 0;
    position: relative;
    z-index: 1;
}
.about-page .about-2 .box .img {
    width: 50%;
    vertical-align: middle;
    border-radius: 10px;
}
.about-page .about-2 .box .img img {
    border-radius: 10px;
}
.about-page .about-2 .box .text {
    width: 50%;
    padding-left: 64px;
    vertical-align: middle;
    color: #111;
}
.about-page .about-2 .box .text .header {
    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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 24px;
}
.about-page .about-2 .box .text .header .left {
    width: 100%;
}
.about-page .about-2 .box .text .header .title {
    margin-top: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 41px;
    color: #1d2122;
    font-weight:bold;
font-style:italic;
}
.about-page .about-2 .box .text .header .more {
    color: #000;
    margin-bottom: 10px;
    background: #fff;
}
.about-page .about-2 .box .text .header .more span {
    text-decoration: none;
}
.about-page .about-2 .box .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
}
.about-page .about-2 .box .text .list {
    margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
    margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
    position: relative;
    padding-left: 47px;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 30px;
    height: 2px;
    background: white;
}
.about-page .about-2 .box::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 84.5%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
}
@media screen and (max-width: 1440px) {
    .about-page .about-2 {
        margin-top: 100px;
    }
    .about-page .about-4 .box {
        margin: 0 auto;
    }
}
@media screen and (max-width: 1280px) {
    .about-page .about-2 {
        margin-top: 80px;
    }
    .about-page .about-2 .box .text {
        padding: 0 15px 0 30px;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-2 {
        margin-top: 47px;
    }
    .about-page .about-2 .box {
        padding: 0 0 60px;
    }
    .about-page .about-2 .box .img {
        width: 100%;
    }
    .about-page .about-2 .box .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
    .about-page .about-2 .box::after {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-2 .box .text .con {
        margin-top: 20px;
    }
    .about-page .about-2 {
        margin-top: 30px;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-2 .box {
        padding-bottom: 30px;
    }
    .about-page .about-2 .box .text .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-2 .box .text .header .left {
        width: 100%;
    }
    .about-page .about-2 .box .text .header .left .title {
        margin-top: 10px;
    }
    .about-page .about-2 .box .text .header .right {
        padding: 20px 0 0;
    }
    .about-page .about-2 .box .text .con {
        font-size: 16px;
        margin-top: 10px;
        line-height: 30px;
    }
    .about-page .about-2 .box .text .list ul li {
        font-size: 16px;
        line-height: 1.8;
    }
}
.design-page .design-1 .container {
    max-width: 100%;
    padding: 0 40px;
    text-align: center;
}
.design-page .design-1 .container img {
    border-radius: 10px;
}
.design-page .design-2 {
    padding: 20px 0 110px;
}
.design-page .design-2 .i-title {
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.design-page .design-2 .left .img {
    /*text-align: right;*/
    border-radius: 10px;
}
.design-page .design-2 .left .txt {
    font-size: 20px;
    line-height: 36px;
    color: #7b7b7b;
    margin-bottom: 20px;
}
.design-page .design-2 .left .img img {
    border-radius: 10px;
}
.design-page .design-2 .right {
    padding-left: 90px;
}
.design-page .design-2 .right img {
    border-radius: 10px;
}
.design-page .design-2 .right .txt {
    font-size: 20px;
    line-height: 32px;
    color: #7b7b7b;
    margin-top: 10px;
}
.design-page .design-3 {
    padding-bottom: 120px;
}
.design-page .design-3 .i-title {
    margin-bottom: 48px;
}
.design-page .design-3 ul {
    margin: -40px;
}
.design-page .design-3 ul li {
    padding: 40px;
}
.design-page .design-3 ul .slick-list {
    padding: 0 28%;
}
.design-page .design-3 ul li .box {
    position: relative;
    width: 500px;
}
.design-page .design-3 ul li .box img {
    width: 100%;
    border-radius: 10px;
}
.design-page .design-3 ul li .content {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    background: white;
    position: absolute;
    left: 0;
    bottom: 18%;
    padding: 20px;
    opacity: 0;
    border-radius: 0 10px 10px 0;
}
.design-page .design-3 ul li .content h4 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
}
.design-page .design-3 ul li .content p {
    font-size: 18px;
    font-weight: bold;
}
.design-page .design-3 ul li:hover .content {
    opacity: 1;
}
.design-page .design-3 ul .slick-dots {
    margin: 0;
    text-align: center;
}
.design-page .design-3 ul .slick-dots li {
    padding: 0;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #e5e5e5;
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.design-page .design-3 ul .slick-dots li button {
    display: none;
}
.design-page .design-3 ul .slick-dots li.slick-active {
    background-image: linear-gradient(90deg,var(--color) 0%, #cdeb9a 100%), linear-gradient(#3e3e3c, #3e3e3c);
}
.design-page .design-4 {
    color: white;
    padding: 107px 0 70px;
}
.design-page .design-4 .left {
    position: sticky;
    top: 170px;
    width: 35%;
}
.design-page .design-4 .left p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}
.design-page .design-4 .left .i-title {
    line-height: 1.2;
}
.design-page .design-4 .right {
    padding-left: 90px;
    width: 65%;
}
.design-page .design-4 .right ul li {
    padding-left: 140px;
    position: relative;
    padding-bottom: 50px;
}
.design-page .design-4 .right ul li .icon {
    width: 77px;
    height: 77px;
    border-radius: 100%;
    background-image: linear-gradient(90deg,var(--color) 0%, #cdeb9a 100%), linear-gradient(#3e3e3c, #3e3e3c);
    text-align: center;
    line-height: 77px;
    position: absolute;
    left: 0;
    top: 0;
}
.design-page .design-4 .right ul li .icon img {
    vertical-align: middle;
}
.design-page .design-4 .right ul li::after {
    content: "";
    position: absolute;
    left:38px;
    top: 87px;
    width: 1px;
    height: calc(100% - 97px);
    background: rgba(255, 255, 255, 0.3);
}
.design-page .design-4 .right ul li:last-child::after{
    display: none;
}
.design-page .design-4 .right ul li:last-child .icon::after {
    content: none;
}
.design-page .design-4 .right ul li h4 {
    font-size: 30px;
    font-weight: bold;
}
.design-page .design-4 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
    color: rgba(255, 255, 255, .7);
}
.design-page .design-5 {
    padding: 130px 0 110px;
    position: relative;
}
.design-page .design-5 .i-title {
    line-height: 1.2;
}
.design-page .design-5 .wrap {
    margin-top: 70px;
}
.design-page .design-5 .left {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.design-page .design-5 .left .box {
    max-width: 50%;
}
.design-page .design-5 .left .txt {
    font-size: 20px;
    line-height: 1.4;
    color: #7b7b7b;
    margin-bottom: 45px;
}
.design-page .design-5 .left img {
    width: 100%;
}
.design-page .design-5 .right {
    max-width: 50%;
    width: fit-content;
    margin-left: auto;
}
.design-page .design-5 .right img {
    border-radius: 10px;
}
@media screen and (max-width: 1600px) {
    .design-page .design-5 .ui.container {
        padding-left: 7%;
    }
    .design-page .design-5 .wrap {
        padding-left: 10%;
    }
    .design-page .design-5 .right {
        max-width: 40%;
    }
}
@media screen and (max-width: 1400px) {
    .design-page .design-4 .right {
        padding-left: 30px;
    }
    .design-page .design-5 .wrap {
        padding-left: 0;
    }
    .design-page .design-5 .left .txt {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1200px) {
    .design-page .design-5 .left .i-title {
        font-size: 30px;
    }
    .design-page .design-2 .right {
        padding-left: 50px;
    }
    .design-page .design-3 ul li {
        padding: 20px;
    }
    .design-page .design-3 ul {
        margin: -20px;
    }
    .design-page .design-3 ul li .content h4 {
        font-size: 21px;
    }
    .design-page .design-4 .right ul li {
        padding-left: 105px;
        padding-bottom: 40px;
    }
    .design-page .design-4 .right ul li .icon:after {
        height: 225%;
    }
    .design-page .design-2 .right .txt {
        margin-top: 50px;
    }
}
@media screen and (max-width: 1000px) {
    .design-page .design-1 .ui.container {
        padding: 0 20px;
    }
    .design-page .design-2 {
        padding: 60px 0 65px;
    }
    .font-20{
        font-size: 18px!important;
        line-height: 32px;
    }
    .design-page .design-3 ul .slick-list {
        padding: 0 18%;
    }
    .design-page .design-4 .left {
        position: relative;
        width: 100%;
        top: 0;
    }
    .design-page .design-4 .right {
        width: 100%;
        margin-top: 20px;
    }
    .design-page .design-5 {
        padding: 55px 0 50px;
    }
    .design-page .design-5 .left {
        width: 100%;
        position: unset;
        transform: none;
        margin-bottom: 60px;
    }
    .design-page .design-5 .left .box {
        width: 100%;
        max-width: 100%;
    }
    .design-page .design-5 .right {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .design-page .design-2 .right .txt {
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner h2 {
        font-size: 26px;
    }
    .design-page .design-2 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }
    .design-page .design-2 .left {
        width: 100%;
    }
    .design-page .design-2 .i-title {
        margin-bottom: 30px;
    }
    .design-page .design-3 ul .slick-list {
        padding: 0;
    }
    .design-page .design-3 {
        padding: 0 15px 50px;
    }
    .design-page .design-4 .right {
        padding-left: 0;
    }
    .design-page .design-4 .left {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .design-page .design-2{
        padding: 30px 0 35px;
    }
    .design-page .design-4 .right ul li {
        padding-left: 0;
    }
    .design-page .design-4 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }
    .design-page .design-4 .right ul li .icon::after {
        content: none;
    }
    .design-page .design-4 .right ul li::after{
        display: none;
    }
    .design-page .design-2 .right .txt {
        margin-top: 30px;
    }
}
.inner-page .about-50 {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 120px
}

.inner-page .about-50 .tit {
    font-weight: 700;
    margin-bottom: 50px;
    color: #000
}

.inner-page .about-50 .factorybox {
    position: relative;
    padding-bottom: 100px
}

.inner-page .about-50 .factorybox .navbox {
    position: absolute;
    bottom: 0;
    left: 8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px;
    font-size: 24px
}

.inner-page .about-50 .factorybox .navbox em {
    font-weight: 700;
    margin: 0 5px
}

.inner-page .about-50 .factorybox .navbox em.now {
    font-size: 32px;
    color: #000
}

.inner-page .about-50 .factorybox ul.factorylist li {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.inner-page .about-50 .factorybox ul.factorylist .slick-current li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.inner-page .about-50 .factorybox .slick-dots {
    position: absolute;
    width: 415px;
    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;
    right: 8%;
    bottom: -100px
}

.inner-page .about-50 .factorybox .slick-dots li {
    width: 100%;
    height: 1px;
    background: #aaa;
    padding: 0;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important
}

.inner-page .about-50 .factorybox .slick-dots li button {
    display: none
}

.inner-page .about-50 .factorybox .slick-dots li.slick-active {
    min-width: 150px;
    background: #000
}
@keyframes round_translate1 {
    0% {
        right: 75%;
    }
    74.99% {
        opacity: 1;
    }
    75% {
        right: -25%;
        top: 100%;
        opacity: 0;
    }
    75.05% {
        right: 100%;
        opacity: 0;
    }
    75.1% {
        opacity: 1;
    }
    100% {
        right: 75%;
    }
}
@keyframes round_translate2 {
    0% {
        right: 40%;
    }
    64.99% {
        opacity: 1;
    }
    65% {
        right: -30%;
        opacity: 0;
    }
    65.05% {
        right: 100%;
        opacity: 0;
    }
    65.1% {
        opacity: 1;
    }
    100% {
        right: 40%;
    }
}
@keyframes round_translate3 {
    0% {
        right: 0;
    }
    9.99% {
        opacity: 1;
    }
    10% {
        right: -25%;
        opacity: 0;
    }
    10.05% {
        right: 100%;
        opacity: 0;
    }
    10.1% {
        opacity: 1;
    }
    100% {
        right: 0;
    }
}
.seoPublic .Auxil-form .form ul li button {
    border: none;
}