@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.eot');
  src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Light.woff2') format('woff2'), url('../fonts/Raleway-Light.woff') format('woff'), url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway.eot');
  src: url('../fonts/Raleway.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway.woff2') format('woff2'), url('../fonts/Raleway.woff') format('woff'), url('../fonts/Raleway.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.eot');
  src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Medium.woff2') format('woff2'), url('../fonts/Raleway-Medium.woff') format('woff'), url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.eot');
  src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-SemiBold.woff2') format('woff2'), url('../fonts/Raleway-SemiBold.woff') format('woff'), url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.eot');
  src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Bold.woff2') format('woff2'), url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Raleway";
  max-width: 1920px;
  --color: #9c546c;
  font-weight: 300;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1650px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.rc {
  color: var(--color);
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 28px;
  left: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header.inner {
  position: sticky;
  top: 0;
}
#header.active {
  top: 0;
}
#header.inner .nav,
#header.active .nav {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#header.inner .nav .ui.menu .logo,
#header.active .nav .ui.menu .logo {
  width: 5%;
}

#header.inner .nav .ui.menu .menu-box ul.menu > li,
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: #000000;
}
#header.inner .nav .ui.menu .h-search,
#header.active .nav .ui.menu .h-search {
  color: var(--color);
}
#header.inner .yuy > span,
#header.active .yuy > span {
  color: var(--color);
}
#header .nav {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu {
  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;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#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 {
  margin: 0 2em;
  color: #bebebe;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li.active,
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after,
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  padding: 1.5em 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 8px solid var(--color);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  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;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#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);
}
html[lang=sa] #header .nav .search-box form input[type="submit"] {
  right: auto;
  left: 15px;
}
#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;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  right: 100%;
  width: 100vw;
  height: 60px;
  line-height: 60px;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 40px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  right: 100%;
  top: 10px;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
html[lang=sa] #mobile .menu-content .mob-search form input[type="submit"] {
  right: auto;
  left: 0;
}
html[lang=sa] #mobile.white .menu-content .mob-search form input[type="submit"] {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  background-color: var(--color);
  padding-top: 50%;
  -webkit-clip-path: circle(52% at 93% 15%);
  clip-path: circle(52% at 93% 15%);
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30%;
}
#banner h4 {
  color: var(--color);
}
#banner h2 {
  line-height: 1.3;
}
#banner h2 span {
  color: var(--color);
}
#banner p {
  color: #6a6a6b;
}
#banner .next {
  left: 67%;
  bottom: 15%;
}
#banner .next div {
  width: 2.4em;
  height: 2.4em;
  background-color: var(--color);
  color: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
}
.yuy > span {
  color: #FFFFFF;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.yuy > span i {
  color: var(--color);
}
.baseBtn {
  line-height: 2.66666667;
  background-color: var(--color);
  color: #FFFFFF;
  border: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn::before {
  content: "";
  display: inline-block;
  width: 28px;
  border-bottom: 2px solid currentColor;
}
.baseBtn.white {
  background-color: #FFFFFF;
  color: var(--color);
}
.baseBtn:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.baseTit span {
  color: var(--color);
}
.body-line {
  left: 18vw;
  top: 23vw;
  width: 82vw;
}
.home-1 li .icon {
  margin: auto;
  width: 1.32em;
  height: 1.32em;
  padding: 6px;
  border-radius: 50%;
}
.home-1 li .icon::before,
.home-1 li .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #eeeeee;
  border-radius: inherit;
  -webkit-transition: border-color 0.5s ease;
  -moz-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}
.home-1 li .icon::before {
  left: -5px;
  top: 3px;
}
.home-1 li .icon div {
  background-color: #f5f5f5;
  border-radius: inherit;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.home-1 li .icon div img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-1 li .name::after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 17%;
  border-bottom: 2px solid var(--color);
}
.home-1 li .text {
  margin-top: 1em;
  color: #6f6f6f;
  line-height: 1.56277778;
}
.home-1 li:hover .icon::after {
  border-color: var(--color);
}
.home-1 li:hover .icon div {
  background-color: var(--color);
}
.home-1 li:hover .icon div img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home-2 .right .text {
  line-height: 2;
  color: #6e6e6e;
}
.home-3 {
  background-color: var(--color);
  color: #FFFFFF;
}
.home-3 ul {
  margin: -0.8em;
}
.home-3 li {
  position: relative;
  padding: .8em;
}
.home-3 li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  bottom: 40%;
  border-left: 1px solid #FFFFFF;
  opacity: .25;
}
.home-3 li .num {
  font-weight: 600;
}
.home-3 li .num::after {
  content: "";
  display: block;
  width: 45px;
  border-bottom: 2px solid currentColor;
}
.home-3 li .num span {
  vertical-align: top;
}
.home-4 .desc {
  opacity: .73;
}
.home-4 .list .box .name {
  font-weight: 600;
  color: #FFFFFF;
}
.home-4 .list .box .def {
  width: 90%;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-4 .list .box .hov {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.home-4 .list .box .hov::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-4 .list .box .hov > div {
  height: 100%;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-4 .list .box:hover .def {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.home-4 .list .box:hover .hov::before {
  opacity: 1;
  width: 100%;
}
.home-4 .list .box:hover .hov > div {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.home-4 .dots li {
  margin: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #bebebe;
  border-radius: 50%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.home-4 .dots li.slick-active {
  background-color: var(--color);
  border-color: var(--color);
}
.home-4 .dots li button {
  display: none;
}
.home-4 .slickBtn div {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #000000;
  font-size: 2em;
}
.home-5 .option::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
.home-5 .option li {
  position: relative;
}
.home-5 .option li::after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  border: 1px solid var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-5 .option li a::before {
  content: "";
  display: inline-block;
  width: 28px;
  border-bottom: 1px solid var(--color);
}
.home-5 .option li.active::after {
  width: 100%;
  opacity: 1;
}
.home-5 .ret .left {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-5 .ret .right {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-5 .ret .right .text {
  line-height: 1.66666667;
  color: #6e6e6e;
}
.home-5 .ret .slick-current .left {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.home-5 .ret .slick-current .right {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.home-6 .desc {
  opacity: .65;
}
.home-6 .list li .name {
  font-weight: 600;
}
.home-6 .list li .text {
  line-height: 1.66666667;
}
.home-6 .list li .btns a::before {
  content: "";
  display: inline-block;
  width: 28px;
  border-bottom: 2px solid var(--color);
}
.home-7 .left .list li {
  border-bottom: 1px solid #7f7f7f;
}
.home-7 .left .list li .name {
  cursor: pointer;
}
.home-7 .left .list li .name.active {
  color: var(--color);
}
.home-7 .left .list li .name.active i::before {
  content: "\e7b8";
}
.home-7 .left .list li .name i::before {
  content: "\e7b9";
  font-family: "iconfont";
}
.home-7 .left .list li .text {
  color: #7f7f7f;
}
#footer {
  background-color: #f5f5f5;
}
#footer .footer-top .top {
  border-bottom: 1px solid rgba(67, 67, 67, 0.17);
}
#footer .footer-top .top .form ul {
  margin: -0.5em;
}
#footer .footer-top .top .form li {
  padding: .5em;
}
#footer .footer-top .top .form input {
  width: 100%;
  height: 70px;
  padding: 0 1.5em;
  border-radius: 10px;
  border: 0;
  background-color: #FFFFFF;
}
#footer .footer-top .top .form input[type="submit"] {
  font-size: 20px;
  background-color: var(--color);
  color: #FFFFFF;
  padding: 0;
}
#footer .footer-top .bottom .left li {
  line-height: 1.95321273;
}
#footer .footer-top .bottom .left li i {
  width: 30px;
  text-align: center;
}
#footer .footer-top .bottom .left li i img {
  vertical-align: middle;
}
#footer .footer-bottom {
  background-color: var(--color);
  color: #FFFFFF;
}
#footer .footer-bottom img.login {
  height: 14px;
  vertical-align: middle;
}
#goback {
  z-index: 1;
  left: 50%;
  top: 0;
  margin-left: -42px;
  margin-top: -42px;
  cursor: pointer;
}
#goback > div {
  width: 84px;
  height: 84px;
  background-color: #FFFFFF;
  border: 9px solid #f5f5f5;
  border-radius: 50%;
}
#ewm {
  width: 155px;
  border: 12px solid #FFFFFF;
}
@media (max-width: 1450px) {
  .home-4 .slickBtn div {
    width: 2em;
    height: 2em;
    font-size: inherit;
    background-color: var(--color);
    color: #FFFFFF;
  }
}
@media (max-width: 1250px) {
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home-3 ul {
    margin: -0.4em;
  }
  .home-3 li {
    padding: .4em;
  }
}
@media (max-width: 1000px) {
  .home-3 li {
    width: 50%;
  }
  .home-3 li + li::before {
    display: none;
  }
  .home-4 .dots li {
    width: 10px;
    height: 10px;
    border: 1px solid #bebebe;
  }
  #footer .footer-top .top .form li {
    width: 50%;
  }
  #footer .footer-top .top .form input {
    height: auto;
    padding: 1em 1.5em;
  }
  #footer .footer-top .top .form input[type="submit"] {
    font-size: inherit;
    padding: 1em 1.5em;
  }
  .hide-1000 {
    display: none;
  }
  #goback {
    margin-left: -25px;
    margin-top: -25px;
  }
  #goback > div {
    width: 50px;
    height: 50px;
    border-width: 5px;
  }
}
@media (max-width: 700px) {
  #banner .bg {
    padding-top: 100%;
    -webkit-clip-path: circle(50% at 100% 50%);
    clip-path: circle(50% at 100% 50%);
  }
  #banner .next {
    display: none;
  }
}
@media (max-width: 500px) {
  #footer .footer-top .top .form li {
    width: 100%;
  }
}




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


.inner-banner {
  overflow: hidden;
  background-position: center center;
  max-width: 1920px;
  margin: 0 auto 0 0;
  height: 250px;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  z-index: 1;
  /*border-bottom: 1px solid #d5d5d5;*/
  background-color: #6c1b33;
  background-image: none;
  
}
.inner-banner.factory_banner{
  height: 155px;
  background: #f6f6f6;
  color: black;
}
.inner-banner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.inner-banner::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    background-color: #bf5f7b;
    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 .text::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    background-color: #bf5f7b;
    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 .text::after {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    background-color: #bf5f7b;
    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 .text {
  padding-bottom: 34px;
}
.inner-banner .text > div {
  z-index: 20;
}
.inner-banner .text .title {
  font-size: 40px;
  line-height: 1.8;
  font-weight: 400;
  color: #ffffff;
}
.inner-banner .text .mbx { 
  /*font-weight: 300;*/
      font-size: 14px;
  margin-top: 12px;
  color: #FFFFFF;
}
.inner-banner::after {
  /*content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(0, 0, 0, 0.21)), color-stop(5%, rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);*/
}
.inner-banner.factory_banner::after{
  content: none;
}

@media (max-width:1000px) {
  .inner-banner::before {
    height: 100%;
  }
  .inner-banner .text::before {
    height: 100%;
  }
  .inner-banner .text::after {
    height: 100%;
  }
}
.product-cat-page {
  padding: 5% 0 8.81%;
}

.product-cat-page .list {
  padding: 5px 0 0;
  border-top: 1px solid #c9c9c9;
}
.product-cat-page .list ul li {
  padding-bottom: 12px;
  margin-bottom: 11px;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .list ul li .text {
  width: 63%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.product-cat-page .list ul li .text .title {
  display: block;
  font-size: 60px;
  line-height: 1.1;
  font-weight: bold;
  color: #141414;
  transition: .5s
}
.product-cat-page .list ul li .text .title:hover{
  color: var(--color);
}
.product-cat-page .list ul li .text .desc {
  font-size: 18px;
  color: #323232;
  line-height: 32px;   
  margin-top: 48px;
}
.product-cat-page .list ul li .img {
  width: 37%;
  padding-left: 38px;
  text-align: right;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-cat-page .list ul li .img .img-box {
  display: block;
  overflow: visible
}
.product-cat-page .list ul li .img .img-box{
  padding: 40px 0
}
.product-cat-page .list ul li .img .img-box img
{
  border-radius: 20px;
}
.product-cat-page .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .product-cat-page .list ul li .text .title {
    font-size: 50px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1100px) {
  .product-cat-page .list ul li .text .title {
    font-size: 40px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .img {
    /*padding-left: 0;
    position: absolute;
    right: 0;
    width: 32%;
    display: none;*/
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 32px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 10px;
  }
  .product-cat-page .list ul li .img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-cat-page .list ul li .img {
    display: none;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 24px;
  }
  .product-cat-page .list ul li .text .desc {
    font-size: 15px;
  }
}


.test-page .test-1 {
  padding-top: 90px;
}

.test-page .test-1 .box {
  margin: 0 -45px;
  margin-bottom: 50px;
}

.test-page .test-1 .box .column {
  padding: 0 45px;
  vertical-align: middle;
}

.test-page .test-1 .box .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  margin-top: 20px;
}
.test-page .solution-3 {
  background-color: #e7e7e7;
}

.test-page .solution-3 .box .list {
  border: 1px solid #3b3a3a;
}

.test-page .solution-3 .box .list ul {
  margin-right: -1px;
}

.test-page .solution-3 .box .list ul li {
  border-right: 1px solid #3b3a3a;
  padding: 4% 14% 2%;
  position: relative
}

.test-page .solution-3 .box .list ul li i img {
  margin: 0 auto;

}

.test-page .solution-3 .box .list ul li span.h6 {
  line-height: 1.2;
}

.test-page .solution-3 .box .list ul li .text {
  position: absolute;
  padding: 10px;

  height: 14em;
  overflow-y: auto;
  transition: .5s;
  left: 0;
  bottom: 10%;
  width: 100%;
  opacity: 0;
}

.test-page .solution-3 .box .list ul li:hover .text {
  opacity: 1
}

.test-page .solution-3 .box .list ul li .img {
  transition: .5s;
  padding-top: 15%;
}

.test-page .solution-3 .box .list ul li:hover .img {
  opacity: 0
}

.test-page .solution-3 .box .list ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.test-page .solution-3 .box .list ul .slick-track .slick-slide {
  height: auto;
}

.test-page .solution-3 .box .list ul .slick-track .slick-slide>div {
  height: 100%;
}

.test-page .solution-3 .box .list ul .slick-track .slick-slide>div li {
  height: 100%;
}

.test-page .text-3 .swiper .swiper-slide {
  padding: 106px 3%;
  /*border-bottom-left-radius: 80px;*/
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
}

.test-page .text-3 .swiper .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}

/*.test-page .text-3 .swiper .swiper-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
.test-page .text-3 .list {
  margin-top: 50px;
}

.test-page .text-3 .list .swiper {
  overflow: hidden
}

.test-page .text-3 .swiper .swiper-slide i {
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
}

.test-page .text-3 .swiper .swiper-slide span.h6 {
  margin-top: 1.4em;
  display: block;
  font-weight: 500;
  font-size: 24px;
}

.test-page .text-3 .swiper .swiper-slide span.h6_2 {
  padding: 0 10px;
  max-width: 340px;
  margin: 1.4em auto 0;
}

.test-page .text-3 .swiper .swiper-slide .text {
  color: inherit;
  margin-top: 1em;
  font-weight: 300;
  max-height: 9em;
  overflow: auto;
}

.test-page .text-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
  background-color: black;
}

.test-page .text-3 .swiper .swiper-slide .content {
  opacity: 0;
  -webkit-transition: .5s;
  position: relative;
  z-index: 2;
  -moz-transition: .5s;
  transition: .5s;
}

.test-page .text-3 .swiper .swiper-slide .center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.test-page .text-3 .swiper .swiper-slide:hover:before {
  background-color: #eb630c;
}

.test-page .text-3 .swiper .swiper-slide:hover .bg {
  opacity: 1;
}

.test-page .text-3 .swiper .swiper-slide:hover .content {
  opacity: 1;
}

.test-page .text-3 .swiper .swiper-slide:hover .center {
  top: 40%;
  opacity: 0;
}

.test-page .text-3 .sPage {
  margin-top: 60px;
}

.test-page .text-3 .sPage .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}

.test-page .text-3 .sPage .swiper-pagination-bullet::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: #f0f0f0;
}

.test-page .text-3 .sPage .swiper-pagination-bullet-active {
  border: 1px solid #eb630c;
}

.test-page .text-3 .sPage .swiper-pagination-bullet-active::before {
  background: #eb630c;
}


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

  .test-page .text-3 .swiper .swiper-slide i img {
    max-height: 50px;
  }

  .test-page .text-3 .swiper .swiper-slide {
    padding: 50px 3%;
  }
}

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

  .test-page .text-3 .swiper .swiper-slide {
    border-bottom-left-radius: 20px;
  }

  .test-page .solution-3 .box .list ul li .text {
    height: 10em
  }
}



@media screen and (max-width: 500px) {
  .test-page .text-3 .swiper .swiper-slide {
    border-radius: 0;
  }

  .test-page .text-3 .list {
    margin-top: 20px;
  }

  .test-page .text-3 .sPage {
    margin-top: 20px;
  }
}
.more {
    width: 155px;
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    /*background: url(../images/more1.png) no-repeat center center / 100% 100%;*/
    color: #666666;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.more:hover {
    /*background-image: url(../images/more2.png);*/
    color: #fff;
}

.aft03 {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 45%;
  height: 695px;
}

.aft03 .icenter2 .le::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}

.aft03 .icenter2 .le:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}

.aft03 .icenter2 .le img {
  height: 100%;
}

.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}

.aft03 .icenter2 .ri {
  width: 50%;
}

.aft03 .icenter2 .ri>ul {
  margin: 20px 0 0px;
}

.aft03 .icenter2 .ri>ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

.aft03 .icenter2 .ri>ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 13px;
  content: "";
}

.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.aft03 dl dd .icon {
  width: 86px;
  margin-right: 58px;
}

.aft03 dl dd .text {}

.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  color: #333333;
  width: fit-content;
  margin-bottom: 10px;
}

.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: bold;
}

.aft03 dl dd .text h4::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: var(--color);
}

.aft03 dl dd .text p {
  font-size: 18px;
  color: #666666;
}
@media screen and (max-width: 1600px){
  
  .aft03 .icenter2 .ri>ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .aft03 .icenter2 .ri>ul {
    margin: 16px 0 0px;
  }

  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px;
  }

  .aft03 dl dd .icon {
    width: 74px;
    margin-right: 50px;
  }

  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .aft03 dl dd .text h4 strong {
    font-size: 58px;
  }

  .aft03 dl dd .text h4::after {
    height: 4px;
  }

  .aft03 dl dd .text p {
    font-size: 15px;
  }

  .aft03 .icenter2 .le {
    height: 529px;
  }
}
@media only screen and (max-width: 768px) {

  @keyframes hua2 {
    from {
      top: 0%;
    }

    to {
      top: 95%;
    }
  }

  .aft03 .icenter2 {
    flex-flow: wrap;
  }

  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .aft03 .icenter2 .ri {
    width: 100%;
  }

  .aft03 dl dd .icon {
    width: 60px;
    margin-right: 31px;
  }

  .aft03 {
    padding-bottom: 50px;
  }

}

.custom-22 .ui .top {
  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;
}

.custom-22 .ui .top .left {
  padding-right: 65px;
}

.custom-22 .ui .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
}

.custom-22 .ui .top .left p {
  line-height: 2;
  margin-top: 35px;
}

.custom-22 .ui .bottom {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-top: 30px;*/
}

.custom-22 .ui .bottom .left {
  padding-right: 80px;
}

.custom-22 .ui .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}

.custom-22 .ui .bottom .right {
  /*padding-right: 80px;*/
}

.custom-22 .ui .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.custom-22 .ui .bottom .right ul.list3 li .top {
  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;
  padding: 15px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}



.custom-22 .ui .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  right: 25px;
}

.custom-22 .ui .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}

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

  .custom-22 .ui .bottom .left {
    padding-right: 0px;
  }

}

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

  .custom-22 .ui .bottom .right {
    padding-right: 0;
  }

  .custom-22 .ui .bottom {
    padding: 30px 25px;
  }
}

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

  .custom-22 .ui .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .custom-22 .ui .top .left {
    padding-right: 0px;
    width: 100%;
  }

  .custom-22 .ui .top .right {
    width: 100%;
  }

  .custom-22 .ui .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px;
  }

  .custom-22 .ui .bottom .left {
    padding-right: 0px;
    width: 100%;
  }

  .custom-22 .ui .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 100px) {
  .custom-22 .ui .bottom .right ul.list3 li .top {
    padding: 10px;
  }

  .custom-22 .ui .bottom {
    padding: 0;
  }
}



.inner-page .m-page {
  margin-top: 5%;
  margin-bottom: 7%;
  text-align: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  font-size: 23px;
  color: #ccc;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  line-height: 1;
  font-weight: 500;
  margin-right: 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .m-page a:hover {
  border-color: #ccc;
}

.inner-page .m-page span.current {
  border-color: #ccc;
}
.newsProduct .prodet-3 ul li .img-box{
  display: block;
  /*border: solid 1px #e6e6e6;*/
}
.newsProduct .prodet-3 ul li .tit{
  display: block;
  line-height: 2;
  color: #141414;
  transition: all .3s;
}
.newsProduct .prodet-3 ul li .tit:hover{
  color: var(--color);
}

.contact-page .contact-1 .left {
  width: 43%;
}

.contact-page .contact-1 .left ul {
  margin: 0 -69px -34px 0;
}

.contact-page .contact-1 .left ul li {
  padding: 0 69px 34px 0;
  position: relative;
}



.contact-page .contact-1 .left ul li input,
.contact-page .contact-1 .left ul li textarea {
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 30px;
  /*font-weight: 300;*/
  color: #3d3d3d;
  padding: 0 30px;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.27);
}

.contact-page .contact-1 .left ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left ul li textarea::-webkit-input-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:-moz-placeholder,
.contact-page .contact-1 .left ul li textarea:-moz-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input::-moz-placeholder,
.contact-page .contact-1 .left ul li textarea::-moz-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left ul li textarea:-ms-input-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input::placeholder,
.contact-page .contact-1 .left ul li textarea::placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:focus,
.contact-page .contact-1 .left ul li textarea:focus {
  border-color: var(--color);
}

.contact-page .contact-1 .left ul li textarea {
  height: 70px;
  padding-top: 6px;
}

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



.contact-page .contact-1 .left .bottom a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background: var(--color);
  color: white;
  padding: 22px 48px 21px;
  /*text-transform: uppercase;*/
  position: relative;
  z-index: 1;
}

.contact-page .contact-1 .left .bottom a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .left .bottom a:hover::after {
  width: 100%;
}

.contact-page .contact-1 .left .bottom span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

.contact-page .contact-1 .left .bottom span input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: solid 1px #9d9d9d;
}

.contact-page .contact-1 .left .bottom span em {
  display: inline-block;
  /*vertical-align: middle;*/
  padding-left: 11px;
}

.contact-page .contact-1 .right {
  width: 56.65%;
  padding-left: 10.1%;
}

.contact-page .contact-1 .right .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 900;
  color: var(--color);
}

.contact-page .contact-1 .right .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 23px;
  color: #666;
}

.contact-page .contact-1 .right ul li {
  margin-top: 25px;
}

.contact-page .contact-1 .right ul li p {
  font-size: 18px;
  line-height: 2;
  color: #666;
  font-weight: 400;
}

.contact-page .contact-1 .right ul li:last-child {
  width: 76%;
}

.contact-page .contact-2 {
  margin-top: 144px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.contact-page .contact-2 #mapContainer {
  height: 526px;
}

@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5%;
  }

  .contact-page .contact-1 .right ul li:last-child {
    width: 100%;
  }

  .contact-page .contact-1 .left ul {
    margin: -15px;
  }

  .contact-page .contact-1 .left ul li {
    padding: 15px;
  }

  .contact-page .contact-1 .right .title {
    font-size: 36px;
  }

  .contact-page .contact-2 {
    margin-top: 80px;
  }

  .contact-page .contact-1 .left .bottom span {
    padding-left: 5px;
  }
}

@media screen and (max-width: 1000px) {
 
  .contact-page {
    padding-top: 60px;
  }

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

  .lh-1 {
    line-height: 1.3;
  }

  .contact-page .contact-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .contact-page .contact-2 {
    margin-top: 60px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 450px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }

  .contact-page .contact-1 .left ul {
    margin: -5px;
  }

  .contact-page .contact-1 .left ul li {
    padding: 5px;
  }

  .contact-page .contact-1 .left .bottom {
    margin-top: 30px;
  }

  .contact-page .contact-1 .left .bottom a {
    padding: 15px 25px;
    font-size: 18px;
  }

  .contact-page .contact-1 .left .bottom span {
    display: block;
    margin-top: 10px;
  }

  .contact-page .contact-1 .right .title {
    font-size: 32px;
  }

  .contact-page .contact-1 .right ul li p {
    font-size: 18px;
  }

  .contact-page .contact-2 {
    margin-top: 30px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 350px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left ul li {
    width: 100%;
  }

  .contact-page .contact-1 .right .title {
    font-size: 26px;
  }

  .contact-page .contact-1 .right ul li p {
    font-size: 16px;
  }
}

.testimonials-page .marginBox {
  text-align: center;
}

.testimonials-page .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
  margin-top: 110px;
}

.testimonials-page .options span {
  font-size: 20px;
  font-weight: bold;
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.testimonials-page .options span em {
  color: #bfbfbf;
}

.testimonials-page .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}

.testimonials-page .ret .list {
  margin: 0;
}

.testimonials-page .ret .list ul {
  margin: -30px -15px;
  text-align: left;
}

.testimonials-page .ret .list ul.active li a {
  /*border: 10px solid var(--color);*/
}

.testimonials-page .ret .list ul li {
  padding: 30px 15px;
  text-align: center;
}

.testimonials-page .ret .list ul li a {
  display: block;
  position: relative;
}

.testimonials-page .ret .list ul li a img {
  width: 100%;
}

.testimonials-page .ret .list ul li a span {
  width: 40px;
  height: 40px;
  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%);
  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;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.testimonials-page .ret .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.testimonials-page .ret .list ul li a:hover span {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  
  .testimonials-page .options span {
    font-size: 18px;
    line-height: 32px;
    width: 280px;
  }

  .testimonials-page .options {
    margin-top: 60px;
  }

  /*.testimonials-page .ret .list {
    margin: 50px 0;
  }*/
  .testimonials-page .ret .list ul li {
    padding: 10px;
  }

  .testimonials-page .ret .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1450px){
    .testimonials-page .marginBox {
    padding: 60px 0;
  }

  .testimonials-page .options span {
    font-size: 16px;
    width: 220px;
  }

  .testimonials-page .options {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px){
  .testimonials-page .options span {
    font-size: 14px;
    line-height: 2;
    width: 200px;
  }

  /*.testimonials-page .ret .list {
    margin: 30px 0;
  }*/
}
@media screen and (max-width: 1000px) {
  .testimonials-page .options {
    display: none;
  }
}
@media screen and (max-width: 700px){
  .testimonials-page .options span {
    font-size: 14px;
    line-height: 2;
    width: 140px;
  }
}
@media screen and (max-width: 500px) {
  .testimonials-page .marginBox {
    padding: 30px 0;
  }
}

.product-page {
  padding: 4.74% 0 0%;
}

.product-page .category {
  text-align: center;
}

.product-page .category .ui.container {
  max-width: 1728px;
  width: 100%;
}

.product-page .category ul {
  margin-right: -40px;
}

.product-page .category ul li {
  padding-right: 40px;
}

.product-page .category ul li .img-box {
  display: block;
  overflow: visible
}

.product-page .category ul li .img-box img {
  display: inline-block;
  border-radius: 10px;
}
.product-page .category ul li .img-box {
  max-width: 310px;
}

.product-page .category ul li .tit {
  display: block;
  font-size: 20px;
  color: #8d8d8d;
  /*font-weight: bold;*/
  line-height: 2;
  margin-top: 20px;
}

.product-page .category ul li.active .tit {
  color: var(--color);
}

.product-page .top {
  text-align: center;
  margin-top: 5%;
}

.product-page .top .fl-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 365px;
  height: 68px;
}

.product-page .top .fl-list span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #ccc;
  text-align: left;
  padding: 21px 34px 0 28px;
  cursor: pointer;
  font-size: 16px;
  color: #8d8d8d;
  /*font-weight: bold;*/
  line-height: 1.8;
}

.product-page .top .fl-list span em {
  display: inline-block;
  /*margin-right: 22px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 86%;
}

.product-page .top .fl-list span i {
  float: right;
  margin-top: 8px;
}

.product-page .top .fl-list ul {
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  background: white;
  -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);
}

.product-page .top .fl-list ul li {
  font-size: 16px;
  padding: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  /*font-weight: bold;*/
}

.product-page .top .fl-list ul li:hover {
  color: var(--color);
}

.product-page .top .fl-list:hover ul {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

.product-page .top .product-search {
  vertical-align: top;
  display: inline-block;
  margin-left: 54px;
}

.product-page .top .product-search form {
  width: 365px;
  position: relative;
}

.product-page .top .product-search form input[type="text"] {
  width: 100%;
  height: 68px;
  border: solid 1px #ccc;
  font-size: 16px;
  color: #ccc;
  /*font-weight: bold;*/
  padding: 0 100px 0 30px;
}

.product-page .top .product-search form input[type="submit"] {
  width: 91px;
  height: 68px;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/product-search.png) var(--color) no-repeat center center;
}

.product-page .info {
  color: #ccc;
  padding-top: 3.3%;
}

.product-page .info .ui.container {
  max-width: 1273px;
}

.product-page .info h1 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--color);
}

.product-page .info .con {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 1%;
}

.product-page .list {
  margin-top: 3.25%;
}

.product-page .list ul {
  margin: 0 -52px -89px 0;
}

.product-page .list ul li {
  padding: 0 52px 89px 0;
}

.product-page .list ul li .img-box {
  display: block;
  /*border: solid 1px #dadada;*/
  /*padding: 30px 0*/
}

.product-page .list ul li .img-box img {
  display: inline-block;
}

.product-page .list ul li .img-box .i2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  width: 90%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

/*.product-page .list ul li .img-box:hover .i1 {
  opacity: 0;
}

.product-page .list ul li .img-box:hover .i2 {
  opacity: 1;
}*/

.product-page .list ul li .tit {
  font-size: 20px;
  color: #8d8d8d;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 25px;
  display: block;

}
.product-page .list ul li .tit:hover{
  color: var(--color);
}

@media screen and (max-width: 1280px) {
  .product-page .list ul {
    margin: 0 -30px -50px 0;
  }

  .product-page .list ul li {
    padding: 0 30px 50px 0;
  }

  .product-page .list ul li .tit {
    font-size: 19px;
  }

}

@media screen and (max-width: 1000px) {
  .product-page .top .fl-list {
    width: 320px;
  }

  .product-page .top .product-search {
    margin-left: 26px;
  }

  .product-page .top .product-search form {
    width: 320px;
  }

  .product-page .list ul {
    margin: 0 -15px -30px 0;
  }

  .product-page .list ul li {
    padding: 0 15px 30px 0;
  }

  .product-page .category {
    display: none;
  }

  .product-page #index-body .news .content ul li .tips .category {
    display: inline-block;
  }
}

@media screen and (max-width: 700px) {
  .product-page .top {
    display: none;
  }

  .product-page .info h1 {
    font-size: 36px;
  }

}

@media screen and (max-width: 500px) {
  .product-page .info h1 {
    font-size: 30px;
  }

  .product-page .list ul li .tit {
    font-size: 18px;
    line-height: 2;
  }

}



.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--color);
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 20px;
}

.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .right .content h1{
   
  font-weight: bold;
}
.prodet-page .prodet-1 .box .right .content bt{
   padding-bottom: 20px;
   color: var(--color);
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  max-height: 500px;
  padding-right: 20px;
  margin-top: 43px;
  overflow: auto;
  color: #666;
}
.prodet-page .prodet-1 .box .right .content a.msgBtn {
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
}
.prodet-page .prodet-1 .box .right .content a.msgBtn:hover {
  color: white;
  background-color: #000000;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding-top: 100px;
}
.prodet-page .prodet-2 form input,
.prodet-page .prodet-2 form textarea {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  margin-bottom: 17px;
  /*font-style: italic;*/
}
.prodet-page .prodet-2 form textarea {
  height: 170px;
}
.prodet-page .prodet-2 form button {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
   
  color: #FFFFFF;
  background-color: var(--color);
  border: none;
  padding: 10px 45px;
  text-transform: uppercase;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 form button:hover {
  background-color: #000000;
}
.prodet-page .prodet-2 .options ul {
  position: relative;
}
.prodet-page .prodet-2 .options ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.prodet-page .prodet-2 .options ul li {
  width: auto;
  position: relative;
}
.prodet-page .prodet-2 .options ul li + li {
  /*margin-left: 130px;*/
}
.prodet-page .prodet-2 .options ul li a {
  padding: 15px 40px;
   line-height: 44px;
    font-size: 24px;
        text-transform: uppercase;
}
.prodet-page .prodet-2 .options ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  color: #acce22;
}
.prodet-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret ul li .content {
  padding-left: 90px;
  padding-right: 90px;
}
.prodet-page .prodet-2 .ret ul li .content.form {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.prodet-page .prodet-2 .ret ul li .content.form form{
  margin: 0 auto;
}
.prodet-page .prodet-3 {
  padding-top: 100px;
}
.prodet-page .prodet-3 ul li .img img{
  width: 100%;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-3 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-page .prodet-3 .slick-arrow.slick-prev {
  left: -50px;
}
.prodet-page .prodet-3 .slick-arrow.slick-next {
  right: -50px;
}

@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .box .right .content h1 {
    margin: 0;
    font-size: 20px;
line-height: 36px;
  }
  .prodet-page .prodet-1 .box .right .content a.msgBtn {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 {
    padding-top: 60px;
  }
  .prodet-page .prodet-3 {
    padding-top: 60px;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px){
  .prodet-page .prodet-1 .box .left .big-small {
    display: block;
  }
  .prodet-page .prodet-1 .box .left .big {
    width: 100%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 100%;
    margin-top: 10px;
  }
  .prodet-page .prodet-2 form input,
  .prodet-page .prodet-2 form textarea {
    padding: 10px;
  }
  .prodet-page .prodet-2 .options ul li {
    width: 100%;
   }
  .prodet-page .prodet-2 .options ul li + li {
    margin: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prodet-page .prodet-2 form textarea {
    height: 100px;
  }
}

#addForm2 {
  padding-left: 25px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm2 h4 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #051524;
  text-transform: uppercase;
  line-height: 1.2;
   
  font-weight: bold;
}

#addForm2 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
}
#addForm2 textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  height: 100px;
}
#addForm2 .contact-submit {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#addForm2 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--color);
  /*border-radius: 28px;*/
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#addForm2 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
#addForm2 .contact-submit input[type="submit"]:hover {
  background-color: #000;
}
@media screen and (max-width: 1450px) {
  #addForm2 {
    width: 100%;
  }
  .contact-page .contact-1 .right{
    padding-left: 2%;
    width: 50%;
  }
  .contact-page .contact-1 .left{
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  #addForm2 {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
   #addForm2 {
    width: 100%;
    padding: 10px;
  }
  #addForm2 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.prodet-3 .text:hover{
  color: var(--color);
}

.app-page .init-1 {
  padding-top: 60px;
}
.app-page .init-1 .container .content ul {
  margin: 0 -20px;
}
.app-page .init-1 .container .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.app-page .init-1 .container .content ul li {
  padding: 0 20px;
  margin-top: 60px;
}
.app-page .init-1 .container .content ul li .box {
  height: 100%;
}
.app-page .init-1 .container .content ul li .box .boxC {
  padding-bottom: 20px;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
}
.app-page .init-1 .container .content ul li .box .boxC .img {
  display: block;
}
.app-page .init-1 .container .content ul li .box .boxC .title {
  text-align: center;
  display: block;
  padding: 0 10px;
  margin-top: 24px;
}
.app-page .init-1 .container .content ul li .box .boxC .title:hover {
  color: #3854b8;
}
.app-page .init-1 .container .content ul li .box .more {
  background-color: var(--color);
  margin: auto;
  margin-top: -34px;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  position: relative;
}
.app-page .init-1 .container .content ul li .box .more .moreText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 74px;
  left: 40px;
  color: #fff;
  opacity: 0;
}
.app-page .init-1 .container .content ul li .box .more .moreImg {
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: 20px;
  background-repeat: no-repeat;
}
.app-page .init-1 .container .content ul li .box .more:hover {
  /*width: 186px;*/
  background-color: var(--color);
}
.app-page .init-1 .container .content ul li .box .more:hover .moreText {
  /*opacity: 1;*/
}
.app-page .init-1 .container .content ul li .box .more:hover .moreImg {
  /*margin-right: 46px;*/
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1000px){
   .app-page .init-1 .container .content ul {
    margin: 0 -10px;
  }
  .app-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
}
@media (max-width: 500px){}
@media (max-width: 1000px){
  .contact-page .contact-1 .left,.contact-page .contact-1 .right{
    width: 100%;
  }
  #addForm2{
    height: auto;
  }
}

.faq-page .faq-list li {
  margin: 0 0 10px;
  word-break: break-word;
}

.faq-page .faq-list li h4 {
  background: #f5f5f5;
  /*border: 1px solid #ebebeb;*/
  line-height: 2;
  margin: 0;
  color: #363f4d;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: 400;
}
.faq-page .faq-list li h4:hover{
  background: var(--color);
  color: #fff;

}

.faq-page .faq-list li h4 i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}

.faq-page .faq-list li>.cont {
  border: 1px solid #ebebeb;
  border-top: none;
  line-height: 2;
  display: none;
  color: #333;
}





.m-link .prev {
  margin-right: 20px;
  width: 100%;
}

.m-link .prev a.link img {
  margin-right: .5em;
}

.m-link .next {
  margin-left: 20px;
  width: 100%;
}

.m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.m-link a.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #242424;
  margin-bottom: .5em;
}

.m-link .btnBox {
  padding: 20px;
  background: #f8f8f8;
  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;
}

.m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}

.m-link .btnBox .text {
  margin-left: 15px;
  transition: all .3s;
}
.m-link .btnBox .text:hover{
  color: var(--color);
}
.m-link .btnBox .text time {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .1em;
  display: block;
}


@media screen and (max-width: 1600px) {
  
  .m-link a.link,
  .m-link .btnBox .text span.h6 {
    font-size: 16px;
    line-height: 30px;
  }

  .m-link .btnBox {
    padding: 10px;
  }

  .m-link .btnBox .text time {
    font-size: 14px;
  }


}

@media screen and (max-width: 700px) {
  
  .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }

  .m-link .btnBox a.img {
    display: none;
  }

  .m-link a.link,
  .m-link .btnBox .text span.h6 {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (max-width: 500px) {
  .m-link .prev {
    margin-right: 10px;
  }

  .m-link .next {
    margin-left: 10px;
  }
}






.about-page i.tag {
  display: block;
  font-size: 18px;
  color: #2f2f2f;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 28px;
}
.about-page i.tag:before,
.about-page i.tag:after {
  content: '';
  width: 105px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background: #959595;
  margin: 0 10px;
  margin-top: -4px;
}
.about-page h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  /*text-transform: uppercase;*/
}

.about-page .about-1 {
  padding: 130px 0 120px;
}
.about-page .about-1 .left {
  width: 51%;
  vertical-align: middle;
}
.about-page .about-1 .left .img {
  position: relative;
}
.about-page .about-1 .left .img .play {
  position: absolute;
  bottom: 20px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .img .play span {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: white;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left .img .play span i {
  border-left: 12px solid #7d7a59;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  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: 0;
  height: 0;
  display: block;
}
.about-page .about-1 .left .img .play span:after,
.about-page .about-1 .left .img .play span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: inherit;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-1 .left .img .play span:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-1 .left .img .play h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-left: 15px;
}
.about-page .about-1 .right {
  width: 49%;
  vertical-align: middle;
  padding-left: 4%;
}
.about-page .about-1 .right i.tag {
  margin-bottom: 0;
}
.about-page .about-1 .right i.tag:before {
  display: none;
}
.about-page .about-1 .right h3 {
  font-weight: bold;
  font-size: 33px;
  color: #bea973;
  line-height: 1.2;
  margin: 15px 0 20px;
}
.about-page .about-1 .right .content {
  display: block;
  font-size: 14px;
  color: #686868;
  line-height: 1.8;
}
.about-page .about-2 {
  padding: 130px 0;
  position: relative;
  z-index: 99;
}
.about-page .about-2:before {
  content: '';
  width: 60%;
  height: 100%;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about-page .about-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 56px;
  background: url("/joinfountain/2022/01/05/about-bg03.jpg") center right no-repeat;
  background-size: 49% auto;
  z-index: -2;
}
.about-page .about-2 i.tag {
  color: white;
}
.about-page .about-2 i.tag:before {
  display: none;
}
.about-page .about-2 .list {
  margin-top: 70px;
}
.about-page .about-2 .list ul li {
  background-position: center center;
  background-size: cover;
  border-right: 1px solid #f4f4f4;
  height: 410px;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .list ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
  opacity: 1;
}
.about-page .about-2 .list ul li i {
  width: 66px;
  height: 66px;
  display: block;
  background: url("../images/icon-2-1.png") center center no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li i.ie2 {
  background-image: url('../images/icon-2-2.png');
}
.about-page .about-2 .list ul li i.ie3 {
  background-image: url('../images/icon-2-3.png');
}
.about-page .about-2 .list ul li i.ie4 {
  background-image: url('../images/icon-2-4.png');
}
.about-page .about-2 .list ul li h4 {
  display: block;
  margin: 25px 0;
  font-size: 24px;
  font-weight: bold;
  color: #131313;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li p {
  display: block;
  font-size: 16px;
  color: #777;
  line-height: 1.6;

  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li:last-child {
  border-right: none;
}
.about-page .about-2 .list ul li:hover:after {
  opacity: 0;
}
.about-page .about-2 .list ul li:hover i {
  background-image: url("../images/icon-2-1-2.png");
}
.about-page .about-2 .list ul li:hover i.ie2 {
  background-image: url("../images/icon-2-2-2.png");
}
.about-page .about-2 .list ul li:hover i.ie3 {
  background-image: url("../images/icon-2-3-2.png");
}
.about-page .about-2 .list ul li:hover i.ie4 {
  background-image: url("../images/icon-2-4-2.png");
}
.about-page .about-2 .list ul li:hover h4,
.about-page .about-2 .list ul li:hover p {
  color: white;
}
.about-page .about-3 {
  padding: 160px 0 100px;
  text-align: center;
}
.about-page .about-3 .list {
  margin-top: 60px;
}
.about-page .about-3 .list ul {
  margin: -12px;
}
.about-page .about-3 .list ul li {
  padding: 12px;
}
.about-page .about-3 .list ul li span {
  width: 166px;
  height: 166px;
  line-height: 166px;
  border-radius: 100%;
  /*border: 1px #434343 dashed;*/
  display: block;
  position: relative;
  margin: 0 auto;
      background: #f8f8f8;
}
.about-page .about-3 .list ul li span img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-3 .list ul li span i {
  /*width: 22px;*/
  /*height: 22px;*/
  /*line-height: 22px;*/
  text-align: center;
  background:#9c546c;
  /*border: 1px #434343 dashed;*/
  font-size: 30px;
  font-weight: bold;
  color: #9c546c;
  position: absolute;
  top: 7px;
  right: 0;
  border-radius: 100%;
}
.about-page .about-3 .list ul li h4 {
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
    color: #564f3c;
    margin: 24px 0 12px;
    padding: 0 28px;
}
.about-page .about-3 .list ul li p {
  display: block;
  font-size: 18px;
  color: #8d8d8d;
  line-height: 1.4;
  font-weight: 300;
}
.about-page .about-4 {
  padding: 150px 0 130px;
  text-align: center;
  background: #f8f8f8;
}
.about-page .about-4 ul {
  margin: -10px;
}
.about-page .about-4 ul li {
  padding: 10px;
  position: relative;
}
.about-page .about-4 ul li:after {
  content: '';
  height: 70px;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #bfbfbf;
}
.about-page .about-4 ul li:last-child:after {
  display: none;
}
.about-page .about-4 ul li h4 {
  display: block;
  font-size: 74px;
  color: #bea973;
  line-height: .8;
  font-weight: bold;
}
.about-page .about-4 ul li h4 sub,
.about-page .about-4 ul li h4 span {
  font-size: 30px;
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase;
}
.about-page .about-4 ul li p {
  font-size: 24px;
  color: #564f3c;
  line-height: 1;
  margin-top: 15px;
  font-weight: bold;
}
.about-page .about-5 {
  padding: 90px 0 120px;
  text-align: center;
}
.about-page .about-5 .text {
  max-width: none;
}
.about-page .about-5 .img {
  padding-top: 60px;
  margin: 0 -5%;
}

@media screen and (max-width: 1250px) {
  .about-page .about-2:after {
    background-size: 70% auto;
  }
  .about-page .about-3 {
    padding: 120px 0 60px;
  }
  .about-page .about-3 .list ul li span {
    width: 140px;
    height: 140px;
    line-height: 140px;
  }
  .about-page .about-3 .list ul li span img {
    max-height: 40px;
    max-width: 40px;
  }
  .about-page .about-3 .list ul li span i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
  .about-page .about-3 .list ul li h4 {
    font-size: 20px;
  }
  .about-page .about-3 .list ul li p {
    font-size: 14px;
  }
  .about-page .about-4 {
    padding: 80px 0;
  }
  .about-page .about-4 ul li h4 {
    font-size: 54px;
  }
  .about-page .about-4 ul li p {
    font-size: 20px;
  }
  .about-page .about-5 .img {
    margin: 0;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .left .img {
    height: 240px;
    overflow: hidden;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-1 .right .content {
    overflow: unset;
  }
  .about-page h2 {
    font-size: 40px;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
    height: 240px;
  }
  .about-page .about-3 .list ul li,
  .about-page .about-4 ul li {
    width: 50% !important;
  }
  .about-page .about-4 ul li:nth-child(2):after {
    display: none;
  }

  .about-page .about-1 .right .content {
    max-height: none;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-2,
  .about-page .about-3 {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .about-page i.tag:before,
  .about-page i.tag:after {
    width: 20px;
  }

  .about-page .about-5 .img {
    padding-top: 40px;
  }
}




.about-main-1 .left.column {
    width: 40%;
}
.about-main-1 .left.column h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 2;
    color: #000;
    /*letter-spacing: 8px;*/
  
}
.about-main-1 .left.column p {
    width: 100%;
      margin: 6px 0 22px 0;
      padding-right: 35px;
      line-height: 2;
          max-height: 30em;
    overflow-y: auto;
}

.about-main-1 .right.column {
    overflow: hidden;
    text-align: right;
}

.about-main-1 {
    overflow: hidden;
    padding: 100px 0;
}

.about-main {
    content: '';
    background: url(/joinfountain/2022/01/04/about-bg.jpg) center;
    width: 100%;
    background-position-y: 5%;
}

.about-main-1 .right.column img {
    padding-right: 20px;
}



.about-main-1 .right.column .play span i {
    border-left: 30px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    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: 0;
    height: 0;
    display: block;
}

.about-main-1 .right.column .play span {
    width: 180px;
    height: 100px;
    background: var(--color);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.about-main-1 .right.column .play {
    bottom: 15%;
    right: 25%;
    z-index: 1;
    color: var(--color);
    cursor: pointer;
}

.about-main-1 .right.column .play .btns {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  background: rgba(156, 84, 108, 0.54);
  color: #FFFFFF;
  cursor: pointer;
  cursor: hand;
}

.about-main-1 .right.column .play .btns:after,
.about-main-1 .right.column .play .btns:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(156, 84, 108, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-main-1 .right.column .play .btns:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}



.i-cate {
  position: relative;
}
.i-cate h1{
  font-family: "Rubik-Bold";
  position: absolute;
  top: 20px;
  right: 0;
   font-size: 130px;
  line-height: 0.75;
  letter-spacing: 0px;
  -webkit-text-stroke-color: rgba(214, 214, 214, 0.5);
  opacity: 1;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
}
.i-cate::before {
  content: "";
  width: 100%;
  top: 50%;
  left: 0;
  height: 150px;
  position: absolute;
  background: url(/joinfountain/2022/03/11/yuanfangbg.jpg);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Rubik-Bold";
}
.i-cate .ui.container h3 {
  font-size: 48px;
  color: var(--color);
  line-height: 2;
}
.i-cate .ui.container h6 {
  font-size: 20px;
  line-height: 2;
  color: #333;
}
.i-cate .ui.container ul {
  margin: 0 -30px;
}
.i-cate .ui.container ul li {
  padding: 0 30px;
  padding-top: 80px;
  padding-bottom: 80px;
}
/*.i-cate .ui.container ul li:nth-child(even) {
  padding-top: 30px;
  padding-bottom: 70px;
}*/
.i-cate .ui.container ul li .imgbox {
  overflow: hidden;
}
.i-cate .ui.container ul li .textbox {
  padding: 30px 0;
  text-align: left;
}
.i-cate .ui.container ul li .textbox h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
.i-cate .ui.container ul li .textbox a {
  font-size: 20px;
  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;
  color: var(--color);
}
.i-cate .ui.container ul li .textbox a i {
  margin-left: 10px;
}
.about-6 .ui.container .listbox {
  text-align: left;
  padding-left: 40px;
}

/*.about-6 .ui.container .listbox ul li {
  padding: 20px;
  background: var(--color);
  color: #fff;
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.about-6 .ui.container .listbox ul li i {
  font-size: 20px;
  margin-right: 20px;
  margin-top: 5px;
}
.about-6 .ui.container .listbox ul li .txt h4 {
  font-size: 20px;
}
.about-6 .ui.container .listbox ul li .txt p {
  font-size: 16px;
  line-height: 1.5;
  display: none;
}*/
.about-7{
  margin-bottom: 100px;

}
.about-7 img{
  width: 100%;
}

.about-main{
  background-position-y: 9%;
}


.about-7 img {
    width: 100%;
    filter: drop-shadow(0 -100px var(--color));
    position: relative;
    top: 100px;
}
.about-7 {
    margin-bottom: 100px;
    overflow: hidden;
}
.about-6 .ui.container .listbox h3 {
    font-size: 35px;
    font-weight: 400;
    color: #9c546c;
    padding-bottom: 15px;
}
/*.about-6 .ui.container .listbox ul {
    overflow-x: hidden;
    max-height: 500px;
}
.about-6 .ui.container .listbox ul li{
      background: var(--color);
}
.about-6 .ui.container .listbox ul li .txt h4 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}*/
.about-page .about-3 h2 {
    color: var(--color);
    text-transform: capitalize;
    font-size: 36px;
}


.about-page .about-3 {
    padding: 100px 0 100px;
    text-align: center;
}

.i-cate .ui.container h3 {
    font-size: 48px;
    color: var(--color);
    font-weight: 500;
    line-height: 1.2;
}
.i-cate {
    position: relative;
    padding: 100px 0;
}
.i-cate .ui.container ul li{
  padding-bottom: 0;
}

.i-cate .ui.container ul li .textbox a{
      color: var(--color);
}


.i-cate .ui.container ul li .textbox {
    padding: 30px 0 0;
    text-align: left;
}



.i-cate h1 {
    font-weight: bold;
    position: absolute;
    top: 160px;
    right: 0;
    font-size: 150px;
    line-height: .75;
    letter-spacing: 0px;
    -webkit-text-stroke-color: rgba(214,214,214,.3);
    opacity: 1;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
}

.nyabout-banner {
    text-align: center;
    background: url(/leohomeplus/2026/02/10/987-Gz3o.jpg);
    padding: 100px 0;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.nyabout-banner h2 {
    text-align: center;
    font-size: 32px;
    line-height: 2;
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
}
.nyabout-banner p {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    font-size: 18px;
    padding: 35px 0;
    line-height: 2;
}


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


  .about-main-1 .right.column .play span{
    width: 155pxpx;
      height: 85px;
  }

}

@media screen and (max-width: 1250px) {
  .about-main-1 .ui.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .about-main-1 .left.column{
    position: relative;
    width: 50%;
  }
  .about-main-1 .right.column{
    position: relative;
    width: 50%;
  }


  .about-page  .nyabout-banner{
  background-attachment:unset;
  background-size: cover;
}
}

@media screen and (max-width: 1000px) {
  .about-main-1{
    padding: 100px 0;
  }
  .about-main-1 .ui.container{
    display: block !important;
  }
  .about-main-1 .left.column{
    width: 100%;
  }
  .about-main-1 .left.column h2 {
    font-size: 60px;
}
  .about-main-1 .right.column{
    display: none;
  }
  .about-6 .ui.container .listbox h3{
    font-size: 24px;
    line-height: 1.5;
  }
  .about-main-1 .left.column p{
    width: 100%;
  }

  .nyabout-banner p {
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    padding: 35px 0;
    line-height:2;
}
}

@media screen and (max-width: 700px) {
  .about-main-1 .left.column{
    position: relative;
    width: 100%;
  }
  .about-main-1 .right.column{
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
  .about-main-1 .left.column h2 {
    font-size: 24px;
  }
  .about-main-1 .left.column p {
      font-size: 14px;
      width:100%;
      line-height:2;
      padding: 0;
      margin-bottom: 40px;
  }
  .about-main-1 .right.column .play span{
    height: 36px;
    width: 80px;
  }
  .about-main-1 .right.column img{
    width: 100%;
  }
  .about-main-1{
    padding-top: 0;
  }

  .nyabout-banner p {
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    padding: 35px 0;
    line-height: 2;
  }
  .nyabout-banner h2{
    font-size: 22px;
  }
}





 .i-semi {
    text-align: center;
    padding: 80px;
    background: linear-gradient(#f2f2f2 50%,#fff 50%);
}
 .i-semi h2.h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
        color: #9c546c;
}
 .i-semi p.p {
    font-size: 18px;
    line-height: 2;
    color: #545454;
}
 .i-semi .semi-list {
    margin-top: 40px;
    position: relative;
}

 .i-semi .semi-list .slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url(/leohomeplus/2026/02/10/inner-l.jpg) no-repeat center;
    bottom: 0;
    left: calc(33% + 16px);
    /*left: 45%;
    bottom: 10px;*/
    z-index: 8;
    color: rgba(255,255,255,0);
    border: none;
}
.i-semi .semi-list .slick-next {
    background: url(/leohomeplus/2026/02/10/inner-r.jpg) no-repeat center;
    left: calc(66% + -49px);
}
.inner-page.about-page .i-semi .semi-list ul li {
    padding: 0 10px;
}
.inner-page.about-page .i-semi .semi-list ul li p {
    font-size: 18px;
    padding: 20px 10px;
    display: none;
}

.news-page .list ul {
  margin: -10px;
}
.news-page .list ul li {
  padding: 10px;
  min-width: 0;
}
.news-page .list ul li .img-box {
  display: block;
}
.news-page .list ul li .img-box img {
  width: 100%;
}
.news-page .list ul li .content {
  padding: 15px;
  /*border: 1px solid #eee;*/
}
.news-page .list ul li .content h4 {
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height:1.5;

}
.news-page .list ul li .content p {
  font-size: 16px;
  margin: 15px 0;
}
.news-page .list ul li .content a.more {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 25px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .content a.more:hover {
color: #fff;
    background: var(--color);
}

.newdet-page h2,.newdet-page h1 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page .content {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.newdet-page .m-link {
  font-size: 16px;
  line-height: 2;
}
.newdet-page .m-link a {
  display: block;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}






.service-page .service-1 {
  /*background-color: #fffbf7;*/
  position: relative;

}

.service-page .service-1:before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 10%;
  left: 0;
  width: 100%;
  background-color: inherit;
  z-index: -1;
}

.service-page .service-1 .left {
  padding-right: 9%;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  width: 50%;
  float: left
}

.service-page .service-1 .left .text {
  margin: 2.5em 0;
  	color: #505050;
}

.service-page .service-1 .left .text p {
  margin-top: 2em;
}

.service-page .service-1 .left .list {

}

.service-page .service-1 .left .list ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service-page .service-1 .left .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;
  color: #000;
  margin-top: 2em;
  cursor: pointer;
  cursor: hand;
  position: relative;
  z-index: 1;
}

.service-page .service-1 .left .list li:before {
  content: "";
  height: 3.5em;
  border-left: 1px dashed var(--color);
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: -1;
}

.service-page .service-1 .left .list li:first-child {
  margin-top: 0;
}

.service-page .service-1 .left .list li i {
	width: 30px;
	height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid var(--color);
  background-color: white;
  margin-right: 1.4em;
  transition: .5s ease;
}

.service-page .service-1 .left .list li span {
	color: #999999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.service-page .service-1 .left .list li.active span {
 	color: var(--color);
}
.service-page .service-1 .left .list li.active i {
    background-color: var(--color);
    color: #FFFFFF;
    transform: scale(1.2);
}
.service-page .service-1 .left .list li:last-child:before {
  display: none;
}

.service-page .service-1 .right {
  padding-left: 2%;
  width: 50%;
  margin: 0 0 0 auto
}

.service-page .service-1 .right .list ul {
  margin: -20px 0;
}

.service-page .service-1 .right .list ul li {
  padding: 20px 0;
}

.service-page .service-1 .right .list ul li .box {
  padding: 30px;
  border-radius: 10px;
 	background-color: #f5f5f5;
   transition: .5s;
}
.service-page .service-1 .right .list ul li.active .box{
 background-color: var(--color);
}
.service-page .service-1 .right .list ul li.active .box .content {
  color: #FFFFFF;
}
.service-page .service-1 .right .list ul li .box .img {
  width: 50%;
  /*height: 310px;*/
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  	border-radius: 8px;
    overflow: hidden;
    position: relative
}
.service-page .service-1 .right .list ul li .box .img .more{
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%);
  width: 60%;
    background-color: rgba(156,84,108,0.5);
    color: #ffffff
}
.service-page .service-1 .right .list ul li .box .content {
  margin-left: 5%;
      color: #9c546c;
}

.service-page .service-1 .right .list ul li .box .content span.h6 {
  font-weight: bold;
}

.service-page .service-1 .right .list ul li .box .content .text {
  margin-top: 1em;
}

.service-page .service-1 .right .list ul .slick-slide:nth-child(odd) li .box .img {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
}

@media screen and (max-width: 1000px) {
  .service-page .service-1 .right .list ul li .box .content{
    margin-top: 30px
  }
    .service-page .service-1 .right .list ul li .box .content .fontt-24{
      font-size: 18px
    }
  .service-page .service-1 .left {
    width: 100%;
    padding-right: 0;
  }

  .service-page .service-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .service-page .service-1 .ui>.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-page .service-1 .left {
    position: static;
  }

  .service-page .service-1 .left .list {
    display: none;
  }

.service-page .service-1 .right .list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%
  
}
.service-page .service-1 .right .list ul li{
  width: 48%;
}

 
}
@media screen and (max-width: 700px){
  .service-page .service-1 .right .list ul li{
  width: 100%;
}
.service-page .service-1 .right .list ul li .box{
  padding: 15px
}
}


@media screen and (max-width: 500px) {
  .service-page .service-1 .right .list ul li .box .img {
    width: 100%;

  }

  .service-page .service-1 .right .list ul li .box .content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .service-page .service-1 .right .list ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}


table td,
table th {
  border-color: #ccc;
  word-break: normal;
}

table tr:nth-child(even) {
  background: #f8f8f8;
}


.prodet-4 table td:first-of-type {
  white-space: nowrap;
}


.play-btn i {
  border-left: 0;
}